Age | Commit message (Expand) | Author | Files | Lines |
2022-11-24 | ARM: at91: fix build for SAMA5D3 w/o L2 cache | Peter Rosin | 1 | -1/+1 |
2022-11-01 | ARM: at91: pm: avoid soft resetting AC DLL | Claudiu Beznea | 1 | -1/+6 |
2022-10-11 | Merge tag 'pinctrl-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 1 | -15/+0 |
2022-10-06 | Merge tag 'arm-soc-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds | 1 | -4/+0 |
2022-09-03 | pinctrl: at91: move gpio suspend/resume calls to driver's context | Claudiu Beznea | 1 | -15/+0 |
2022-08-31 | ARM: at91: pm: fix DDR recalibration when resuming from backup and self-refresh | Claudiu Beznea | 1 | -4/+32 |
2022-08-31 | ARM: at91: pm: fix self-refresh for sama7g5 | Claudiu Beznea | 1 | -7/+17 |
2022-08-18 | ARM: remove obsolete Makefile.boot infrastructure | Arnd Bergmann | 1 | -4/+0 |
2022-08-02 | Merge tag 'arm-soc-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds | 3 | -1/+22 |
2022-07-20 | ARM: at91: setup outer cache .write_sec() callback if needed | Clément Léger | 1 | -1/+15 |
2022-07-20 | ARM: at91: add sam_linux_is_optee_available() function | Clément Léger | 2 | -0/+7 |
2022-06-28 | ARM: at91: pm: Mark at91_pm_secure_init as __init | Fabio Estevam | 1 | -1/+1 |
2022-06-28 | ARM: at91: pm: use proper compatibles for sama7g5's rtc and rtt | Claudiu Beznea | 1 | -2/+2 |
2022-06-28 | ARM: at91: pm: use proper compatibles for sam9x60's rtc and rtt | Claudiu Beznea | 1 | -2/+2 |
2022-06-28 | ARM: at91: pm: use proper compatible for sama5d2's rtc | Claudiu Beznea | 1 | -1/+1 |
2022-05-27 | Merge tag 'at91-soc-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Arnd Bergmann | 1 | -1/+1 |
2022-05-26 | Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+2 |
2022-05-17 | ARM: at91: pm: Fix rand build error | YueHaibing | 1 | -1/+1 |
2022-05-12 | ARM: at91: pm: add support for sama5d2 secure suspend | Clément Léger | 3 | -1/+50 |
2022-05-12 | ARM: at91: add code to handle secure calls | Clément Léger | 4 | -1/+63 |
2022-05-12 | ARM: at91: Kconfig: implement PIT64B selection | Claudiu Beznea | 1 | -0/+9 |
2022-05-12 | ARM: at91: pm: add quirks for pm | Claudiu Beznea | 1 | -2/+302 |
2022-05-12 | ARM: at91: pm: use kernel documentation style | Claudiu Beznea | 1 | -3/+3 |
2022-05-12 | ARM: at91: pm: introduce macros for pm mode replacement | Claudiu Beznea | 1 | -27/+56 |
2022-05-12 | ARM: at91: pm: keep documentation inline with structure members | Claudiu Beznea | 1 | -1/+1 |
2022-04-08 | ARM: rework endianess selection | Arnd Bergmann | 1 | -1/+2 |
2022-02-25 | ARM: at91: Kconfig: select PM_OPP | Claudiu Beznea | 1 | -0/+1 |
2022-02-25 | ARM: at91: PM: add cpu idle support for sama7g5 | Claudiu Beznea | 1 | -1/+26 |
2022-02-25 | ARM: at91: ddr: fix typo to align with datasheet naming | Claudiu Beznea | 1 | -2/+2 |
2021-12-08 | ARM: at91: pm: Add of_node_put() before goto | Wan Jiabing | 1 | -0/+2 |
2021-11-04 | Merge tag 'soc-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds | 1 | -0/+9 |
2021-10-04 | ARM: at91: add basic support for new SoC family lan966 | Kavyasree Kotagiri | 1 | -0/+9 |
2021-10-04 | ARM: at91: pm: preload base address of controllers in tlb | Claudiu Beznea | 1 | -1/+24 |
2021-10-04 | ARM: at91: pm: group constants and addresses loading | Claudiu Beznea | 1 | -8/+9 |
2021-09-14 | ARM: at91: pm: switch backup area to vbat in backup mode | Claudiu Beznea | 1 | -0/+52 |
2021-09-14 | ARM: at91: pm: do not panic if ram controllers are not enabled | Claudiu Beznea | 1 | -16/+62 |
2021-07-19 | ARM: at91: pm: add sama7g5 shdwc | Claudiu Beznea | 1 | -0/+1 |
2021-07-19 | ARM: at91: pm: add pm support for SAMA7G5 | Claudiu Beznea | 3 | -0/+40 |
2021-07-19 | ARM: at91: sama7: introduce sama7 SoC family | Eugen Hristev | 2 | -0/+33 |
2021-07-19 | ARM: at91: pm: add sama7g5's pmc | Claudiu Beznea | 1 | -0/+6 |
2021-07-19 | ARM: at91: pm: add backup mode support for SAMA7G5 | Claudiu Beznea | 2 | -1/+9 |
2021-07-19 | ARM: at91: pm: save ddr phy calibration data to securam | Claudiu Beznea | 1 | -1/+59 |
2021-07-19 | ARM: at91: pm: add sama7g5 ddr phy controller | Claudiu Beznea | 1 | -6/+21 |
2021-07-19 | ARM: at91: pm: add sama7g5 ddr controller | Claudiu Beznea | 1 | -3/+6 |
2021-07-19 | ARM: at91: pm: wait for ddr power mode off | Claudiu Beznea | 1 | -0/+5 |
2021-07-19 | ARM: at91: pm: add support for 2.5V LDO regulator control | Claudiu Beznea | 2 | -0/+30 |
2021-07-19 | ARM: at91: pm: add support for MCK1..4 save/restore for ulp modes | Claudiu Beznea | 1 | -0/+126 |
2021-07-19 | ARM: at91: pm: add self-refresh support for sama7g5 | Claudiu Beznea | 3 | -0/+203 |
2021-07-19 | ARM: at91: pm: add support for waiting MCK1..4 | Claudiu Beznea | 1 | -13/+35 |
2021-07-19 | ARM: at91: pm: s/CONFIG_SOC_SAM9X60/CONFIG_HAVE_AT91_SAM9X60_PLL/g | Claudiu Beznea | 1 | -2/+2 |