Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-07-19 | ARM: at91: pm: avoid push and pop on stack while memory is in self-refersh | Claudiu Beznea | 1 | -192/+205 |
2021-07-19 | ARM: at91: pm: use r7 instead of tmp1 | Claudiu Beznea | 1 | -6/+12 |
2021-07-19 | ARM: at91: pm: do not initialize pdev | Claudiu Beznea | 1 | -1/+1 |
2021-07-19 | ARM: at91: pm: check for different controllers in at91_pm_modes_init() | Claudiu Beznea | 1 | -52/+91 |
2021-07-19 | ARM: at91: pm: document at91_soc_pm structure | Claudiu Beznea | 1 | -0/+8 |
2021-07-19 | ARM: at91: pm: move the setup of soc_pm.bu->suspended | Claudiu Beznea | 1 | -3/+12 |
2021-07-19 | ARM: at91: pm: move pm_bu to soc_pm data structure | Claudiu Beznea | 1 | -13/+21 |
2021-07-19 | ARM: at91: add new SoC sama7g5 | Eugen Hristev | 1 | -0/+18 |
2021-03-26 | ARM: at91: pm: Move prototypes to mutually included header | Lee Jones | 1 | -11/+8 |
2021-02-08 | ARM: at91: use proper asm syntax in pm_suspend | Arnd Bergmann | 1 | -1/+1 |
2020-08-17 | ARM: at91: pm: remove unnecessary at91sam9x60_idle | Alexandre Belloni | 1 | -6/+1 |