All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] ARM: aspeed: Add socinfo driver
@ 2020-09-21  9:16 Joel Stanley
  2020-09-21  9:16 ` [PATCH v3 1/3] dt-bindings: aspeed: Add silicon id node to SCU Joel Stanley
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Joel Stanley @ 2020-09-21  9:16 UTC (permalink / raw)
  To: Rob Herring, Andrew Jeffery; +Cc: linux-aspeed, linux-arm-kernel

This adds a socinfo driver for the ASPEED BMCs. Please review!

v3 removes some unncessary frees
v2 addresses Andrew's review comments

Joel Stanley (3):
  dt-bindings: aspeed: Add silicon id node to SCU
  soc: aspeed: Add soc info driver
  ARM: dts: aspeed: Add silicon id node

 .../devicetree/bindings/mfd/aspeed-scu.txt    |  26 ++++
 arch/arm/boot/dts/aspeed-g4.dtsi              |   5 +
 arch/arm/boot/dts/aspeed-g5.dtsi              |   5 +
 arch/arm/boot/dts/aspeed-g6.dtsi              |   5 +
 drivers/soc/aspeed/Kconfig                    |   7 +
 drivers/soc/aspeed/Makefile                   |   1 +
 drivers/soc/aspeed/aspeed-socinfo.c           | 133 ++++++++++++++++++
 7 files changed, 182 insertions(+)
 create mode 100644 drivers/soc/aspeed/aspeed-socinfo.c

-- 
2.28.0


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

end of thread, other threads:[~2020-09-24  7:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-21  9:16 [PATCH v3 0/3] ARM: aspeed: Add socinfo driver Joel Stanley
2020-09-21  9:16 ` [PATCH v3 1/3] dt-bindings: aspeed: Add silicon id node to SCU Joel Stanley
2020-09-24  6:46   ` Andrew Jeffery
2020-09-21  9:16 ` [PATCH v3 2/3] soc: aspeed: Add soc info driver Joel Stanley
2020-09-24  6:56   ` Andrew Jeffery
2020-09-21  9:16 ` [PATCH v3 3/3] ARM: dts: aspeed: Add silicon id node Joel Stanley
2020-09-24  6:57   ` Andrew Jeffery

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.