summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/pm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'at91-5.3-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/at9...Olof Johansson2019-06-251-0/+1
|\
| * arm: add missing include platform-data/atmel.hPhilippe Mazenauer2019-06-201-0/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
|/
* Merge tag 'at91-5.2-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/at9...Olof Johansson2019-05-161-60/+133
|\
| * ARM: at91: pm: add ULP1 support for SAM9X60Claudiu Beznea2019-03-281-0/+24
| * ARM: at91: pm: add support for per SoC wakeup source configurationClaudiu Beznea2019-03-281-8/+34
| * ARM: at91: pm: keep at91_pm_backup_init() only for SAMA5D2 SoCsClaudiu Beznea2019-03-281-0/+3
| * ARM: at91: pm: initial PM support for SAM9X60Claudiu Beznea2019-03-281-0/+14
| * ARM: at91: pm: introduce at91_soc_pm structureClaudiu Beznea2019-03-281-56/+62
* | arm/mach-at91/pm : fix possible object reference leakPeng Hao2019-04-041-2/+4
|/
* ARM: at91: pm: call put_device instead of of_node_put in at91_pm_config_wszhong jiang2018-09-251-3/+3
* ARM: at91: pm: remove pm_bu initialization in at91_pm_backup_init()Claudiu Beznea2018-08-271-3/+0Star
* Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds2018-08-231-0/+5
|\
| * ARM: at91: fix USB clock detection handlingAlexandre Belloni2018-06-201-0/+5
* | ARM: at91: pm: configure wakeup sources for ULP1 modeClaudiu Beznea2018-07-171-22/+146
* | ARM: at91: pm: Add ULP1 mode supportWenyou Yang2018-07-171-0/+1
* | ARM: at91: pm: Use ULP0 naming instead of slow clockClaudiu Beznea2018-07-171-9/+9
|/
* ARM: at91: Replace uses of virt_to_phys with __pa_symbolAlexandre Belloni2017-09-181-2/+2
* ARM: at91: don't select CONFIG_ARM_CPU_SUSPEND for old platformsArnd Bergmann2017-08-231-0/+12
* Merge tag 'at91-ab-4.13-soc' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2017-06-191-28/+178
|\
| * ARM: at91: pm: fallback to slowclock when backup mode failsAlexandre Belloni2017-05-151-0/+5
| * ARM: at91: pm: allow selecting standby and suspend modesAlexandre Belloni2017-05-151-34/+76
| * ARM: at91: pm: Add sama5d2 backup modeAlexandre Belloni2017-05-151-3/+106
* | ARM: remove duplicate 'const' annotations'Arnd Bergmann2017-05-191-1/+1
|/
* ARM: at91: pm: Remove at91_pm_set_standbyAlexandre Belloni2017-03-311-8/+2Star
* ARM: at91: pm: Merge all at91sam9*_pm_initAlexandre Belloni2017-03-311-13/+1Star
* ARM: at91: pm: Tie the USB clock mask to the pmcAlexandre Belloni2017-03-311-14/+23
* ARM: at91: pm: Tie the memory controller type to the ramc idAlexandre Belloni2017-03-311-10/+20
* ARM: at91: pm: Workaround DDRSDRC self-refresh bug with LPDDR1 memories.Alexandre Belloni2017-03-311-1/+19
* ARM: at91: pm: Simplify at91rm9200_standbyAlexandre Belloni2017-03-311-8/+3Star
* ARM: at91: pm: Use struct at91_pm_data in pm_suspend.SAlexandre Belloni2017-03-311-45/+33Star
* ARM: at91: pm: Move global variables into at91_pm_dataAlexandre Belloni2017-03-311-23/+21Star
* ARM: at91: pm: Move at91_ramc_read/write to pm.cAlexandre Belloni2017-03-311-0/+6
* ARM: at91: pm: Cleanup headersAlexandre Belloni2017-03-311-16/+5Star
* ARM: at91: pm: cpu_idle: switch DDR to power-down modeNicolas Ferre2017-03-141-1/+17
* ARM: at91: pm: remove useless extern definitionAlexandre Belloni2017-01-111-1/+1
* 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