summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/pm.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: at91: pm: switch backup area to vbat in backup modeClaudiu Beznea2021-09-141-0/+52
* ARM: at91: pm: do not panic if ram controllers are not enabledClaudiu Beznea2021-09-141-16/+62
* ARM: at91: pm: add sama7g5 shdwcClaudiu Beznea2021-07-191-0/+1
* ARM: at91: pm: add pm support for SAMA7G5Claudiu Beznea2021-07-191-0/+37
* ARM: at91: pm: add sama7g5's pmcClaudiu Beznea2021-07-191-0/+6
* ARM: at91: pm: add backup mode support for SAMA7G5Claudiu Beznea2021-07-191-1/+2
* ARM: at91: pm: save ddr phy calibration data to securamClaudiu Beznea2021-07-191-1/+59
* ARM: at91: pm: add sama7g5 ddr phy controllerClaudiu Beznea2021-07-191-6/+21
* ARM: at91: pm: add sama7g5 ddr controllerClaudiu Beznea2021-07-191-3/+6
* ARM: at91: pm: do not initialize pdevClaudiu Beznea2021-07-191-1/+1
* ARM: at91: pm: check for different controllers in at91_pm_modes_init()Claudiu Beznea2021-07-191-52/+91
* ARM: at91: pm: document at91_soc_pm structureClaudiu Beznea2021-07-191-0/+8
* ARM: at91: pm: move the setup of soc_pm.bu->suspendedClaudiu Beznea2021-07-191-3/+12
* ARM: at91: pm: move pm_bu to soc_pm data structureClaudiu Beznea2021-07-191-13/+21
* ARM: at91: pm: Move prototypes to mutually included headerLee Jones2021-03-261-11/+8
* ARM: at91: pm: remove unnecessary at91sam9x60_idleAlexandre Belloni2020-08-171-6/+1
* ARM: at91: pm: of_node_put() after its usageClaudiu Beznea2020-08-171-0/+1
* ARM: at91: pm: add per soc validation of pm modesClaudiu Beznea2020-08-171-1/+79
* ARM: at91: pm: add support for ULP0 fast wakeupClaudiu Beznea2020-08-171-4/+5
* ARM: at91: pm: add missing put_device() call in at91_pm_sram_init()yu kuai2020-07-181-3/+8
* ARM: at91: pm: add pmc_version member to at91_pm_dataClaudiu Beznea2020-02-181-0/+7
* ARM: at91: pm: use proper master clock register offsetClaudiu Beznea2020-02-181-5/+23
* ARM: at91: pm: use of_device_id array to find the proper shdwc nodeClaudiu Beznea2020-01-101-1/+7
* ARM: at91: pm: use SAM9X60 PMC's compatibleClaudiu Beznea2020-01-101-0/+1
* ARM: at91: pm: move SAM9X60's PM under its own SoC config flagClaudiu Beznea2019-12-101-1/+1
* 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/+1
|/
* 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/+0
* 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-181-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/+2