mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-14 21:50:37 +00:00
Convert the integrator PCI driver to use the generic config access functions. This changes accesses from __raw_readX/__raw_writeX to readX/writeX variants. The spinlock is removed because it is unnecessary. The config read and write functions are already protected with a spinlock and no access can occur during the .pre_init function. [arnd: remove unused "flags"] Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> CC: Russell King <linux@arm.linux.org.uk> CC: linux-arm-kernel@lists.infradead.org |
||
|---|---|---|
| .. | ||
| cm.h | ||
| common.h | ||
| core.c | ||
| hardware.h | ||
| impd1.c | ||
| impd1.h | ||
| integrator_ap.c | ||
| integrator_cp.c | ||
| Kconfig | ||
| lm.c | ||
| lm.h | ||
| Makefile | ||
| Makefile.boot | ||
| pci_v3.c | ||
| pci_v3.h | ||