linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add driver for Moortec PVT controller
@ 2020-09-09  6:52 Rahul Tanwar
  2020-09-09  6:52 ` [PATCH 1/2] Add DT bindings schema for " Rahul Tanwar
  2020-09-09  6:52 ` [PATCH 2/2] Add driver for Moortec MR75203 " Rahul Tanwar
  0 siblings, 2 replies; 13+ messages in thread
From: Rahul Tanwar @ 2020-09-09  6:52 UTC (permalink / raw)
  To: jdelvare, linux, p.zabel, linux-hwmon, robh+dt
  Cc: linux-kernel, devicetree, andriy.shevchenko, songjun.Wu,
	cheol.yong.kim, qi-ming.wu, rtanwar, Rahul Tanwar

Patch 1 adds DT bindings schema in YAML format.
Patch 2 adds driver for MR75203 PVT controller.

Rahul Tanwar (2):
  Add DT bindings schema for PVT controller
  Add driver for Moortec MR75203 PVT controller

 .../devicetree/bindings/hwmon/moortec,mr75203.yaml |  70 +++
 drivers/hwmon/Kconfig                              |  10 +
 drivers/hwmon/Makefile                             |   1 +
 drivers/hwmon/mr75203.c                            | 617 +++++++++++++++++++++
 4 files changed, 698 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/moortec,mr75203.yaml
 create mode 100644 drivers/hwmon/mr75203.c

-- 
2.11.0


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

end of thread, other threads:[~2020-09-10 10:42 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-09  6:52 [PATCH 0/2] Add driver for Moortec PVT controller Rahul Tanwar
2020-09-09  6:52 ` [PATCH 1/2] Add DT bindings schema for " Rahul Tanwar
2020-09-09 20:48   ` Rob Herring
2020-09-09  6:52 ` [PATCH 2/2] Add driver for Moortec MR75203 " Rahul Tanwar
2020-09-09 10:33   ` Andy Shevchenko
2020-09-10  7:26     ` Tanwar, Rahul
2020-09-10  9:33       ` Andy Shevchenko
2020-09-09 15:05   ` Guenter Roeck
     [not found]     ` <c72665ba-b594-bbb0-00c5-ed763233d609@linux.intel.com>
2020-09-10  9:34       ` Guenter Roeck
2020-09-10  9:46       ` Andy Shevchenko
2020-09-10  9:53         ` Tanwar, Rahul
2020-09-10 10:35   ` Philipp Zabel
2020-09-10 10:42     ` Tanwar, Rahul

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