All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Add support for Actions Semi Owl soc info
@ 2021-03-19 18:27 ` Cristian Ciocaltea
  0 siblings, 0 replies; 14+ messages in thread
From: Cristian Ciocaltea @ 2021-03-19 18:27 UTC (permalink / raw)
  To: Rob Herring, Andreas Färber, Manivannan Sadhasivam
  Cc: devicetree, linux-arm-kernel, linux-actions, linux-kernel

This patchset adds a socinfo driver which provides information about
Actions Semi Owl SoCs to user space via sysfs: machine, family, soc_id,
serial_number.

Please note the serial number is currently available only for the S500
SoC variant.

This has been tested on the S500 SoC based RoseapplePi SBC.

Thanks,
Cristi

Cristian Ciocaltea (4):
  dt-bindings: soc: actions: Add Actions Semi Owl socinfo binding
  soc: actions: Add Actions Semi Owl socinfo driver
  arm: dts: owl-s500: Add socinfo support
  MAINTAINERS: Add entry for Actions Semi Owl socinfo binding

 .../bindings/soc/actions/owl-socinfo.yaml     |  71 ++++++++++
 MAINTAINERS                                   |   1 +
 arch/arm/boot/dts/owl-s500.dtsi               |   4 +-
 drivers/soc/actions/Kconfig                   |   8 ++
 drivers/soc/actions/Makefile                  |   1 +
 drivers/soc/actions/owl-socinfo.c             | 133 ++++++++++++++++++
 6 files changed, 217 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/soc/actions/owl-socinfo.yaml
 create mode 100644 drivers/soc/actions/owl-socinfo.c

-- 
2.31.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] 14+ messages in thread

end of thread, other threads:[~2021-03-30  1:17 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-19 18:27 [PATCH 0/4] Add support for Actions Semi Owl soc info Cristian Ciocaltea
2021-03-19 18:27 ` Cristian Ciocaltea
2021-03-19 18:27 ` [PATCH 1/4] dt-bindings: soc: actions: Add Actions Semi Owl socinfo binding Cristian Ciocaltea
2021-03-19 18:27   ` Cristian Ciocaltea
2021-03-27 16:30   ` Rob Herring
2021-03-27 16:30     ` Rob Herring
2021-03-29 22:21     ` Cristian Ciocaltea
2021-03-29 22:21       ` Cristian Ciocaltea
2021-03-19 18:28 ` [PATCH 2/4] soc: actions: Add Actions Semi Owl socinfo driver Cristian Ciocaltea
2021-03-19 18:28   ` Cristian Ciocaltea
2021-03-19 18:28 ` [PATCH 3/4] arm: dts: owl-s500: Add socinfo support Cristian Ciocaltea
2021-03-19 18:28   ` Cristian Ciocaltea
2021-03-19 18:28 ` [PATCH 4/4] MAINTAINERS: Add entry for Actions Semi Owl socinfo binding Cristian Ciocaltea
2021-03-19 18:28   ` Cristian Ciocaltea

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.