summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | 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-282-1/+64
| * | 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-283-0/+34
| * | ARM: at91: pm: introduce at91_soc_pm structureClaudiu Beznea2019-03-281-56/+62
| |/
* | Merge tag 'at91-5.2-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson2019-05-161-3/+0
|\ \
| * | ARM: at91: remove HAVE_FB_ATMEL for sama5 SoC as they use DRMNicolas Ferre2019-04-041-3/+0
| |/
* / arm/mach-at91/pm : fix possible object reference leakPeng Hao2019-04-041-2/+4
|/
* treewide: add intermediate .s files to targetsMasahiro Yamada2018-12-231-0/+2
* treewide: remove explicit rules for *offsets.sMasahiro Yamada2018-12-231-3/+0
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2018-10-291-6/+3
|\
| * 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
* | power: reset: at91-poweroff: switch to slow clock before shutdownClaudiu Beznea2018-09-161-0/+8
|/
* Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds2018-08-231-0/+5
|\