Re: [PATCH 06/16] ARM: cns3xxx: convert PCI to use generic config accesses

2015-01-29 Thread Bjorn Helgaas
On Thu, Jan 29, 2015 at 12:16 AM, Krzysztof Hałasa wrote: > Rob Herring writes: > >> Convert the cns3xxx PCI driver to use the generic config access functions. >> >> This changes accesses from __raw_readl/__raw_writel to readl/writel. >> >> arch/arm/mach-cns3xxx/pcie.c | 52 >> +

Re: [PATCH 06/16] ARM: cns3xxx: convert PCI to use generic config accesses

2015-01-28 Thread Krzysztof Hałasa
Rob Herring writes: > Convert the cns3xxx PCI driver to use the generic config access functions. > > This changes accesses from __raw_readl/__raw_writel to readl/writel. > > arch/arm/mach-cns3xxx/pcie.c | 52 > +--- This looks fine: Acked-by: Krzysztof Ha

[PATCH 06/16] ARM: cns3xxx: convert PCI to use generic config accesses

2015-01-09 Thread Rob Herring
Convert the cns3xxx PCI driver to use the generic config access functions. This changes accesses from __raw_readl/__raw_writel to readl/writel. Signed-off-by: Rob Herring Cc: Krzysztof Halasa Cc: Russell King Cc: linux-arm-ker...@lists.infradead.org --- arch/arm/mach-cns3xxx/pcie.c | 52 +