linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] hwmon: Add StarFive JH7100 temperature sensor
@ 2021-06-16 18:15 Emil Renner Berthing
  2021-06-16 18:15 ` [PATCH v1 1/2] dt-bindings: hwmon: add starfive,jh7100-temp bindings Emil Renner Berthing
  2021-06-16 18:15 ` [PATCH v1 2/2] hwmon: (sfctemp) Add StarFive JH7100 temperature sensor Emil Renner Berthing
  0 siblings, 2 replies; 5+ messages in thread
From: Emil Renner Berthing @ 2021-06-16 18:15 UTC (permalink / raw)
  To: Jean Delvare, Guenter Roeck, Rob Herring, Samin Guo
  Cc: Emil Renner Berthing, linux-hwmon, devicetree, linux-kernel

This adds a driver for the temperature sensor on the JH7100, a RISC-V
SoC by StarFive Technology Co. Ltd., and most likely also the upcoming
JH7110 version of the chip.

The SoC is used on the BeagleV Starlight board:
https://github.com/beagleboard/beaglev-starlight

Support for this SoC is not yet upstreamed so feel free to not merge yet
but I'd love some early feedback.

/Emil

Emil Renner Berthing (2):
  dt-bindings: hwmon: add starfive,jh7100-temp bindings
  hwmon: (sfctemp) Add StarFive JH7100 temperature sensor

 .../bindings/hwmon/starfive,jh7100-temp.yaml  |  43 +++
 drivers/hwmon/Kconfig                         |   9 +
 drivers/hwmon/Makefile                        |   1 +
 drivers/hwmon/sfctemp.c                       | 309 ++++++++++++++++++
 4 files changed, 362 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/starfive,jh7100-temp.yaml
 create mode 100644 drivers/hwmon/sfctemp.c

-- 
2.32.0


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

end of thread, other threads:[~2021-06-17 15:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-16 18:15 [PATCH v1 0/2] hwmon: Add StarFive JH7100 temperature sensor Emil Renner Berthing
2021-06-16 18:15 ` [PATCH v1 1/2] dt-bindings: hwmon: add starfive,jh7100-temp bindings Emil Renner Berthing
2021-06-16 18:15 ` [PATCH v1 2/2] hwmon: (sfctemp) Add StarFive JH7100 temperature sensor Emil Renner Berthing
2021-06-17 15:07   ` Guenter Roeck
2021-06-17 15:36     ` Emil Renner Berthing

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).