openbmc.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Brad Bishop <bradleyb@fuzziesquirrel.com>
To: joel@jms.id.au
Cc: andrew@aj.id.au, openbmc@lists.ozlabs.org
Subject: [PATCH v4 linux dev-5.3 00/10] ARM: dts: aspeed-g6 lpc, rainier
Date: Wed, 25 Sep 2019 08:56:00 -0400	[thread overview]
Message-ID: <20190925125610.12096-1-bradleyb@fuzziesquirrel.com> (raw)

> This is a quick attempt at wiring up some of the LPC bits on the
> AST2600, and then using it on a new board, Rainier, a new POWER system
> with an AST2600.  The only verification performed was ensuring the
> kernel still booted and the ibt device probed using the Rainier device
> tree atop the ast2600-evb qemu model.  Please review.

Changes since v3:
  - commit message updates
  - align rainier reserved memory
  - reviews, acks

Changes since v2:
  - split lpc, ipmi binding updates into separate patches
  - split soc, ipmi, reset compatibles into separate patches
  - moved sio_regs to separate G6 dtsi patch
  - moved i2c and mac additions from rainier DT to separate patches

Changes since v1:
  - split DT binding docs and driver changes into separate patches.
  - reordered rainier DT elements (alphabetized).
  - added rainier rtc, lpc-ctl, reserved memory, mac devices

Brad Bishop (10):
  dt-bindings: aspeed-lpc: Add G6 compatible strings
  dt-bindings: ipmi: Add aspeed-g6 compatible strings
  soc: aspeed: lpc: Add G6 compatible strings
  ipmi: aspeed-g6: Add compatible strings
  reset: simple: Add AST2600 compatibility string
  ARM: dts: aspeed-g6: Add lpc devices
  ARM: dts: aspeed: Add Rainier system
  ARM: dts: aspeed-g6: Expose SuperIO scratch registers
  ARM: dts: aspeed: rainier: Add mac devices
  ARM: dts: aspeed: rainier: Add i2c devices

 .../bindings/ipmi/aspeed,ast2400-ibt-bmc.txt  |   3 +-
 .../bindings/ipmi/aspeed-kcs-bmc.txt          |   7 +-
 .../devicetree/bindings/mfd/aspeed-lpc.txt    |   8 +-
 arch/arm/boot/dts/Makefile                    |   1 +
 arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts  | 464 ++++++++++++++++++
 arch/arm/boot/dts/aspeed-g6.dtsi              |  91 ++++
 drivers/char/ipmi/bt-bmc.c                    |   1 +
 drivers/char/ipmi/kcs_bmc_aspeed.c            |   1 +
 drivers/reset/reset-simple.c                  |   1 +
 drivers/soc/aspeed/aspeed-lpc-ctrl.c          |   1 +
 drivers/soc/aspeed/aspeed-lpc-snoop.c         |   2 +
 11 files changed, 575 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts

-- 
2.21.0

             reply	other threads:[~2019-09-25 12:56 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-25 12:56 Brad Bishop [this message]
2019-09-25 12:56 ` [PATCH v4 linuux dev-5.3 01/10] dt-bindings: aspeed-lpc: Add G6 compatible strings Brad Bishop
2019-09-26  0:53   ` Andrew Jeffery
2019-09-25 12:56 ` [PATCH v4 linuux dev-5.3 02/10] dt-bindings: ipmi: Add aspeed-g6 " Brad Bishop
2019-09-25 12:56 ` [PATCH v4 linuux dev-5.3 03/10] soc: aspeed: lpc: Add G6 " Brad Bishop
2019-09-26  1:12   ` Andrew Jeffery
2019-09-25 12:56 ` [PATCH v4 linuux dev-5.3 04/10] ipmi: aspeed-g6: Add " Brad Bishop
2019-09-25 12:56 ` [PATCH v4 linuux dev-5.3 05/10] reset: simple: Add AST2600 compatibility string Brad Bishop
2019-09-25 12:56 ` [PATCH v4 linuux dev-5.3 06/10] ARM: dts: aspeed-g6: Add lpc devices Brad Bishop
2019-09-25 12:56 ` [PATCH v4 linuux dev-5.3 07/10] ARM: dts: aspeed: Add Rainier system Brad Bishop
2019-09-26  1:17   ` Andrew Jeffery
2019-09-25 12:56 ` [PATCH v4 linuux dev-5.3 08/10] ARM: dts: aspeed-g6: Expose SuperIO scratch registers Brad Bishop
2019-09-25 12:56 ` [PATCH v4 linuux dev-5.3 09/10] ARM: dts: aspeed: rainier: Add mac devices Brad Bishop
2019-09-25 12:56 ` [PATCH v4 linuux dev-5.3 10/10] ARM: dts: aspeed: rainier: Add i2c devices Brad Bishop
2020-12-10  4:13 ` [PATCH v4 linux dev-5.3 00/10] ARM: dts: aspeed-g6 lpc, rainier Troy Lee

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=20190925125610.12096-1-bradleyb@fuzziesquirrel.com \
    --to=bradleyb@fuzziesquirrel.com \
    --cc=andrew@aj.id.au \
    --cc=joel@jms.id.au \
    --cc=openbmc@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 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).