summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx/crunch.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM: ep93xx: use machine specific hook for late initShawn Guo2012-05-051-3/+1
| | | | | | Cc: Ryan Mallon <rmallon@gmail.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>
* ep93xx: Remove unnecessary includes of ep93xx-regs.hRyan Mallon2012-03-141-1/+1
| | | | | | | | | Remove the include of ep93xx-regs.h from files which no longer need it, notably include/mach/hardware.h. Signed-off-by: Ryan Mallon <rmallon@gmail.com> Reviewed-by: Mika Westerberg <mika.westerberg@iki.fi> Acked-by: Hartley Sweeten <hsweeten@visionengravers.com>
* ep93xx: Move EP93XX_SYSCON defines to SoC private headerRyan Mallon2012-03-141-0/+2
| | | | | | | | | 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 <rmallon@gmail.com> Reviewed-by: Mika Westerberg <mika.westerberg@iki.fi> Acked-by: Hartley Sweeten <hsweeten@visionengravers.com>
* ep93xx: Move crunch code to mach-ep93xx directoryRyan Mallon2012-03-141-0/+88
The crunch code in arch/arm/kernel is specific to the EP93xx. Move it to the mach-ep93xx directory. This removes the need for the EP93XX_SYSCON defines to be exported to arch/arm/kernel. Signed-off-by: Ryan Mallon <rmallon@gmail.com> Cc: Russell King <linux@arm.linux.org.uk> Reviewed-by: Mika Westerberg <mika.westerberg@iki.fi> Acked-by: Hartley Sweeten <hsweeten@visionengravers.com>
OpenPOWER on IntegriCloud