soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ixp4xx DTS changes for v5.14 take 1
@ 2021-06-01 11:37 Linus Walleij
  2021-06-01 11:37 ` Linus Walleij
  2021-06-12 16:10 ` patchwork-bot+linux-soc
  0 siblings, 2 replies; 3+ messages in thread
From: Linus Walleij @ 2021-06-01 11:37 UTC (permalink / raw)
  To: SoC Team, arm-soc; +Cc: Linux ARM, Corentin Labbe, Zoltan HERPAI

Hi SoC maintainers,

this is a stack of IXP4xx DTS changes for v5.14, adding
PCI and ethernet and some other changes.

The PCI bindings have been reviewed by Rob Herring
and are pending merge through the PCI tree.

We have more going on, like crypto accelerator and
hw_random, but we need more review on that before
we merge those changes. A second pull request may
arrive before the merge window, but let's start with
this.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e33f8fd9fda9730f5a0f27d1a56c69e1228ed907:

  ARM: dts: Fix up the IXP4xx ethernet nodes (2021-05-21 21:29:07 +0200)

----------------------------------------------------------------
IXP4xx DTS updates for the v5.14 kernel:
- Add ethernet to the boards
- Add PCI hosts to the boards
- Create an expansion bus around the flash memory
- Add the beeper to NSLU2 completing the NSLU2 DTS

----------------------------------------------------------------
Linus Walleij (5):
      ARM: dts: ixp4xx: Add ethernet
      ARM: dts: ixp4xx: Add PCI hosts
      ARM: dts: ixp4xx: Create a proper expansion bus
      ARM: dts: ixp4xx: Add beeper to the NSLU2
      ARM: dts: Fix up the IXP4xx ethernet nodes

 arch/arm/boot/dts/intel-ixp42x-linksys-nslu2.dts   |  79 +++++++++++++---
 arch/arm/boot/dts/intel-ixp42x.dtsi                |   4 +
 .../arm/boot/dts/intel-ixp43x-gateworks-gw2358.dts | 104 ++++++++++++++++++---
 arch/arm/boot/dts/intel-ixp43x.dtsi                |   4 +
 arch/arm/boot/dts/intel-ixp45x-ixp46x.dtsi         |  33 +++++++
 arch/arm/boot/dts/intel-ixp4xx.dtsi                |  84 ++++++++++++++++-
 6 files changed, 280 insertions(+), 28 deletions(-)

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

* [GIT PULL] ixp4xx DTS changes for v5.14 take 1
  2021-06-01 11:37 [GIT PULL] ixp4xx DTS changes for v5.14 take 1 Linus Walleij
@ 2021-06-01 11:37 ` Linus Walleij
  2021-06-12 16:10 ` patchwork-bot+linux-soc
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2021-06-01 11:37 UTC (permalink / raw)
  To: SoC Team, arm-soc; +Cc: Linux ARM, Corentin Labbe, Zoltan HERPAI

Hi SoC maintainers,

this is a stack of IXP4xx DTS changes for v5.14, adding
PCI and ethernet and some other changes.

The PCI bindings have been reviewed by Rob Herring
and are pending merge through the PCI tree.

We have more going on, like crypto accelerator and
hw_random, but we need more review on that before
we merge those changes. A second pull request may
arrive before the merge window, but let's start with
this.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e33f8fd9fda9730f5a0f27d1a56c69e1228ed907:

  ARM: dts: Fix up the IXP4xx ethernet nodes (2021-05-21 21:29:07 +0200)

----------------------------------------------------------------
IXP4xx DTS updates for the v5.14 kernel:
- Add ethernet to the boards
- Add PCI hosts to the boards
- Create an expansion bus around the flash memory
- Add the beeper to NSLU2 completing the NSLU2 DTS

----------------------------------------------------------------
Linus Walleij (5):
      ARM: dts: ixp4xx: Add ethernet
      ARM: dts: ixp4xx: Add PCI hosts
      ARM: dts: ixp4xx: Create a proper expansion bus
      ARM: dts: ixp4xx: Add beeper to the NSLU2
      ARM: dts: Fix up the IXP4xx ethernet nodes

 arch/arm/boot/dts/intel-ixp42x-linksys-nslu2.dts   |  79 +++++++++++++---
 arch/arm/boot/dts/intel-ixp42x.dtsi                |   4 +
 .../arm/boot/dts/intel-ixp43x-gateworks-gw2358.dts | 104 ++++++++++++++++++---
 arch/arm/boot/dts/intel-ixp43x.dtsi                |   4 +
 arch/arm/boot/dts/intel-ixp45x-ixp46x.dtsi         |  33 +++++++
 arch/arm/boot/dts/intel-ixp4xx.dtsi                |  84 ++++++++++++++++-
 6 files changed, 280 insertions(+), 28 deletions(-)

_______________________________________________
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] 3+ messages in thread

* Re: [GIT PULL] ixp4xx DTS changes for v5.14 take 1
  2021-06-01 11:37 [GIT PULL] ixp4xx DTS changes for v5.14 take 1 Linus Walleij
  2021-06-01 11:37 ` Linus Walleij
@ 2021-06-12 16:10 ` patchwork-bot+linux-soc
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-soc @ 2021-06-12 16:10 UTC (permalink / raw)
  To: Linus Walleij; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (refs/heads/for-next):

On Tue, 1 Jun 2021 13:37:54 +0200 you wrote:
> Hi SoC maintainers,
> 
> this is a stack of IXP4xx DTS changes for v5.14, adding
> PCI and ethernet and some other changes.
> 
> The PCI bindings have been reviewed by Rob Herring
> and are pending merge through the PCI tree.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] ixp4xx DTS changes for v5.14 take 1
    https://git.kernel.org/soc/soc/c/3b0898f97886

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2021-06-12 16:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-01 11:37 [GIT PULL] ixp4xx DTS changes for v5.14 take 1 Linus Walleij
2021-06-01 11:37 ` Linus Walleij
2021-06-12 16:10 ` patchwork-bot+linux-soc

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).