summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-nspire
Commit message (Collapse)AuthorAgeFilesLines
* ARM: nspire: remove custom .init_time hookSebastian Hesselbarth2013-09-291-9/+0Star
| | | | | | | 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>
* arm: Add Initial TI-Nspire supportDaniel Tang2013-06-217-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>