All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: SoC: late updates for 6.0
@ 2022-08-05 10:21 ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2022-08-05 10:21 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: SoC Team, Linux Kernel Mailing List, Linux ARM

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] ARM: SoC: late updates for 6.0
@ 2022-08-05 10:21 ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2022-08-05 10:21 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: SoC Team, Linux Kernel Mailing List, Linux ARM

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] ARM: SoC: late updates for 6.0
  2022-08-05 10:21 ` Arnd Bergmann
@ 2022-08-05 17:42   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-08-05 17:42 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Linus Torvalds, SoC Team, Linux Kernel Mailing List, Linux ARM

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] ARM: SoC: late updates for 6.0
@ 2022-08-05 17:42   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-08-05 17:42 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Linus Torvalds, SoC Team, Linux Kernel Mailing List, Linux ARM

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-08-05 17:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-05 10:21 [GIT PULL] ARM: SoC: late updates for 6.0 Arnd Bergmann
2022-08-05 10:21 ` Arnd Bergmann
2022-08-05 17:42 ` pr-tracker-bot
2022-08-05 17:42   ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.