summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91
Commit message (Expand)AuthorAgeFilesLines
* 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: wait for ddr power mode offClaudiu Beznea2021-07-191-0/+5
* ARM: at91: pm: add support for 2.5V LDO regulator controlClaudiu Beznea2021-07-192-0/+30
* 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-193-0/+203
* 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: 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: add new SoC sama7g5Eugen Hristev2021-07-191-0/+18
* ARM: at91: pm: Move prototypes to mutually included headerLee Jones2021-03-261-11/+8
* ARM: at91: use proper asm syntax in pm_suspendArnd Bergmann2021-02-081-1/+1
* 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-173-10/+45
* ARM: at91: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-181-1/+1
* ARM: at91: pm: add missing put_device() call in at91_pm_sram_init()yu kuai2020-07-181-3/+8
* Merge tag 'arm-soc-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-04-035-21/+210
|\
| * 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-184-0/+14
| * 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-184-17/+46
| * ARM: at91: Drop unneeded select of COMMON_CLKGeert Uytterhoeven2020-02-101-1/+0
* | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
|/
* 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-104-19/+36
* ARM: at91: Kconfig: add config flag for SAM9X60 SoCClaudiu Beznea2019-12-101-2/+19
* ARM: at91: Kconfig: add sam9x60 pll config flagClaudiu Beznea2019-12-101-0/+3
* ARM: at91: move platform-specific asm-offset.h to arch/arm/mach-at91Masahiro Yamada2019-08-233-3/+5
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-07-191-0/+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 500Thomas Gleixner2019-06-192-9/+2
|/ /
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-10/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4Thomas Gleixner2019-05-214-8/+4
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-05-191-0/+23
|\
| * ARM: at91: Implement clocksource selectionAlexandre Belloni2019-05-021-0/+23
* | Merge tag 'at91-5.2-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/at9...Olof Johansson2019-05-164-94/+230
|\ \