All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eddie James <eajames@linux.ibm.com>
To: linux-aspeed@lists.ozlabs.org
Subject: [PATCH v5 0/4] ARM: dts: aspeed: Add IBM P11 BMC systems
Date: Tue, 14 May 2024 16:35:06 -0500	[thread overview]
Message-ID: <20240514213510.159144-1-eajames@linux.ibm.com> (raw)

This series was previously included in
https://lore.kernel.org/all/20240429210131.373487-1-eajames at linux.ibm.com/
The series now depends on
https://lore.kernel.org/all/20240514212555.158788-1-eajames at linux.ibm.com/
https://lore.kernel.org/all/20240514205454.158157-1-eajames at linux.ibm.com/
https://lore.kernel.org/all/20240514195435.155372-1-eajames at linux.ibm.com/
https://lore.kernel.org/all/20240514192630.152747-1-eajames at linux.ibm.com/

Changes since v4:
 - Update SPI frequencies
 - Add Blueridge 4U system

Eddie James (4):
  ARM: dts: aspeed: Add IBM P11 FSI devices
  ARM: dts: aspeed: Add IBM P11 Blueridge BMC system
  ARM: dts: aspeed: Add IBM P11 Blueridge 4U BMC system
  ARM: dts: aspeed: Add IBM P11 Fuji BMC system

 arch/arm/boot/dts/aspeed/Makefile             |    2 +
 .../aspeed/aspeed-bmc-ibm-blueridge-4u.dts    |   21 +
 .../dts/aspeed/aspeed-bmc-ibm-blueridge.dts   | 1691 +++++++
 .../boot/dts/aspeed/aspeed-bmc-ibm-fuji.dts   | 3880 +++++++++++++++++
 .../arm/boot/dts/aspeed/ibm-power11-quad.dtsi | 1538 +++++++
 5 files changed, 7132 insertions(+)
 create mode 100644 arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-blueridge-4u.dts
 create mode 100644 arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-blueridge.dts
 create mode 100644 arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-fuji.dts
 create mode 100644 arch/arm/boot/dts/aspeed/ibm-power11-quad.dtsi

-- 
2.39.3


WARNING: multiple messages have this Message-ID (diff)
From: Eddie James <eajames@linux.ibm.com>
To: linux-aspeed@lists.ozlabs.org
Cc: devicetree@vger.kernel.org, andrew@codeconstruct.com.au,
	joel@jms.id.au, conor+dt@kernel.org, eajames@linux.ibm.com,
	krzk+dt@kernel.org, robh@kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH v5 0/4] ARM: dts: aspeed: Add IBM P11 BMC systems
Date: Tue, 14 May 2024 16:35:06 -0500	[thread overview]
Message-ID: <20240514213510.159144-1-eajames@linux.ibm.com> (raw)

This series was previously included in
https://lore.kernel.org/all/20240429210131.373487-1-eajames@linux.ibm.com/
The series now depends on
https://lore.kernel.org/all/20240514212555.158788-1-eajames@linux.ibm.com/
https://lore.kernel.org/all/20240514205454.158157-1-eajames@linux.ibm.com/
https://lore.kernel.org/all/20240514195435.155372-1-eajames@linux.ibm.com/
https://lore.kernel.org/all/20240514192630.152747-1-eajames@linux.ibm.com/

Changes since v4:
 - Update SPI frequencies
 - Add Blueridge 4U system

Eddie James (4):
  ARM: dts: aspeed: Add IBM P11 FSI devices
  ARM: dts: aspeed: Add IBM P11 Blueridge BMC system
  ARM: dts: aspeed: Add IBM P11 Blueridge 4U BMC system
  ARM: dts: aspeed: Add IBM P11 Fuji BMC system

 arch/arm/boot/dts/aspeed/Makefile             |    2 +
 .../aspeed/aspeed-bmc-ibm-blueridge-4u.dts    |   21 +
 .../dts/aspeed/aspeed-bmc-ibm-blueridge.dts   | 1691 +++++++
 .../boot/dts/aspeed/aspeed-bmc-ibm-fuji.dts   | 3880 +++++++++++++++++
 .../arm/boot/dts/aspeed/ibm-power11-quad.dtsi | 1538 +++++++
 5 files changed, 7132 insertions(+)
 create mode 100644 arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-blueridge-4u.dts
 create mode 100644 arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-blueridge.dts
 create mode 100644 arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-fuji.dts
 create mode 100644 arch/arm/boot/dts/aspeed/ibm-power11-quad.dtsi

-- 
2.39.3


             reply	other threads:[~2024-05-14 21:35 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-14 21:35 Eddie James [this message]
2024-05-14 21:35 ` [PATCH v5 0/4] ARM: dts: aspeed: Add IBM P11 BMC systems Eddie James
2024-05-14 21:35 ` [PATCH v5 1/4] ARM: dts: aspeed: Add IBM P11 FSI devices Eddie James
2024-05-14 21:35   ` Eddie James
2024-05-14 21:35 ` [PATCH v5 2/4] ARM: dts: aspeed: Add IBM P11 Blueridge BMC system Eddie James
2024-05-14 21:35   ` Eddie James
2024-05-15 14:11   ` Krzysztof Kozlowski
2024-05-15 14:11     ` Krzysztof Kozlowski
2024-05-14 21:35 ` [PATCH v5 3/4] ARM: dts: aspeed: Add IBM P11 Blueridge 4U " Eddie James
2024-05-14 21:35   ` Eddie James
2024-05-14 21:35 ` [PATCH v5 4/4] ARM: dts: aspeed: Add IBM P11 Fuji " Eddie James
2024-05-14 21:35   ` Eddie James
2024-05-15 13:13 ` [PATCH v5 0/4] ARM: dts: aspeed: Add IBM P11 BMC systems Rob Herring (Arm)
2024-05-15 13:13   ` Rob Herring
2024-05-15 14:10 ` Krzysztof Kozlowski
2024-05-15 14:10   ` Krzysztof Kozlowski

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=20240514213510.159144-1-eajames@linux.ibm.com \
    --to=eajames@linux.ibm.com \
    --cc=linux-aspeed@lists.ozlabs.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 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.