Message ID | 20211004114344.19304-1-nicolas.ferre@microchip.com (mailing list archive) |
---|---|
State | Accepted |
Commit | d0c624c03012e62ac36bf819dab120380a9ef415 |
Headers | show |
Series | [GIT,PULL] ARM: at91: fixes for 5.15 #2 | expand |
Hello: This pull request was applied to soc/soc.git (refs/heads/arm/fixes): On Mon, 4 Oct 2021 13:43:44 +0200 you wrote: > From: Nicolas Ferre <nicolas.ferre@microchip.com> > > Arnd, Olof, > > Here is the second batch of fixes for 5.15. > It goes on top of previous PR at: > https://lore.kernel.org/linux-arm-kernel/20210914162314.54347-1-nicolas.ferre@microchip.com/ > > [...] Here is the summary with links: - [GIT,PULL] ARM: at91: fixes for 5.15 #2 https://git.kernel.org/soc/soc/c/d0c624c03012 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
From: Nicolas Ferre <nicolas.ferre@microchip.com> Arnd, Olof, Here is the second batch of fixes for 5.15. It goes on top of previous PR at: https://lore.kernel.org/linux-arm-kernel/20210914162314.54347-1-nicolas.ferre@microchip.com/ Thanks, best regards, Nicolas The following changes since commit 4348cc10da6377a86940beb20ad357933b8f91bb: ARM: dts: at91: sama5d2_som1_ek: disable ISC node by default (2021-09-14 17:05:40 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-fixes-5.15-2 for you to fetch changes up to dbe68bc9e82b6951ff88285ccffc191d872d9a01: ARM: dts: at91: sama7g5ek: to not touch slew-rate for SDMMC pins (2021-10-04 12:16:58 +0200) ---------------------------------------------------------------- AT91 fixes #2 for 5.15: - More fixes for AT91 platform power management code related to the introduction of sama7g5: - management of DDR3L regulator rails for sama7g5ek - loading of TLB on different cores - PIO controller slew-rate settings for sama7g5ek: be aligned with datasheet requirements. ---------------------------------------------------------------- Claudiu Beznea (5): ARM: dts: at91: sama7g5ek: add suspend voltage for ddr3l rail ARM: at91: pm: group constants and addresses loading ARM: at91: pm: preload base address of controllers in tlb ARM: dts: at91: sama7g5ek: use proper slew-rate settings for GMACs ARM: dts: at91: sama7g5ek: to not touch slew-rate for SDMMC pins arch/arm/boot/dts/at91-sama7g5ek.dts | 36 +++++++++++++++++++++++++----- arch/arm/mach-at91/pm_suspend.S | 42 +++++++++++++++++++++++++++-------- 2 files changed, 63 insertions(+), 15 deletions(-)