summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/pm_suspend.S
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-12-131-0/+4
|\
| * ARM: 9263/1: use .arch directives instead of assembler command line flagsNick Desaulniers2022-11-081-0/+4
* | ARM: at91: pm: avoid soft resetting AC DLLClaudiu Beznea2022-11-011-1/+6
* | ARM: at91: pm: fix self-refresh for sama7g5Claudiu Beznea2022-08-311-7/+17
|/
* ARM: at91: ddr: fix typo to align with datasheet namingClaudiu Beznea2022-02-251-2/+2
* ARM: at91: pm: preload base address of controllers in tlbClaudiu Beznea2021-10-041-1/+24
* ARM: at91: pm: group constants and addresses loadingClaudiu Beznea2021-10-041-8/+9
* ARM: at91: pm: add backup mode support for SAMA7G5Claudiu Beznea2021-07-191-0/+7
* ARM: at91: pm: wait for ddr power mode offClaudiu Beznea2021-07-191-0/+5
* ARM: at91: pm: add support for 2.5V LDO regulator controlClaudiu Beznea2021-07-191-0/+29
* ARM: at91: pm: add support for MCK1..4 save/restore for ulp modesClaudiu Beznea2021-07-191-0/+126
* ARM: at91: pm: add self-refresh support for sama7g5Claudiu Beznea2021-07-191-0/+199
* ARM: at91: pm: add support for waiting MCK1..4Claudiu Beznea2021-07-191-13/+35
* ARM: at91: pm: s/CONFIG_SOC_SAM9X60/CONFIG_HAVE_AT91_SAM9X60_PLL/gClaudiu Beznea2021-07-191-2/+2
* ARM: at91: pm: avoid push and pop on stack while memory is in self-refershClaudiu Beznea2021-07-191-192/+205
* ARM: at91: pm: use r7 instead of tmp1Claudiu Beznea2021-07-191-6/+12
* ARM: at91: use proper asm syntax in pm_suspendArnd Bergmann2021-02-081-1/+1
* ARM: at91: pm: add support for ULP0 fast wakeupClaudiu Beznea2020-08-171-4/+37
* ARM: at91: pm: add quirk for sam9x60's ulp1Claudiu Beznea2020-02-181-0/+4
* ARM: at91: pm: add plla disable/enable support for sam9x60Claudiu Beznea2020-02-181-4/+113
* ARM: at91: pm: s/sfr/sfrbu in pm_suspend.SClaudiu Beznea2020-02-181-3/+3
* ARM: at91: pm: add pmc_version member to at91_pm_dataClaudiu Beznea2020-02-181-0/+4
* ARM: at91: pm: add macros for plla disable/enableClaudiu Beznea2020-02-181-27/+30
* ARM: at91: pm: revert do not disable/enable PLLA for ULP modesClaudiu Beznea2020-02-181-0/+31
* ARM: at91: pm: use proper master clock register offsetClaudiu Beznea2020-02-181-12/+20
* ARM: at91: move platform-specific asm-offset.h to arch/arm/mach-at91Masahiro Yamada2019-08-231-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* ARM: at91: pm: do not disable/enable PLLA for ULP modesClaudiu Beznea2019-03-281-31/+0
* ARM: at91: pm: disable RC oscillator in ULP0Claudiu Beznea2019-03-281-2/+37
* ARM: at91: pm: add ULP1 support for SAM9X60Claudiu Beznea2019-03-281-1/+40
* power: reset: at91-poweroff: switch to slow clock before shutdownClaudiu Beznea2018-09-161-0/+8
* ARM: at91: pm: Add ULP1 mode supportWenyou Yang2018-07-171-20/+122
* ARM: at91: pm: Use ULP0 naming instead of slow clockClaudiu Beznea2018-07-171-6/+6
* ARM: at91: pm: Add sama5d2 backup modeAlexandre Belloni2017-05-151-19/+54
* ARM: at91: pm: correct typoAlexandre Belloni2017-03-311-1/+1
* ARM: at91: pm: Use struct at91_pm_data in pm_suspend.SAlexandre Belloni2017-03-311-16/+13
* ARM: at91: pm: at91_pm_suspend_in_sram() must be 8-byte alignedPatrick Doyle2015-10-191-0/+2
* ARM: at91: remove mach/at91_ramc.h and mach/at91rm9200_mc.hAlexandre Belloni2015-05-201-1/+0
* ARM: at91/pm: use the atmel-mc syscon definesAlexandre Belloni2015-05-201-1/+1
* ARM: at91: remove hardware.hAlexandre Belloni2015-03-191-1/+0
* ARM: at91/pm_suspend: add the WFI instruction support for ARMv7Wenyou Yang2015-03-131-1/+19
* ARM: at91/pm: rename function name: at91_slow_clock() --> at91_pm_suspend_sra...Wenyou Yang2015-03-131-15/+11
* ARM: at91/pm: rename file name: pm_slowclock.S --> pm_suspend.SWenyou Yang2015-03-131-0/+324