Re: [PATCH u-boot-next 04/12] pci: msc01: Use PCI_CONF1_ADDRESS() macro

2022-01-12 Thread Tom Rini
On Fri, Nov 26, 2021 at 11:42:44AM +0100, Pali Rohár wrote: > PCI msc01 driver uses standard format of Config Address for PCI > Configuration Mechanism #1 but with cleared Enable bit. > > So use new U-Boot macro PCI_CONF1_ADDRESS() with clearing PCI_CONF1_ENABLE > bit and remove old custom driver

Re: [PATCH u-boot-next 04/12] pci: msc01: Use PCI_CONF1_ADDRESS() macro

2021-12-28 Thread Simon Glass
On Fri, 26 Nov 2021 at 03:43, Pali Rohár wrote: > > PCI msc01 driver uses standard format of Config Address for PCI > Configuration Mechanism #1 but with cleared Enable bit. > > So use new U-Boot macro PCI_CONF1_ADDRESS() with clearing PCI_CONF1_ENABLE > bit and remove old custom driver address ma

[PATCH u-boot-next 04/12] pci: msc01: Use PCI_CONF1_ADDRESS() macro

2021-11-26 Thread Pali Rohár
PCI msc01 driver uses standard format of Config Address for PCI Configuration Mechanism #1 but with cleared Enable bit. So use new U-Boot macro PCI_CONF1_ADDRESS() with clearing PCI_CONF1_ENABLE bit and remove old custom driver address macros. Signed-off-by: Pali Rohár --- drivers/pci/pci_msc01