mbox series

[GIT,PULL] AT91 fixes for 6.1

Message ID 20221110115411.180876-1-claudiu.beznea@microchip.com (mailing list archive)
State Accepted
Commit e82b5b63c6520067699c5d178e4ed09eb38f065d
Headers show
Series [GIT,PULL] AT91 fixes for 6.1 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-fixes-6.1

Message

Claudiu Beznea Nov. 10, 2022, 11:54 a.m. UTC
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-fixes-6.1

for you to fetch changes up to cef8cdc0d0e7c701fe4dcfba4ed3fd25d28a6020:

  ARM: at91: pm: avoid soft resetting AC DLL (2022-11-01 12:25:19 +0200)

----------------------------------------------------------------
AT91 fixes for 6.1

It contains:
- signal name fix for a pin on SAMA7G5
- memory self-refresh fix for SAMA7G5 by avoid soft resetting AC
  DLL which can introduce glitches in RAM controller and lead to
  unexpected behavior
- led support fix for lan966x-pcb8291 board by enabling sgpio node

----------------------------------------------------------------
Claudiu Beznea (1):
      ARM: at91: pm: avoid soft resetting AC DLL

Horatiu Vultur (1):
      ARM: dts: lan966x: Enable sgpio on pcb8291

Mihai Sain (1):
      ARM: dts: at91: sama7g5: fix signal name of pin PB2

 arch/arm/boot/dts/lan966x-pcb8291.dts | 20 ++++++++++++++++++++
 arch/arm/boot/dts/sama7g5-pinfunc.h   |  2 +-
 arch/arm/mach-at91/pm_suspend.S       |  7 ++++++-
 include/soc/at91/sama7-ddr.h          |  5 ++++-
 4 files changed, 31 insertions(+), 3 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Nov. 14, 2022, 1 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Thu, 10 Nov 2022 13:54:11 +0200 you wrote:
> The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
> 
>   Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-fixes-6.1
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] AT91 fixes for 6.1
    https://git.kernel.org/soc/soc/c/e82b5b63c652

You are awesome, thank you!