summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91
Commit message (Expand)AuthorAgeFilesLines
* ARM: at91: pm: set soc_pm.data.mode in at91_pm_secure_init()Thomas Perrot2023-11-191-0/+3
* ARM: at91: Explicitly include correct DT includesRob Herring2023-07-292-7/+1
* Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-291-4/+0
|\
| * memory: atmel-sdramc: remove the driverClaudiu Beznea2023-06-021-4/+0
* | ARM: at91: pm: fix imbalanced reference counter for ethernet devicesClaudiu Beznea2023-05-241-11/+9
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-12-132-3/+4
|\
| * ARM: 9263/1: use .arch directives instead of assembler command line flagsNick Desaulniers2022-11-082-3/+4
* | ARM: at91: fix build for SAMA5D3 w/o L2 cachePeter Rosin2022-11-241-1/+1
* | ARM: at91: pm: avoid soft resetting AC DLLClaudiu Beznea2022-11-011-1/+6
* | Merge tag 'pinctrl-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2022-10-111-15/+0
|\ \
| * | pinctrl: at91: move gpio suspend/resume calls to driver's contextClaudiu Beznea2022-09-031-15/+0
| |/
* | Merge tag 'arm-soc-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2022-10-061-4/+0
|\ \
| * | ARM: remove obsolete Makefile.boot infrastructureArnd Bergmann2022-08-181-4/+0
| |/
* | ARM: at91: pm: fix DDR recalibration when resuming from backup and self-refreshClaudiu Beznea2022-08-311-4/+32
* | ARM: at91: pm: fix self-refresh for sama7g5Claudiu Beznea2022-08-311-7/+17
|/
* Merge tag 'arm-soc-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2022-08-023-1/+22
|\
| * ARM: at91: setup outer cache .write_sec() callback if neededClément Léger2022-07-201-1/+15
| * ARM: at91: add sam_linux_is_optee_available() functionClément Léger2022-07-202-0/+7
* | ARM: at91: pm: Mark at91_pm_secure_init as __initFabio Estevam2022-06-281-1/+1
* | ARM: at91: pm: use proper compatibles for sama7g5's rtc and rttClaudiu Beznea2022-06-281-2/+2
* | ARM: at91: pm: use proper compatibles for sam9x60's rtc and rttClaudiu Beznea2022-06-281-2/+2
* | ARM: at91: pm: use proper compatible for sama5d2's rtcClaudiu Beznea2022-06-281-1/+1
|/
* Merge tag 'at91-soc-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2022-05-271-1/+1
|\
| * ARM: at91: pm: Fix rand build errorYueHaibing2022-05-171-1/+1
* | Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-261-1/+2
|\ \ | |/ |/|
| * ARM: rework endianess selectionArnd Bergmann2022-04-081-1/+2
* | ARM: at91: pm: add support for sama5d2 secure suspendClément Léger2022-05-123-1/+50
* | ARM: at91: add code to handle secure callsClément Léger2022-05-124-1/+63
* | ARM: at91: Kconfig: implement PIT64B selectionClaudiu Beznea2022-05-121-0/+9
* | ARM: at91: pm: add quirks for pmClaudiu Beznea2022-05-121-2/+302
* | ARM: at91: pm: use kernel documentation styleClaudiu Beznea2022-05-121-3/+3
* | ARM: at91: pm: introduce macros for pm mode replacementClaudiu Beznea2022-05-121-27/+56
* | ARM: at91: pm: keep documentation inline with structure membersClaudiu Beznea2022-05-121-1/+1
|/
* ARM: at91: Kconfig: select PM_OPPClaudiu Beznea2022-02-251-0/+1
* ARM: at91: PM: add cpu idle support for sama7g5Claudiu Beznea2022-02-251-1/+26
* ARM: at91: ddr: fix typo to align with datasheet namingClaudiu Beznea2022-02-251-2/+2
* ARM: at91: pm: Add of_node_put() before gotoWan Jiabing2021-12-081-0/+2
* Merge tag 'soc-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2021-11-031-0/+9
|\
| * ARM: at91: add basic support for new SoC family lan966Kavyasree Kotagiri2021-10-041-0/+9
* | 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: switch backup area to vbat in backup modeClaudiu Beznea2021-09-141-0/+52
* | ARM: at91: pm: do not panic if ram controllers are not enabledClaudiu Beznea2021-09-141-16/+62
|/
* ARM: at91: pm: add sama7g5 shdwcClaudiu Beznea2021-07-191-0/+1
* ARM: at91: pm: add pm support for SAMA7G5Claudiu Beznea2021-07-193-0/+40
* ARM: at91: sama7: introduce sama7 SoC familyEugen Hristev2021-07-192-0/+33
* ARM: at91: pm: add sama7g5's pmcClaudiu Beznea2021-07-191-0/+6
* ARM: at91: pm: add backup mode support for SAMA7G5Claudiu Beznea2021-07-192-1/+9
* ARM: at91: pm: save ddr phy calibration data to securamClaudiu Beznea2021-07-191-1/+59
* ARM: at91: pm: add sama7g5 ddr phy controllerClaudiu Beznea2021-07-191-6/+21