soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: aspeed: devicetree changes for 5.16, round 2
@ 2021-10-21  6:59 Joel Stanley
  2021-10-21  6:59 ` Joel Stanley
  2021-10-22 20:10 ` patchwork-bot+linux-soc
  0 siblings, 2 replies; 3+ messages in thread
From: Joel Stanley @ 2021-10-21  6:59 UTC (permalink / raw)
  To: SoC Team; +Cc: Linux ARM, linux-aspeed, Andrew Jeffery

Hello soc maintainers,

Hot on the heels of you merging my first pull request, here's a second
one with some changes I missed the first time, and some patches that
came in since.

Of note the two IBM P10 platforms now have all of their device tree
changes in mainline, so that's a milestone for them. They are our
biggest Aspeed BMC device trees, coming in at 2400 and 3600 lines of
description.

The following changes since commit 4eb7fe3333a021c8d0f35bcb5cd7c4e42800df62:

  ARM: dts: aspeed: fp5280g2: Use the 64M layout (2021-10-14 18:25:17 +1030)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/joel/bmc.git
tags/aspeed-5.16-devicetree-2

for you to fetch changes up to f9241fe8b9652e6751f4ae684efe0148e3c157c7:

  ARM: dts: aspeed: Add uart routing to device tree (2021-10-21 16:59:53 +1030)

----------------------------------------------------------------
ASPEED device tree updates for 5.16, round 2

 - New machines:

  * Inventec Transformers, an x86 family server with an AST2600 BMC

 - Updates to the Everest and Rainier sensors, gpios and KCS devices

 - New UART routing device tree description

----------------------------------------------------------------
Andrew Jeffery (2):
      ARM: dts: aspeed: p10bmc: Use KCS 3 for MCTP binding
      ARM: dts: aspeed: p10bmc: Enable KCS channel 2

B. J. Wyman (1):
      ARM: dts: aspeed: rainier: Remove PSU gpio-keys

Chia-Wei Wang (1):
      ARM: dts: aspeed: Add uart routing to device tree

Eddie James (7):
      ARM: dts: aspeed: p10bmc: Fix ADC iio-hwmon battery node name
      ARM: dts: aspeed: rainier and everest: Remove PCA gpio specification
      ARM: dts: aspeed: everest: Add I2C switch on bus 8
      ARM: dts: aspeed: everest: Add IBM Operation Panel I2C device
      ARM: dts: aspeed: everest: Fix bus 15 muxed eeproms
      ARM: dts: aspeed: rainier: Add eeprom on bus 12
      ARM: dts: aspeed: rainier: Remove gpio hog for GPIOP7

Isaac Kurth (1):
      ARM: dts: aspeed: rainier: Add 'factory-reset-toggle' as GPIOF6

Joel Stanley (2):
      ARM: dts: aspeed: rainier: Add front panel LEDs
      ARM: dts: aspeed: rainier: Enable earlycon

Lin.TommySC 林世欽 TAO (1):
      ARM: dts: aspeed: Adding Inventec Transformers BMC

 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts       | 735 ++-------------------
 arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts       | 634 ++----------------
 .../boot/dts/aspeed-bmc-inventec-transformers.dts  | 328 +++++++++
 arch/arm/boot/dts/aspeed-g4.dtsi                   |   6 +
 arch/arm/boot/dts/aspeed-g5.dtsi                   |   6 +
 arch/arm/boot/dts/aspeed-g6.dtsi                   |   6 +
 7 files changed, 470 insertions(+), 1246 deletions(-)
 create mode 100644 arch/arm/boot/dts/aspeed-bmc-inventec-transformers.dts

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

* [GIT PULL] ARM: aspeed: devicetree changes for 5.16, round 2
  2021-10-21  6:59 [GIT PULL] ARM: aspeed: devicetree changes for 5.16, round 2 Joel Stanley
@ 2021-10-21  6:59 ` Joel Stanley
  2021-10-22 20:10 ` patchwork-bot+linux-soc
  1 sibling, 0 replies; 3+ messages in thread
From: Joel Stanley @ 2021-10-21  6:59 UTC (permalink / raw)
  To: SoC Team; +Cc: Linux ARM, linux-aspeed, Andrew Jeffery

Hello soc maintainers,

Hot on the heels of you merging my first pull request, here's a second
one with some changes I missed the first time, and some patches that
came in since.

