]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'at91-fixes-6.1' of https://git.kernel.org/pub/scm/linux/kernel/git/at91...
authorArnd Bergmann <arnd@arndb.de>
Mon, 14 Nov 2022 09:22:40 +0000 (10:22 +0100)
committerArnd Bergmann <arnd@arndb.de>
Mon, 14 Nov 2022 09:22:41 +0000 (10:22 +0100)
commit72c096ed6be5b58029df898eb5040d6a816c7d89
tree0d37e0a05e8e56b878706788289b60f4d895b062
parent64d89ed928aaaf6d63e53b2d3ebc713acaba4ac7
parenta9a235ac2e3bfce2f5f9d54711a24cb7087eab9d
Merge tag 'at91-fixes-6.1' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into arm/fixes

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

* tag 'at91-fixes-6.1' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux:
  ARM: at91: pm: avoid soft resetting AC DLL
  ARM: dts: lan966x: Enable sgpio on pcb8291
  ARM: dts: at91: sama7g5: fix signal name of pin PB2

Link: https://lore.kernel.org/r/20221110115411.180876-1-claudiu.beznea@microchip.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>