aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-at91
AgeCommit message (Expand)Author
2015-09-04genalloc: add name arg to gen_pool_get() and devm_gen_pool_create()Vladimir Zapolskiy
2015-09-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds
2015-09-01Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-08-05ARM: at91/soc: add basic support for new sama5d2 SoCNicolas Ferre
2015-07-28ARM: appropriate __init annotation for const dataNicolas Pitre
2015-07-20ARM: at91: Remove clk-provider.h includeStephen Boyd
2015-06-30genalloc: rename dev_get_gen_pool() to gen_pool_get()Vladimir Zapolskiy
2015-05-20ARM: at91: remove useless Makefile.bootAlexandre Belloni
2015-05-20ARM: at91: remove mach/at91_ramc.h and mach/at91rm9200_mc.hAlexandre Belloni
2015-05-20ARM: at91/pm: use the atmel-mc syscon definesAlexandre Belloni
2015-05-20ARM: at91: drop sam9_smc.cAlexandre Belloni
2015-04-14Merge tag 'at91-cleanup4_bis' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann
2015-04-05ARM: at91/pm: move AT91_MEMCTRL_* to pm.hAlexandre Belloni
2015-04-05ARM: at91/pm: move the standby functions to pm.cAlexandre Belloni
2015-04-05ARM: at91: fix pm_suspend.S compilation when ARMv6 is selectedAlexandre Belloni
2015-04-03ARM: at91: add a Kconfig dependency on multi-platformNicolas Ferre
2015-03-19ARM: at91: drop AT91_TIMER_HZAlexandre Belloni
2015-03-19ARM: at91: remove hardware.hAlexandre Belloni
2015-03-19ARM: at91: remove SoC headersAlexandre Belloni
2015-03-19ARM: at91: remove useless mach/cpu.hAlexandre Belloni
2015-03-19ARM: at91: remove unused headersAlexandre Belloni
2015-03-19ARM: at91: switch to multiplatformAlexandre Belloni
2015-03-16ARM: at91: remove useless includeAlexandre Belloni
2015-03-16ARM: at91: time: move the system timer driver to drivers/clocksourceAlexandre Belloni
2015-03-16ARM: at91: properly initialize timerAlexandre Belloni
2015-03-16ARM: at91: at91rm9200: remove deprecated arm_pm_restartAlexandre Belloni
2015-03-13ARM: at91: remove old setupAlexandre Belloni
2015-03-13ARM: at91: sama5d4: remove useless map_ioAlexandre Belloni
2015-03-13ARM: at91: sama5 use SoC detection infrastructureAlexandre Belloni
2015-03-13ARM: at91: at91sam9: use SoC detection infrastructureAlexandre Belloni
2015-03-13ARM: at91: at91rm9200 use SoC detection infrastructureAlexandre Belloni
2015-03-13ARM: at91: add soc detection infrastructureBoris BREZILLON
2015-03-13ARM: at91: remove unused _matrix.h headersAlexandre Belloni
2015-03-13ARM: at91: remove unused at91_ioremap_matrix and headerAlexandre Belloni
2015-03-13ARM: at91: remove NEED_MACH_IO_HArnd Bergmann
2015-03-13ARM: at91/pm: flush data cache and clean, invalidate and disable the L2 cacheWenyou Yang
2015-03-13ARM: at91/pm_suspend: add the WFI instruction support for ARMv7Wenyou Yang
2015-03-13ARM: at91/pm: remove unused void (*at91_pm_standby)(void)Wenyou Yang
2015-03-13ARM: at91/pm: rename function name: at91_slow_clock() --> at91_pm_suspend_sra...Wenyou Yang
2015-03-13ARM: at91/pm: rename file name: pm_slowclock.S --> pm_suspend.SWenyou Yang
2015-03-13ARM: at91/pm: standby mode uses same sram function as suspend to memory modeWenyou Yang
2015-03-13ARM: at91/pm: move the copying the sram function to the sram initialization p...Wenyou Yang
2015-03-13ARM: at91/pm_slowclock: create the procedure to handle the sdram self-refreshWenyou Yang
2015-03-13ARM: at91/pm_slowclock: remove clocks which are already stopped when entering...Sylvain Rochet
2015-03-13ARM: at91/pm: remove CONFIG_AT91_SLOW_CLOCK config optionWenyou Yang
2015-03-13ARM: at91: move "select SRAM" under SOC_AT91SAM9 and SOC_SAMA5Wenyou Yang
2015-03-13ARM: at91/pm_slowclock: remove the unused code related with SLOWDOWN_MASTER_C...Wenyou Yang
2015-03-12ARM: at91: pm: change at91_pm_set_standby() to staticWenyou Yang
2015-03-12ARM: at91: remove ksz8081 phy fixup registration for sama5d4ek boardBoris Brezillon
2015-03-11ARM: at91: pm_slowclock: fix the compilation errorWenyou Yang