All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux hwmon-next v1 0/3] Add SB-TSI hwmon driver
@ 2020-03-19 22:48 Kun Yi
  2020-03-19 22:48 ` [PATCH linux hwmon-next v1 1/3] hwmon: (sbtsi) Add basic support for SB-TSI sensors Kun Yi
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Kun Yi @ 2020-03-19 22:48 UTC (permalink / raw)
  To: jdelvare, linux, robh+dt, mark.rutland
  Cc: Kun Yi, openbmc, joel, linux-hwmon, devicetree, linux-kernel

*** BLURB HERE ***
This patchset adds hwmon support for AMD SoC SB-TSI emulated temperature
sensor and related documentation.

Kun Yi (3):
  hwmon: (sbtsi) Add basic support for SB-TSI sensors
  hwmon: (sbtsi) Add documentation
  dt-bindings: (hwmon/sbtsi_tmep) Add SB-TSI hwmon driver bindings

 .../devicetree/bindings/hwmon/sbtsi_temp.txt  |  14 ++
 Documentation/hwmon/sbtsi_temp.rst            |  33 +++
 drivers/hwmon/Kconfig                         |  10 +
 drivers/hwmon/Makefile                        |   1 +
 drivers/hwmon/sbtsi_temp.c                    | 218 ++++++++++++++++++
 5 files changed, 276 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/sbtsi_temp.txt
 create mode 100644 Documentation/hwmon/sbtsi_temp.rst
 create mode 100644 drivers/hwmon/sbtsi_temp.c

-- 
2.25.1.696.g5e7596f4ac-goog


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

end of thread, other threads:[~2020-03-23 23:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-19 22:48 [PATCH linux hwmon-next v1 0/3] Add SB-TSI hwmon driver Kun Yi
2020-03-19 22:48 ` [PATCH linux hwmon-next v1 1/3] hwmon: (sbtsi) Add basic support for SB-TSI sensors Kun Yi
2020-03-19 23:30   ` Guenter Roeck
2020-03-23 23:25     ` Kun Yi
2020-03-19 22:48 ` [PATCH linux hwmon-next v1 2/3] hwmon: (sbtsi) Add documentation Kun Yi
2020-03-19 22:48 ` [PATCH linux hwmon-next v1 3/3] dt-bindings: (hwmon/sbtsi_tmep) Add SB-TSI hwmon driver bindings Kun Yi

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.