Of note the two IBM P10 platforms now have all of their device tree
changes in mainline, so that's a milestone for them. They are our
biggest Aspeed BMC device trees, coming in at 2400 and 3600 lines of
description.

The following changes since commit 4eb7fe3333a021c8d0f35bcb5cd7c4e42800df62:

  ARM: dts: aspeed: fp5280g2: Use the 64M layout (2021-10-14 18:25:17 +1030)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/joel/bmc.git
tags/aspeed-5.16-devicetree-2

for you to fetch changes up to f9241fe8b9652e6751f4ae684efe0148e3c157c7:

  ARM: dts: aspeed: Add uart routing to device tree (2021-10-21 16:59:53 +1030)

----------------------------------------------------------------
ASPEED device tree updates for 5.16, round 2

 - New machines:

  * Inventec Transformers, an x86 family server with an AST2600 BMC

 - Updates to the Everest and Rainier sensors, gpios and KCS devices

 - New UART routing device tree description

----------------------------------------------------------------
Andrew Jeffery (2):
      ARM: dts: aspeed: p10bmc: Use KCS 3 for MCTP binding
      ARM: dts: aspeed: p10bmc: Enable KCS channel 2

B. J. Wyman (1):
      ARM: dts: aspeed: rainier: Remove PSU gpio-keys

Chia-Wei Wang (1):
      ARM: dts: aspeed: Add uart routing to device tree

Eddie James (7):
      ARM: dts: aspeed: p10bmc: Fix ADC iio-hwmon battery node name
      ARM: dts: aspeed: rainier and everest: Remove PCA gpio specification
      ARM: dts: aspeed: everest: Add I2C switch on bus 8
      ARM: dts: aspeed: everest: Add IBM Operation Panel I2C device
      ARM: dts: aspeed: everest: Fix bus 15 muxed eeproms
      ARM: dts: aspeed: rainier: Add eeprom on bus 12
      ARM: dts: aspeed: rainier: Remove gpio hog for GPIOP7

Isaac Kurth (1):
      ARM: dts: aspeed: rainier: Add 'factory-reset-toggle' as GPIOF6

Joel Stanley (2):
      ARM: dts: aspeed: rainier: Add front panel LEDs
      ARM: dts: aspeed: rainier: Enable earlycon

Lin.TommySC 林世欽 TAO (1):
      ARM: dts: aspeed: Adding Inventec Transformers BMC

 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts       | 735 ++-------------------
 arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts       | 634 ++----------------
 .../boot/dts/aspeed-bmc-inventec-transformers.dts  | 328 +++++++++
 arch/arm/boot/dts/aspeed-g4.dtsi                   |   6 +
 arch/arm/boot/dts/aspeed-g5.dtsi                   |   6 +
 arch/arm/boot/dts/aspeed-g6.dtsi                   |   6 +
 7 files changed, 470 insertions(+), 1246 deletions(-)
 create mode 100644 arch/arm/boot/dts/aspeed-bmc-inventec-transformers.dts

_______________________________________________
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] ARM: aspeed: devicetree changes for 5.16, round 2
  2021-10-21  6:59 [GIT PULL] ARM: aspeed: devicetree changes for 5.16, round 2 Joel Stanley
  2021-10-21  6:59 ` Joel Stanley
@ 2021-10-22 20:10 ` patchwork-bot+linux-soc
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-soc @ 2021-10-22 20:10 UTC (permalink / raw)
  To: Joel Stanley; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Thu, 21 Oct 2021 06:59:10 +0000 you wrote:
> Hello soc maintainers,
> 
> Hot on the heels of you merging my first pull request, here's a second
> one with some changes I missed the first time, and some patches that
> came in since.
> 
> Of note the two IBM P10 platforms now have all of their device tree
> changes in mainline, so that's a milestone for them. They are our
> biggest Aspeed BMC device trees, coming in at 2400 and 3600 lines of
> description.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] ARM: aspeed: devicetree changes for 5.16, round 2
    https://git.kernel.org/soc/soc/c/eb425d57a8b6

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-10-22 20:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-21  6:59 [GIT PULL] ARM: aspeed: devicetree changes for 5.16, round 2 Joel Stanley
2021-10-21  6:59 ` Joel Stanley
2021-10-22 20: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).