Devicetree
 help / color / mirror / Atom feed
* [PATCH v5 0/2] Add support for the MCP9600 thermocouple EMF converter
@ 2023-03-05 21:36 Andrew Hepp
  2023-03-05 21:36 ` [PATCH v5 1/2] dt-bindings: iio: Add " Andrew Hepp
  2023-03-05 21:36 ` [PATCH v5 2/2] iio: temperature: " Andrew Hepp
  0 siblings, 2 replies; 5+ messages in thread
From: Andrew Hepp @ 2023-03-05 21:36 UTC (permalink / raw)
  To: devicetree, linux-iio
  Cc: Rob Herring, Krzysztof Kozlowski, Jonathan Cameron, Andrew Hepp

Add support for the MCP9600 thermocouple EMF converter.

Andrew Hepp (2):
  dt-bindings: iio: Add MCP9600 thermocouple EMF converter
  iio: temperature: Add MCP9600 thermocouple EMF converter

 .../iio/temperature/microchip,mcp9600.yaml    |  70 +++++++++
 drivers/iio/temperature/Kconfig               |  10 ++
 drivers/iio/temperature/Makefile              |   1 +
 drivers/iio/temperature/mcp9600.c             | 146 ++++++++++++++++++
 4 files changed, 227 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/temperature/microchip,mcp9600.yaml
 create mode 100644 drivers/iio/temperature/mcp9600.c

-- 
2.30.2


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

end of thread, other threads:[~2023-03-12 16:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-05 21:36 [PATCH v5 0/2] Add support for the MCP9600 thermocouple EMF converter Andrew Hepp
2023-03-05 21:36 ` [PATCH v5 1/2] dt-bindings: iio: Add " Andrew Hepp
2023-03-06  6:34   ` Krzysztof Kozlowski
2023-03-05 21:36 ` [PATCH v5 2/2] iio: temperature: " Andrew Hepp
2023-03-12 16:14   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox