mbox series

[GIT,PULL] ARM: at91: fixes for 5.19

Message ID 20220628135130.3114878-1-claudiu.beznea@microchip.com
State New
Headers show
Series [GIT,PULL] ARM: at91: fixes for 5.19 | expand

Pull-request

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

Message

Claudiu Beznea June 28, 2022, 1:51 p.m. UTC
Hi, Arnd, Olof, ARM SoC maintainers,

Please pull the following AT91 fixes for 5.19.

Thank you,
Claudiu Beznea

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 91d60e259c0f58c855f88f3fe5b7909aec563525:

  ARM: at91: pm: Mark at91_pm_secure_init as __init (2022-06-28 12:55:32 +0300)

----------------------------------------------------------------
AT91 fixes for 5.19

It contains 3 SoC fixes and 2 DT fixes:
SoC:
- fix the wakeup from RTC and RTT for ULP1 mode
- fix section mismatch warning
- fix SAM9X60 SiP detection

DT:
- fixes the EEPROMs compatibles for sama5d2_icp and sam9x60ek and EEPROM
  size for sam9x60ek

----------------------------------------------------------------
Claudiu Beznea (3):
      ARM: at91: pm: use proper compatible for sama5d2's rtc
      ARM: at91: pm: use proper compatibles for sam9x60's rtc and rtt
      ARM: at91: pm: use proper compatibles for sama7g5's rtc and rtt

Eugen Hristev (2):
      ARM: dts: at91: sam9x60ek: fix eeprom compatible and size
      ARM: dts: at91: sama5d2_icp: fix eeprom compatibles

Fabio Estevam (1):
      ARM: at91: pm: Mark at91_pm_secure_init as __init

Mihai Sain (1):
      ARM: at91: fix soc detection for SAM9X60 SiPs

 arch/arm/boot/dts/at91-sam9x60ek.dts   |  3 +--
 arch/arm/boot/dts/at91-sama5d2_icp.dts |  6 +++---
 arch/arm/mach-at91/pm.c                | 12 ++++++------
 drivers/soc/atmel/soc.c                | 12 ++++++------
 4 files changed, 16 insertions(+), 17 deletions(-)