summaryrefslogtreecommitdiff
path: root/arch/arm/mach-at91/pm_suspend.S
AgeCommit message (Expand)AuthorFilesLines
2022-12-14Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-0/+4
2022-11-08ARM: 9263/1: use .arch directives instead of assembler command line flagsNick Desaulniers1-0/+4
2022-11-01ARM: at91: pm: avoid soft resetting AC DLLClaudiu Beznea1-1/+6
2022-08-31ARM: at91: pm: fix self-refresh for sama7g5Claudiu Beznea1-7/+17
2022-02-25ARM: at91: ddr: fix typo to align with datasheet namingClaudiu Beznea1-2/+2
2021-10-04ARM: at91: pm: preload base address of controllers in tlbClaudiu Beznea1-1/+24
2021-10-04ARM: at91: pm: group constants and addresses loadingClaudiu Beznea1-8/+9
2021-07-19ARM: at91: pm: add backup mode support for SAMA7G5Claudiu Beznea1-0/+7
2021-07-19ARM: at91: pm: wait for ddr power mode offClaudiu Beznea1-0/+5
2021-07-19ARM: at91: pm: add support for 2.5V LDO regulator controlClaudiu Beznea1-0/+29
2021-07-19ARM: at91: pm: add support for MCK1..4 save/restore for ulp modesClaudiu Beznea1-0/+126
2021-07-19ARM: at91: pm: add self-refresh support for sama7g5Claudiu Beznea1-0/+199
2021-07-19ARM: at91: pm: add support for waiting MCK1..4Claudiu Beznea1-13/+35
2021-07-19ARM: at91: pm: s/CONFIG_SOC_SAM9X60/CONFIG_HAVE_AT91_SAM9X60_PLL/gClaudiu Beznea1-2/+2
2021-07-19ARM: at91: pm: avoid push and pop on stack while memory is in self-refershClaudiu Beznea1-192/+205
2021-07-19ARM: at91: pm: use r7 instead of tmp1Claudiu Beznea1-6/+12
2021-02-08ARM: at91: use proper asm syntax in pm_suspendArnd Bergmann1-1/+1
2020-08-17ARM: at91: pm: add support for ULP0 fast wakeupClaudiu Beznea1-4/+37
2020-02-18ARM: at91: pm: add quirk for sam9x60's ulp1Claudiu Beznea1-0/+4
2020-02-18ARM: at91: pm: add plla disable/enable support for sam9x60Claudiu Beznea1-4/+113
2020-02-18ARM: at91: pm: s/sfr/sfrbu in pm_suspend.SClaudiu Beznea1-3/+3
2020-02-18ARM: at91: pm: add pmc_version member to at91_pm_dataClaudiu Beznea1-0/+4
2020-02-18ARM: at91: pm: add macros for plla disable/enableClaudiu Beznea1-27/+30
2020-02-18ARM: at91: pm: revert do not disable/enable PLLA for ULP modesClaudiu Beznea1-0/+31
2020-02-18ARM: at91: pm: use proper master clock register offsetClaudiu Beznea1-12/+20
2019-08-23ARM: at91: move platform-specific asm-offset.h to arch/arm/mach-at91Masahiro Yamada1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-03-28ARM: at91: pm: do not disable/enable PLLA for ULP modesClaudiu Beznea1-31/+0
2019-03-28ARM: at91: pm: disable RC oscillator in ULP0Claudiu Beznea1-2/+37
2019-03-28ARM: at91: pm: add ULP1 support for SAM9X60Claudiu Beznea1-1/+40
2018-09-16power: reset: at91-poweroff: switch to slow clock before shutdownClaudiu Beznea1-0/+8
2018-07-17ARM: at91: pm: Add ULP1 mode supportWenyou Yang1-20/+122
2018-07-17ARM: at91: pm: Use ULP0 naming instead of slow clockClaudiu Beznea1-6/+6
2017-05-15ARM: at91: pm: Add sama5d2 backup modeAlexandre Belloni1-19/+54
2017-03-31ARM: at91: pm: correct typoAlexandre Belloni1-1/+1
2017-03-31ARM: at91: pm: Use struct at91_pm_data in pm_suspend.SAlexandre Belloni1-16/+13
2015-10-19ARM: at91: pm: at91_pm_suspend_in_sram() must be 8-byte alignedPatrick Doyle1-0/+2
2015-05-20ARM: at91: remove mach/at91_ramc.h and mach/at91rm9200_mc.hAlexandre Belloni1-1/+0
2015-05-20ARM: at91/pm: use the atmel-mc syscon definesAlexandre Belloni1-1/+1
2015-03-19ARM: at91: remove hardware.hAlexandre Belloni1-1/+0
2015-03-13ARM: at91/pm_suspend: add the WFI instruction support for ARMv7Wenyou Yang1-1/+19
2015-03-13ARM: at91/pm: rename function name: at91_slow_clock() --> at91_pm_suspend_sra...Wenyou Yang1-15/+11
2015-03-13ARM: at91/pm: rename file name: pm_slowclock.S --> pm_suspend.SWenyou Yang1-0/+324