Re: [PATCH 5/6] MIPS: malta: add support for PCI driver model

2021-07-13 Thread Simon Glass
Hi Daniel, On Mon, 12 Jul 2021 at 19:17, Daniel Schwierzeck wrote: > > Hi Simon, > > Am Samstag, den 10.07.2021, 18:00 -0600 schrieb Simon Glass: > > () Hi Daniel, > > > > On Tue, 6 Jul 2021 at 08:22, Daniel Schwierzeck > > wrote: > > > As almost all peripherals are connected via PCI dependent o

Re: [PATCH 5/6] MIPS: malta: add support for PCI driver model

2021-07-12 Thread Daniel Schwierzeck
Hi Simon, Am Samstag, den 10.07.2021, 18:00 -0600 schrieb Simon Glass: > () Hi Daniel, > > On Tue, 6 Jul 2021 at 08:22, Daniel Schwierzeck > wrote: > > As almost all peripherals are connected via PCI dependent on the > > used core card, PCI setup is always required. Thus run pci_init() > > inclu

Re: [PATCH 5/6] MIPS: malta: add support for PCI driver model

2021-07-10 Thread Simon Glass
() Hi Daniel, On Tue, 6 Jul 2021 at 08:22, Daniel Schwierzeck wrote: > > As almost all peripherals are connected via PCI dependent on the > used core card, PCI setup is always required. Thus run pci_init() > including PCI scanning and probing and core card specific setups > in board_early_init_r(

[PATCH 5/6] MIPS: malta: add support for PCI driver model

2021-07-06 Thread Daniel Schwierzeck
As almost all peripherals are connected via PCI dependent on the used core card, PCI setup is always required. Thus run pci_init() including PCI scanning and probing and core card specific setups in board_early_init_r(). Also prepare support for dynamically managing the status of the different PCI