soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: SoC Team <soc@kernel.org>, arm-soc <arm@kernel.org>
Cc: Linux ARM <linux-arm-kernel@lists.infradead.org>,
	Imre Kaloz <kaloz@openwrt.org>,
	Krzysztof Halasa <khalasa@piap.pl>
Subject: [GIT PULL] IXP4xx DTS updates for v5.15
Date: Mon, 9 Aug 2021 02:15:57 +0200	[thread overview]
Message-ID: <CACRpkdY19AvWT--OcmEKbwFue_EcThVs7uZeHkzORten7xj-RA@mail.gmail.com> (raw)
Message-ID: <20210809001557.Lr669kB8A4QHf97tSyOt-Sx8zHpG0f6B6zFKuhEJJXY@z> (raw)

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

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

             reply	other threads:[~2021-08-09  0:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-09  0:15 Linus Walleij [this message]
2021-08-09  0:15 ` [GIT PULL] IXP4xx DTS updates for v5.15 Linus Walleij
2021-08-12 21:05 ` Arnd Bergmann
2021-08-12 21:05   ` Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CACRpkdY19AvWT--OcmEKbwFue_EcThVs7uZeHkzORten7xj-RA@mail.gmail.com \
    --to=linus.walleij@linaro.org \
    --cc=arm@kernel.org \
    --cc=kaloz@openwrt.org \
    --cc=khalasa@piap.pl \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).