]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'at91-soc-6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/at91...
authorArnd Bergmann <arnd@arndb.de>
Fri, 17 Jan 2025 11:56:59 +0000 (12:56 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 17 Jan 2025 11:57:00 +0000 (12:57 +0100)
commit2fd7a3f27892f1ca4fca24591a7a82fd0437e080
tree0fe82b531758ba1bf514887af4cff129d6c4aad9
parentafc67135bc04880fd5c1378c2cadb94b815a6c9e
parent452d18c78a469cd18b3f7bc7bc9427f9af390f7e
Merge tag 'at91-soc-6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into soc/arm

Microchip AT91 SoC updates for v6.14

This update includes:
- support for the SAMA7D65 SoC
- support for automatic mode in the backup unit power switch, eliminating
  the need for software intervention when entering low power mode
- a fix to release a device node reference in the failure path of the
  SoC driver initialization

* tag 'at91-soc-6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux:
  ARM: at91: add new SoC sama7d65
  ARM: at91: pm: change BU Power Switch to automatic mode
  soc: atmel: fix device_node release in atmel_soc_device_init()

Link: https://lore.kernel.org/r/20250107081424.758980-3-claudiu.beznea@tuxon.dev
Signed-off-by: Arnd Bergmann <arnd@arndb.de>