summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/pm.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: at91: fix warnings in pm.cBen Dooks2016-06-211-2/+3
* ARM: at91: pm: move idle functions to pm.cAlexandre Belloni2016-02-171-5/+32
* ARM: at91: pm: find and remap the pmcAlexandre Belloni2016-02-171-6/+27
* ARM: at91: pm: simply call at91_pm_initAlexandre Belloni2016-02-171-3/+3
* ARM: at91: fix pinctrl driver selectionLudovic Desroches2015-12-041-1/+6
* genalloc: add name arg to gen_pool_get() and devm_gen_pool_create()Vladimir Zapolskiy2015-09-051-1/+1
* ARM: appropriate __init annotation for const dataNicolas Pitre2015-07-281-1/+1
* genalloc: rename dev_get_gen_pool() to gen_pool_get()Vladimir Zapolskiy2015-07-011-1/+1
* ARM: at91/pm: use the atmel-mc syscon definesAlexandre Belloni2015-05-201-4/+4
* Merge tag 'at91-cleanup4_bis' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2015-04-141-0/+89
|\
| * ARM: at91/pm: move the standby functions to pm.cAlexandre Belloni2015-04-051-0/+89
* | ARM: at91: remove hardware.hAlexandre Belloni2015-03-191-2/+9
* | ARM: at91: remove useless mach/cpu.hAlexandre Belloni2015-03-191-1/+0Star
|/
* ARM: at91/pm: flush data cache and clean, invalidate and disable the L2 cacheWenyou Yang2015-03-131-0/+6
* ARM: at91/pm: remove unused void (*at91_pm_standby)(void)Wenyou Yang2015-03-131-4/+1Star
* ARM: at91/pm: rename function name: at91_slow_clock() --> at91_pm_suspend_sra...Wenyou Yang2015-03-131-13/+14
* ARM: at91/pm: standby mode uses same sram function as suspend to memory modeWenyou Yang2015-03-131-46/+39Star
* ARM: at91/pm: move the copying the sram function to the sram initialization p...Wenyou Yang2015-03-131-4/+12
* ARM: at91/pm: remove CONFIG_AT91_SLOW_CLOCK config optionWenyou Yang2015-03-131-11/+1Star
* ARM: at91: pm: change at91_pm_set_standby() to staticWenyou Yang2015-03-121-1/+1
* ARM: at91: pm: fix SRAM allocationAlexandre Belloni2015-03-031-12/+10Star
* ARM: make of_device_ids constUwe Kleine-König2015-02-191-2/+2
* ARM: at91/trivial: unify functions and machine namesNicolas Ferre2015-02-021-4/+4
* ARM: at91: remove at91_dt_initialize and machine init_early()Alexandre Belloni2015-02-021-0/+44
* ARM: at91: fix PM initialization for newer SoCsNicolas Ferre2015-01-261-0/+7
* ARM: at91: pm: prepare for multiplatformAlexandre Belloni2015-01-161-21/+27
* ARM: at91: pm: add UDP and UHP checks to newer SoCsAlexandre Belloni2015-01-161-7/+2Star
* ARM: at91: pm: use the mmio-sram pool to access SRAMAlexandre Belloni2015-01-161-1/+45
* ARM: at91: pm: rework cpu detectionAlexandre Belloni2015-01-161-21/+33
* ARM: at91: remove old AT91-specific driversArnd Bergmann2014-12-021-9/+2Star
* ARM: at91: remove legacy IRQ driver and related codeNicolas Ferre2014-11-271-22/+0Star
* ARM: at91/pm: Remove show_reset_status functionMaxime Ripard2014-08-251-72/+0Star
* ARM: at91: enclose at91_aic_xx calls in IS_ENABLED(CONFIG_OLD_IRQ_AT91) blocksBoris BREZILLON2014-08-191-12/+20
* ARM: at91: localize GPIO headerLinus Walleij2014-05-071-0/+1
* Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson2014-02-191-0/+1
|\
| * ARM: at91: don't use <mach/timex.h>Uwe Kleine-König2013-12-201-0/+1
* | ARM: at91: remove AT91_PROGRAMMABLE_CLOCKS configuration optionNicolas Ferre2013-12-121-3/+0Star
* | ARM: at91: move at91_pmc.h to include/linux/clk/at91_pmc.hBoris BREZILLON2013-12-021-1/+1
|/
* ARM: at91: cpuidle: Convert to platform driverDaniel Lezcano2013-10-161-8/+19
* ARM: at91: fix at91_extern_irq usage for non-dt boardsJean-Christophe PLAGNIOL-VILLARD2013-06-211-1/+1
* Merge tag 'at91-soc' of git://github.com/at91linux/linux-at91 into late/cleanupOlof Johansson2013-04-191-0/+2
|\
| * ARM: at91: suspend both memory controllers on at91sam9263Arnd Bergmann2013-04-181-0/+2
* | ARM: at91: add gpio suspend/resume support when using pinctrlLudovic Desroches2013-03-141-2/+8
|/
* arm: at91: move reset controller header to arm/arm/mach-at91Jean-Christophe PLAGNIOL-VILLARD2012-11-061-1/+1
* arm: at91: move at91_shdwc.h to arch/arm/mach-at91Jean-Christophe PLAGNIOL-VILLARD2012-11-061-1/+1
* arm: at91 move at91_aic.h to arch/arm/mach-at91Jean-Christophe PLAGNIOL-VILLARD2012-11-061-1/+1
* ARM: at91: unused variable in at91_pm_verify_clocksArnd Bergmann2012-10-041-2/+3
* ARM: at91: sparse irq supportLudovic Desroches2012-07-021-0/+1
* ARM: at91: pm select memory controler at runtimeJean-Christophe PLAGNIOL-VILLARD2012-04-171-4/+8
* ARM: at91: add ram controller DT supportJean-Christophe PLAGNIOL-VILLARD2012-03-151-13/+0Star