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

2022-01-12 Thread Tom Rini
On Fri, Nov 26, 2021 at 11:42:49AM +0100, Pali Rohár wrote: > PCI sh7780 driver uses standard format of Config Address for PCI > Configuration Mechanism #1. > > So use new U-Boot macro PCI_CONF1_ADDRESS(). > > Signed-off-by: Pali Rohár > Reviewed-by: Simon Glass Applied to u-boot/master, than

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

2021-12-28 Thread Simon Glass
On Fri, 26 Nov 2021 at 03:43, Pali Rohár wrote: > > PCI sh7780 driver uses standard format of Config Address for PCI > Configuration Mechanism #1. > > So use new U-Boot macro PCI_CONF1_ADDRESS(). > > Signed-off-by: Pali Rohár > --- > drivers/pci/pci_sh7780.c | 8 > 1 file changed, 4 ins

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

2021-11-26 Thread Pali Rohár
PCI sh7780 driver uses standard format of Config Address for PCI Configuration Mechanism #1. So use new U-Boot macro PCI_CONF1_ADDRESS(). Signed-off-by: Pali Rohár --- drivers/pci/pci_sh7780.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/pci/pci_sh7780.c b