linux-hwmon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] hwmon: a new driver for Synaptics AS370 PVT sensor
@ 2019-08-27  3:43 Jisheng Zhang
  2019-08-27  3:44 ` [PATCH v2 1/2] hwmon: Add Synaptics AS370 PVT sensor driver Jisheng Zhang
  2019-08-27  3:44 ` [PATCH v2 2/2] hwmon: (as370-hwmon) Add DT bindings for Synaptics AS370 PVT Jisheng Zhang
  0 siblings, 2 replies; 8+ messages in thread
From: Jisheng Zhang @ 2019-08-27  3:43 UTC (permalink / raw)
  To: Guenter Roeck, Jean Delvare, Rob Herring, Mark Rutland
  Cc: linux-hwmon, devicetree, linux-kernel

Add a new driver for Synaptics AS370 PVT sensor. Currently only
temperature is supported.

Jisheng Zhang (2):
  hwmon: Add Synaptics AS370 PVT sensor driver
  hwmon: (as370-hwmon) Add DT bindings for Synaptics AS370 PVT

Changes since v1
  - remove useless <linux/delay.h>
  - use GENMASK
  - remove useless bit operation
  - remove read_pvt()
  - use DIV_ROUND_CLOSEST()

 .../devicetree/bindings/hwmon/as370.txt       |  11 ++
 drivers/hwmon/Kconfig                         |  10 ++
 drivers/hwmon/Makefile                        |   1 +
 drivers/hwmon/as370-hwmon.c                   | 147 ++++++++++++++++++
 4 files changed, 169 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/as370.txt
 create mode 100644 drivers/hwmon/as370-hwmon.c

-- 
2.23.0.rc1


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

end of thread, other threads:[~2019-09-02 16:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-27  3:43 [PATCH v2 0/2] hwmon: a new driver for Synaptics AS370 PVT sensor Jisheng Zhang
2019-08-27  3:44 ` [PATCH v2 1/2] hwmon: Add Synaptics AS370 PVT sensor driver Jisheng Zhang
2019-08-31 15:10   ` Guenter Roeck
2019-09-02 16:06   ` Guenter Roeck
2019-08-27  3:44 ` [PATCH v2 2/2] hwmon: (as370-hwmon) Add DT bindings for Synaptics AS370 PVT Jisheng Zhang
2019-08-31 15:08   ` Guenter Roeck
2019-09-02 14:29   ` Rob Herring
2019-09-02 16:06   ` Guenter Roeck

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