04 Jun, 2012
1 commit
-
Add IDE driver platform support code for ep93xx.
Signed-off-by: Rafal Prylowski
Acked-by: H Hartley Sweeten
Signed-off-by: Ryan Mallon
14 Mar, 2012
5 commits
-
Remove the include of ep93xx-regs.h from files which no longer need
it, notably include/mach/hardware.h.Signed-off-by: Ryan Mallon
Reviewed-by: Mika Westerberg
Acked-by: Hartley Sweeten -
The EP93XX_SYSCON defines are now no longer needed outside of the
EP93xx SoC core code, so they can be moved to a private header.Signed-off-by: Ryan Mallon
Reviewed-by: Mika Westerberg
Acked-by: Hartley Sweeten -
The syscon access functions are no longer used outside of the core
EP93xx code. Move their definitions into the SoC code.Signed-off-by: Ryan Mallon
Reviewed-by: Mika Westerberg
Acked-by: Hartley Sweeten -
Move the AHB/APB peripheral defines to local SoC header since they are
only needed by the core SoC code. The UART defines are not moved
because they are used by the mach/uncompress.h header.Signed-off-by: Ryan Mallon
Reviewed-by: Mika Westerberg
Acked-by: Hartley Sweeten
Acked-by: Arnd Bergmann -
The PHYS_BASE defines in arch/arm/mach-ep93xx/include/mach-ep93xx-regs.h are
only used in the SoC code. Move the defines to a local header file.Signed-off-by: Ryan Mallon
Reviewed-by: Mika Westerberg
Acked-by: Hartley Sweeten