summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/pm.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-17ARM: at91: pm: remove unnecessary at91sam9x60_idleAlexandre Belloni1-6/+1
2020-08-17ARM: at91: pm: of_node_put() after its usageClaudiu Beznea1-0/+1
2020-08-17ARM: at91: pm: add per soc validation of pm modesClaudiu Beznea1-1/+79
2020-08-17ARM: at91: pm: add support for ULP0 fast wakeupClaudiu Beznea1-4/+5
2020-07-18ARM: at91: pm: add missing put_device() call in at91_pm_sram_init()yu kuai1-3/+8
2020-02-18ARM: at91: pm: add pmc_version member to at91_pm_dataClaudiu Beznea1-0/+7
2020-02-18ARM: at91: pm: use proper master clock register offsetClaudiu Beznea1-5/+23
2020-01-10ARM: at91: pm: use of_device_id array to find the proper shdwc nodeClaudiu Beznea1-1/+7
2020-01-10ARM: at91: pm: use SAM9X60 PMC's compatibleClaudiu Beznea1-0/+1
2019-12-10ARM: at91: pm: move SAM9X60's PM under its own SoC config flagClaudiu Beznea1-1/+1
2019-06-25Merge tag 'at91-5.3-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/at9...Olof Johansson1-0/+1
2019-06-20arm: add missing include platform-data/atmel.hPhilippe Mazenauer1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-16Merge tag 'at91-5.2-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/at9...Olof Johansson1-60/+133
2019-04-04arm/mach-at91/pm : fix possible object reference leakPeng Hao1-2/+4
2019-03-28ARM: at91: pm: add ULP1 support for SAM9X60Claudiu Beznea1-0/+24
2019-03-28ARM: at91: pm: add support for per SoC wakeup source configurationClaudiu Beznea1-8/+34
2019-03-28ARM: at91: pm: keep at91_pm_backup_init() only for SAMA5D2 SoCsClaudiu Beznea1-0/+3
2019-03-28ARM: at91: pm: initial PM support for SAM9X60Claudiu Beznea1-0/+14
2019-03-28ARM: at91: pm: introduce at91_soc_pm structureClaudiu Beznea1-56/+62
2018-09-25ARM: at91: pm: call put_device instead of of_node_put in at91_pm_config_wszhong jiang1-3/+3
2018-08-27ARM: at91: pm: remove pm_bu initialization in at91_pm_backup_init()Claudiu Beznea1-3/+0
2018-08-23Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds1-0/+5
2018-07-17ARM: at91: pm: configure wakeup sources for ULP1 modeClaudiu Beznea1-22/+146
2018-07-17ARM: at91: pm: Add ULP1 mode supportWenyou Yang1-0/+1
2018-07-17ARM: at91: pm: Use ULP0 naming instead of slow clockClaudiu Beznea1-9/+9
2018-06-20ARM: at91: fix USB clock detection handlingAlexandre Belloni1-0/+5
2017-09-18ARM: at91: Replace uses of virt_to_phys with __pa_symbolAlexandre Belloni1-2/+2
2017-08-23ARM: at91: don't select CONFIG_ARM_CPU_SUSPEND for old platformsArnd Bergmann1-0/+12
2017-06-18Merge tag 'at91-ab-4.13-soc' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson1-28/+178
2017-05-19ARM: remove duplicate 'const' annotations'Arnd Bergmann1-1/+1
2017-05-15ARM: at91: pm: fallback to slowclock when backup mode failsAlexandre Belloni1-0/+5
2017-05-15ARM: at91: pm: allow selecting standby and suspend modesAlexandre Belloni1-34/+76
2017-05-15ARM: at91: pm: Add sama5d2 backup modeAlexandre Belloni1-3/+106
2017-03-31ARM: at91: pm: Remove at91_pm_set_standbyAlexandre Belloni1-8/+2
2017-03-31ARM: at91: pm: Merge all at91sam9*_pm_initAlexandre Belloni1-13/+1
2017-03-31ARM: at91: pm: Tie the USB clock mask to the pmcAlexandre Belloni1-14/+23
2017-03-31ARM: at91: pm: Tie the memory controller type to the ramc idAlexandre Belloni1-10/+20
2017-03-31ARM: at91: pm: Workaround DDRSDRC self-refresh bug with LPDDR1 memories.Alexandre Belloni1-1/+19
2017-03-31ARM: at91: pm: Simplify at91rm9200_standbyAlexandre Belloni1-8/+3
2017-03-31ARM: at91: pm: Use struct at91_pm_data in pm_suspend.SAlexandre Belloni1-45/+33
2017-03-31ARM: at91: pm: Move global variables into at91_pm_dataAlexandre Belloni1-23/+21
2017-03-31ARM: at91: pm: Move at91_ramc_read/write to pm.cAlexandre Belloni1-0/+6
2017-03-31ARM: at91: pm: Cleanup headersAlexandre Belloni1-16/+5
2017-03-14ARM: at91: pm: cpu_idle: switch DDR to power-down modeNicolas Ferre1-1/+17
2017-01-11ARM: at91: pm: remove useless extern definitionAlexandre Belloni1-1/+1
2016-06-21ARM: at91: fix warnings in pm.cBen Dooks1-2/+3
2016-02-17ARM: at91: pm: move idle functions to pm.cAlexandre Belloni1-5/+32
2016-02-17ARM: at91: pm: find and remap the pmcAlexandre Belloni1-6/+27
2016-02-17ARM: at91: pm: simply call at91_pm_initAlexandre Belloni1-3/+3