aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-nspire (follow)
AgeCommit message (Collapse)AuthorFilesLines
2013-09-29ARM: nspire: remove custom .init_time hookSebastian Hesselbarth1-9/+0
With arch/arm calling of_clk_init(NULL) from time_init(), we can now remove custom .init_time hooks. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
2013-06-21arm: Add Initial TI-Nspire supportDaniel Tang7-0/+260
This patch adds support for the TI-Nspire platform. Changes between v1 and v2: * Added GENERIC_IRQ_CHIP to platform Kconfig Signed-off-by: Daniel Tang <dt.tangr@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>