mbox series

[GIT,PULL] ARM: SoC: late updates for 6.0

Message ID CAK8P3a012ZLQZ4MKkheitdoV9k_eKkp3BZGxFV1COWwZr1-T9g@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] ARM: SoC: late updates for 6.0 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-late-6.0

Message

Arnd Bergmann Aug. 5, 2022, 10:21 a.m. UTC
The following changes since commit 3d7cb6b04c3f3115719235cc6866b10326de34cd:

  Linux 5.19 (2022-07-31 14:03:01 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-late-6.0

for you to fetch changes up to 1630eee2d4e77d8c121ab955d31befacb720bb99:

  Merge branch 'arm/fixes' into arm/late (2022-08-05 11:33:33 +0200)

----------------------------------------------------------------
ARM: SoC: late updates for 6.0

These updates came in after I had already tagged the branches,
but they still seem appropriate for 6.0 and most of them were
part of linux-next through other trees.

 - The reset controller tree adds one new driver for the TI TPS380x
   power management chip and a few minor changes in other drivers

 - Apple M1 now has a DT entry for the NVMe controller after the
   driver was merged, and has a new mailing list in the MAINTAINERS
   file.

 - Fixes for USB on the Socionext Uniphier platforms and the
   network controller on Intel Cyclone5.

----------------------------------------------------------------
Arnd Bergmann (5):
      Merge tag 'asahi-soc-maintainers-5.20' of
https://github.com/AsahiLinux/linux into arm/fixes
      Merge tag 'reset-for-v5.20' of
git://git.pengutronix.de/pza/linux into arm/late
      Merge tag 'asahi-soc-dt-5.20' of
https://github.com/AsahiLinux/linux into arm/late
      Merge tag 'socfpga_updates_for_v5.20_part2' of
git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into
arm/late
      Merge branch 'arm/fixes' into arm/late

Ben Dooks (2):
      reset: allow building of reset simple driver if expert config selected
      reset: reset-simple should depends on HAS_IOMEM

Biju Das (1):
      dt-bindings: reset: renesas,rzg2l-usbphy-ctrl: Document RZ/G2UL
USBPHY Control bindings

Clément Léger (1):
      reset: microchip-sparx5: allow building as a module

Colin Ian King (1):
      reset: tps380x: Fix spelling mistake "Voltags" -> "Voltage"

Dinh Nguyen (1):
      ARM: dts: add EMAC AXI settings for Cyclone5

Hector Martin (1):
      arm64: dts: apple: Re-parent ANS2 power domains

Kunihiko Hayashi (2):
      ARM: dts: uniphier: Fix USB interrupts for PXs2 SoC
      arm64: dts: uniphier: Fix USB interrupts for PXs3 SoC

Marco Felsch (2):
      dt-bindings: reset: Add TPS380x documentation
      reset: tps380x: Add TPS380x device driver supprt

Philipp Zabel (2):
      reset: a10sr: allow building under COMPILE_TEST
      Revert "reset: microchip-sparx5: allow building as a module"

Sven Peter (2):
      MAINTAINERS: add ARM/APPLE MACHINE mailing list
      arm64: dts: apple: t8103: Add ANS2 NVMe nodes


 .../bindings/reset/renesas,rzg2l-usbphy-ctrl.yaml  |   1 +
 .../bindings/reset/ti,tps380x-reset.yaml           |  49 ++++++++
 MAINTAINERS                                        |   1 +
 arch/arm/boot/dts/socfpga.dtsi                     |   8 ++
 arch/arm/boot/dts/uniphier-pxs2.dtsi               |   8 +-
 arch/arm64/boot/dts/apple/t8103-pmgr.dtsi          |   7 +-
 arch/arm64/boot/dts/apple/t8103.dtsi               |  34 ++++++
 arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi   |   8 +-
 drivers/reset/Kconfig                              |  13 ++-
 drivers/reset/Makefile                             |   1 +
 drivers/reset/reset-tps380x.c                      | 126 +++++++++++++++++++++
 11 files changed, 240 insertions(+), 16 deletions(-)
 create mode 100644 drivers/reset/reset-tps380x.c

Comments

pr-tracker-bot@kernel.org Aug. 5, 2022, 5:42 p.m. UTC | #1
The pull request you sent on Fri, 5 Aug 2022 12:21:32 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-late-6.0

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

Thank you!