Loading drivers/mmc/mmci.c +1 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ #include <asm/io.h> #include <asm/irq.h> #include <asm/scatterlist.h> #include <asm/sizes.h> #include <asm/hardware/amba.h> #include <asm/hardware/clock.h> #include <asm/mach/mmc.h> Loading drivers/serial/amba-pl010.c +1 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ #include <asm/io.h> #include <asm/irq.h> #include <asm/hardware.h> #include <asm/hardware/amba.h> #include <asm/hardware/amba_serial.h> Loading drivers/serial/amba-pl011.c +1 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ #include <asm/io.h> #include <asm/irq.h> #include <asm/sizes.h> #include <asm/hardware/amba.h> #include <asm/hardware/clock.h> #include <asm/hardware/amba_serial.h> Loading drivers/video/amba-clcd.c +1 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ #include <linux/ioport.h> #include <linux/list.h> #include <asm/sizes.h> #include <asm/hardware/amba.h> #include <asm/hardware/clock.h> Loading include/asm-arm/arch-integrator/hardware.h +0 −9 Original line number Diff line number Diff line Loading @@ -33,15 +33,6 @@ #define IO_SIZE 0x0B000000 // How much? #define IO_START INTEGRATOR_HDR_BASE // PA of IO /* * Similar to above, but for PCI addresses (memory, IO, Config and the * V3 chip itself). WARNING: this has to mirror definitions in platform.h */ #define PCI_MEMORY_VADDR 0xe8000000 #define PCI_CONFIG_VADDR 0xec000000 #define PCI_V3_VADDR 0xed000000 #define PCI_IO_VADDR 0xee000000 #define PCIO_BASE PCI_IO_VADDR #define PCIMEM_BASE PCI_MEMORY_VADDR Loading Loading
drivers/mmc/mmci.c +1 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ #include <asm/io.h> #include <asm/irq.h> #include <asm/scatterlist.h> #include <asm/sizes.h> #include <asm/hardware/amba.h> #include <asm/hardware/clock.h> #include <asm/mach/mmc.h> Loading
drivers/serial/amba-pl010.c +1 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ #include <asm/io.h> #include <asm/irq.h> #include <asm/hardware.h> #include <asm/hardware/amba.h> #include <asm/hardware/amba_serial.h> Loading
drivers/serial/amba-pl011.c +1 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ #include <asm/io.h> #include <asm/irq.h> #include <asm/sizes.h> #include <asm/hardware/amba.h> #include <asm/hardware/clock.h> #include <asm/hardware/amba_serial.h> Loading
drivers/video/amba-clcd.c +1 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ #include <linux/ioport.h> #include <linux/list.h> #include <asm/sizes.h> #include <asm/hardware/amba.h> #include <asm/hardware/clock.h> Loading
include/asm-arm/arch-integrator/hardware.h +0 −9 Original line number Diff line number Diff line Loading @@ -33,15 +33,6 @@ #define IO_SIZE 0x0B000000 // How much? #define IO_START INTEGRATOR_HDR_BASE // PA of IO /* * Similar to above, but for PCI addresses (memory, IO, Config and the * V3 chip itself). WARNING: this has to mirror definitions in platform.h */ #define PCI_MEMORY_VADDR 0xe8000000 #define PCI_CONFIG_VADDR 0xec000000 #define PCI_V3_VADDR 0xed000000 #define PCI_IO_VADDR 0xee000000 #define PCIO_BASE PCI_IO_VADDR #define PCIMEM_BASE PCI_MEMORY_VADDR Loading