mbox series

[GIT,PULL,3/4] soc: arm code changes for 6.10

Message ID 0d70e9ef-5291-4134-b41f-183b1233b39b@app.fastmail.com (mailing list archive)
State New
Headers show
Series arm soc changes for 6.10 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-arm-6.10

Message

Arnd Bergmann May 10, 2024, 9:12 p.m. UTC
The following changes since commit fec50db7033ea478773b159e0e2efb135270e3b7:

  Linux 6.9-rc3 (2024-04-07 13:22:46 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-arm-6.10

for you to fetch changes up to 428ae88ef519f2009fac37563de76ffa6f93046f:

  arm64: add Airoha EN7581 platform (2024-05-10 15:56:20 +0200)

----------------------------------------------------------------
soc: arm code changes for 6.10

The code changes are fairly minimal, there is a bit of conversion of
the old orion5x platform to modern gpio descriptors, the Kconfig entry
for the added EN7581 platform and a sysfs change for the i.MX PMU
device.

----------------------------------------------------------------
Arnd Bergmann (2):
      Merge tag 'imx-soc-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into soc/arm
      Merge tag 'mvebu-arm-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into soc/arm

Daniel Danzberger (1):
      arm64: add Airoha EN7581 platform

Jonathan Cameron (1):
      ARM: imx: Assign parents for mmdc event_source devices

Linus Walleij (5):
      ARM: orion5x: Convert D2Net board to GPIO descriptors for LEDs
      ARM: orion5x: Convert DNS323 board to GPIO descriptors for LEDs
      ARM: orion5x: Convert MV2120 board to GPIO descriptors for LEDs
      ARM: orion5x: Convert Net2big board to GPIO descriptors for LEDs
      ARM: orion5x: Convert TS409 board to GPIO descriptors for LEDs

 arch/arm/mach-imx/mmdc.c              |  1 +
 arch/arm/mach-orion5x/board-d2net.c   | 16 +++++++--
 arch/arm/mach-orion5x/dns323-setup.c  | 63 ++++++++++++++++++++++++++---------
 arch/arm/mach-orion5x/mv2120-setup.c  | 29 +++++++++++-----
 arch/arm/mach-orion5x/net2big-setup.c | 21 +++++++++---
 arch/arm/mach-orion5x/ts409-setup.c   | 25 +++++++++-----
 arch/arm64/Kconfig.platforms          |  7 ++++
 7 files changed, 124 insertions(+), 38 deletions(-)

Comments

pr-tracker-bot@kernel.org May 13, 2024, 4:15 p.m. UTC | #1
The pull request you sent on Fri, 10 May 2024 23:12:36 +0200:

> https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-arm-6.10

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0c2212926dc2ead410031977839af9157a895013

Thank you!