summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91
AgeCommit message (Expand)AuthorLines
2026-02-11Merge tag 'devicetree-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+2
2026-02-03ARM: at91: Simplify with scoped for each OF child loopKrzysztof Kozlowski-5/+2
2026-01-10ARM: at91: remove unnecessary of_platform_default_populate callsRob Herring (Arm)-61/+0
2026-01-10ARM: at91: Move PM init functions to .init_late hookRob Herring (Arm)-11/+8
2025-10-01Merge tag 'soc-arm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds-33/+10
2025-09-16ARM: at91: pm: Remove 2.5V regulatorRyan Wanner-29/+0
2025-09-03ARM: at91: select ARCH_MICROCHIPRobert Marko-0/+4
2025-08-30ARM: at91: pm: save and restore ACR during PLL disable/enableNicolas Ferre-1/+7
2025-08-30ARM: at91: pm: fix MCKx restore routineNicolas Ferre-2/+2
2025-08-30ARM: at91: pm: fix .uhp_udp_mask specification for current SoCsNicolas Ferre-1/+1
2025-03-02ARM: at91: pm: Enable ULP0/ULP1 for SAMA7D65Ryan Wanner-9/+99
2025-03-02ARM: at91: pm: Add Backup mode for SAMA7D65Ryan Wanner-1/+7
2025-03-02ARM: at91: pm: add DT compatible support for sama7d65Ryan Wanner-3/+11
2025-03-02ARM: at91: pm: fix at91_suspend_finish for ZQ calibrationLi Bin-10/+11
2025-01-02ARM: at91: add new SoC sama7d65Ryan Wanner-0/+11
2024-12-08ARM: at91: pm: change BU Power Switch to automatic modeNicolas Ferre-11/+20
2024-08-07ARM: at91: Kconfig: add config flag for SAM9X7 SoCVarshini Rajendran-3/+19
2024-08-07ARM: at91: pm: add sam9x7 SoC init configVarshini Rajendran-0/+34
2024-08-07ARM: at91: pm: add support for sam9x7 SoC familyVarshini Rajendran-0/+31
2023-11-19ARM: at91: pm: set soc_pm.data.mode in at91_pm_secure_init()Thomas Perrot-0/+3
2023-07-29ARM: at91: Explicitly include correct DT includesRob Herring-7/+1
2023-06-29Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+0
2023-06-02memory: atmel-sdramc: remove the driverClaudiu Beznea-4/+0
2023-05-24ARM: at91: pm: fix imbalanced reference counter for ethernet devicesClaudiu Beznea-11/+9
2022-12-13Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-3/+4
2022-11-24ARM: at91: fix build for SAMA5D3 w/o L2 cachePeter Rosin-1/+1
2022-11-08ARM: 9263/1: use .arch directives instead of assembler command line flagsNick Desaulniers-3/+4
2022-11-01ARM: at91: pm: avoid soft resetting AC DLLClaudiu Beznea-1/+6
2022-10-11Merge tag 'pinctrl-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-15/+0
2022-10-06Merge tag 'arm-soc-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-4/+0
2022-09-03pinctrl: at91: move gpio suspend/resume calls to driver's contextClaudiu Beznea-15/+0
2022-08-31ARM: at91: pm: fix DDR recalibration when resuming from backup and self-refreshClaudiu Beznea-4/+32
2022-08-31ARM: at91: pm: fix self-refresh for sama7g5Claudiu Beznea-7/+17
2022-08-18ARM: remove obsolete Makefile.boot infrastructureArnd Bergmann-4/+0
2022-08-02Merge tag 'arm-soc-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-1/+22
2022-07-20ARM: at91: setup outer cache .write_sec() callback if neededClément Léger-1/+15
2022-07-20ARM: at91: add sam_linux_is_optee_available() functionClément Léger-0/+7
2022-06-28ARM: at91: pm: Mark at91_pm_secure_init as __initFabio Estevam-1/+1
2022-06-28ARM: at91: pm: use proper compatibles for sama7g5's rtc and rttClaudiu Beznea-2/+2
2022-06-28ARM: at91: pm: use proper compatibles for sam9x60's rtc and rttClaudiu Beznea-2/+2
2022-06-28ARM: at91: pm: use proper compatible for sama5d2's rtcClaudiu Beznea-1/+1
2022-05-27Merge tag 'at91-soc-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann-1/+1
2022-05-26Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+2
2022-05-17ARM: at91: pm: Fix rand build errorYueHaibing-1/+1
2022-05-12ARM: at91: pm: add support for sama5d2 secure suspendClément Léger-1/+50
2022-05-12ARM: at91: add code to handle secure callsClément Léger-1/+63
2022-05-12ARM: at91: Kconfig: implement PIT64B selectionClaudiu Beznea-0/+9
2022-05-12ARM: at91: pm: add quirks for pmClaudiu Beznea-2/+302
2022-05-12ARM: at91: pm: use kernel documentation styleClaudiu Beznea-3/+3
2022-05-12ARM: at91: pm: introduce macros for pm mode replacementClaudiu Beznea-27/+56