mbox series

[GIT,PULL] IXP4xx DTS updates for v5.15

Message ID CACRpkdY19AvWT--OcmEKbwFue_EcThVs7uZeHkzORten7xj-RA@mail.gmail.com (mailing list archive)
State Mainlined, archived
Commit f2841e3ab175da656e9124a9b032daf5a86c7ade
Headers show
Series [GIT,PULL] IXP4xx DTS updates for v5.15 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git tags/ixp4xx-dts-arm-soc-v5.15-1

Message

Linus Walleij Aug. 9, 2021, 12:15 a.m. UTC
Hi SoC folks,

this is the big DTS update for IXP4xx for kernel v5.15.

There is still some two device trees that need some more work
and some of these may need some additional hammering before
they are perfect(TM) but the basic functionality for all these systems
should be there and we can proceed to delete some boardfiles
as soon as we have successful boots on them all or we get tired of
waiting for someone to test them.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
tags/ixp4xx-dts-arm-soc-v5.15-1

for you to fetch changes up to f2841e3ab175da656e9124a9b032daf5a86c7ade:

  ARM: dts: ixp4xx: Add a devicetree for Freecom FSG-3 (2021-08-09
01:55:59 +0200)

----------------------------------------------------------------
IXP4xx DTS file updates for the v5.15 kernel cycle:

- Fix up some (non-urgent) IRQ flags for the PCI buses.

- Add the second UART to the generic ixp4xx.dtsi

- Make use of the new expansion bus driver in all device
  trees with e.g. flash memory on the expansion bus.

- Adds the CF card slot to the Gateworks GW2358.

- Add new device trees for:
  - Iomega NAS 100D
  - D-Link DSM-G600
  - Netgear WG302v2
  - Arcom Vulcan
  - Gateworks Avila GW2348
  - Intel IXPD425 and siblings
  - Coyote and IXDPG425
  - Linksys WRV54G

----------------------------------------------------------------
Linus Walleij (14):
      ARM: dts: ixp4xx: Fix up bad interrupt flags
      ARM: dts: ixp4xx: Add devicetree for Iomega NAS 100D
      ARM: dts: ixp4xx: Move EPBX100 flash to external bus node
      ARM: dts: ixp4xx: Add devicetree for D-Link DSM-G600 rev A
      ARM: dts: ixp4xx: Add second UART
      ARM: dts: ixp4xx: Use the expansion bus
      ARM: dts: ixp4xx: Add devicetree for Netgear WG302v2
      ARM: dts: ixp4xx: Add Arcom Vulcan device tree
      ARM: dts: ixp4xx: Add Gateworks Avila GW2348 device tree
      ARM: dts: ixp4xx: Add CF to GW2358
      ARM: dts: ixp4xx: Add Intel IXDP425 etc reference designs
      ARM: dts: ixp4xx: Add device trees for Coyote and IXDPG425
      ARM: dts: ixp4xx: Add devicetree for Linksys WRV54G
      ARM: dts: ixp4xx: Add a devicetree for Freecom FSG-3

 arch/arm/boot/dts/Makefile                         |  14 +-
 arch/arm/boot/dts/intel-ixp42x-adi-coyote.dts      | 110 +++++++++++++
 arch/arm/boot/dts/intel-ixp42x-arcom-vulcan.dts    | 167 ++++++++++++++++++++
 arch/arm/boot/dts/intel-ixp42x-dlink-dsm-g600.dts  | 145 +++++++++++++++++
 arch/arm/boot/dts/intel-ixp42x-freecom-fsg-3.dts   | 158 +++++++++++++++++++
 .../arm/boot/dts/intel-ixp42x-gateworks-gw2348.dts | 172 ++++++++++++++++++++
 arch/arm/boot/dts/intel-ixp42x-iomega-nas100d.dts  | 146 +++++++++++++++++
 arch/arm/boot/dts/intel-ixp42x-ixdp425.dts         |  72 +++++++++
 arch/arm/boot/dts/intel-ixp42x-ixdpg425.dts        | 125 +++++++++++++++
 arch/arm/boot/dts/intel-ixp42x-linksys-nslu2.dts   |  30 ++--
 arch/arm/boot/dts/intel-ixp42x-linksys-wrv54g.dts  | 173 +++++++++++++++++++++
 arch/arm/boot/dts/intel-ixp42x-netgear-wg302v2.dts |  95 +++++++++++
 .../arm/boot/dts/intel-ixp42x-welltech-epbx100.dts |  84 +++++-----
 arch/arm/boot/dts/intel-ixp42x.dtsi                |   5 +
 .../arm/boot/dts/intel-ixp43x-gateworks-gw2358.dts |  81 ++++++----
 arch/arm/boot/dts/intel-ixp43x-kixrp435.dts        |  68 ++++++++
 arch/arm/boot/dts/intel-ixp43x.dtsi                |   6 +
 arch/arm/boot/dts/intel-ixp45x-ixp46x.dtsi         |  11 ++
 arch/arm/boot/dts/intel-ixp46x-ixdp465.dts         |  38 +++++
 .../boot/dts/intel-ixp4xx-reference-design.dtsi    | 132 ++++++++++++++++
 arch/arm/boot/dts/intel-ixp4xx.dtsi                |  44 +++++-
 21 files changed, 1784 insertions(+), 92 deletions(-)
 create mode 100644 arch/arm/boot/dts/intel-ixp42x-adi-coyote.dts
 create mode 100644 arch/arm/boot/dts/intel-ixp42x-arcom-vulcan.dts
 create mode 100644 arch/arm/boot/dts/intel-ixp42x-dlink-dsm-g600.dts
 create mode 100644 arch/arm/boot/dts/intel-ixp42x-freecom-fsg-3.dts
 create mode 100644 arch/arm/boot/dts/intel-ixp42x-gateworks-gw2348.dts
 create mode 100644 arch/arm/boot/dts/intel-ixp42x-iomega-nas100d.dts
 create mode 100644 arch/arm/boot/dts/intel-ixp42x-ixdp425.dts
 create mode 100644 arch/arm/boot/dts/intel-ixp42x-ixdpg425.dts
 create mode 100644 arch/arm/boot/dts/intel-ixp42x-linksys-wrv54g.dts
 create mode 100644 arch/arm/boot/dts/intel-ixp42x-netgear-wg302v2.dts
 create mode 100644 arch/arm/boot/dts/intel-ixp43x-kixrp435.dts
 create mode 100644 arch/arm/boot/dts/intel-ixp46x-ixdp465.dts
 create mode 100644 arch/arm/boot/dts/intel-ixp4xx-reference-design.dtsi

Comments

Arnd Bergmann Aug. 12, 2021, 9:05 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Mon, 9 Aug 2021 02:15:57 +0200, Linus Walleij wrote:
> this is the big DTS update for IXP4xx for kernel v5.15.
> 
> There is still some two device trees that need some more work
> and some of these may need some additional hammering before
> they are perfect(TM) but the basic functionality for all these systems
> should be there and we can proceed to delete some boardfiles
> as soon as we have successful boots on them all or we get tired of
> waiting for someone to test them.
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 34827ffe3502285ce9f588e7427089aff46df790

       Arnd