public inbox for linux-iio@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] adding support for Microchip PAC194X Power Monitor
@ 2024-07-19 17:38 marius.cristea
  2024-07-19 17:38 ` [PATCH v1 1/2] dt-bindings: iio: adc: adding support for PAC194X marius.cristea
  2024-07-19 17:38 ` [PATCH v1 2/2] " marius.cristea
  0 siblings, 2 replies; 9+ messages in thread
From: marius.cristea @ 2024-07-19 17:38 UTC (permalink / raw)
  To: jic23, lars, robh+dt
  Cc: krzysztof.kozlowski+dt, conor+dt, linux-iio, devicetree,
	linux-kernel, marius.cristea

From: Marius Cristea <marius.cristea@microchip.com>

Adding support for Microchip PAC194X and PAC195X series of Power Monitor with
Accumulator chip family. This driver covers the following part numbers:
 - PAC1941, PAC1941_2, PAC1942, PAC1942_2, PAC1943, PAC1944
 - PAC1951, PAC1951_2, PAC1952, PAC1952_2, PAC1953, PAC1954


Differences related to previous patch:
v1:
- first version committed to review

Marius Cristea (2):
  dt-bindings: iio: adc: adding support for PAC194X
  iio: adc: adding support for PAC194X

 .../ABI/testing/sysfs-bus-iio-adc-pac1944     |    9 +
 .../bindings/iio/adc/microchip,pac1944.yaml   |  168 +
 MAINTAINERS                                   |    7 +
 drivers/iio/adc/Kconfig                       |   13 +
 drivers/iio/adc/Makefile                      |    1 +
 drivers/iio/adc/pac1944.c                     | 3528 +++++++++++++++++
 6 files changed, 3726 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-adc-pac1944
 create mode 100644 Documentation/devicetree/bindings/iio/adc/microchip,pac1944.yaml
 create mode 100644 drivers/iio/adc/pac1944.c

-- 
2.43.0


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

end of thread, other threads:[~2024-07-20 19:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-19 17:38 [PATCH v1 0/2] adding support for Microchip PAC194X Power Monitor marius.cristea
2024-07-19 17:38 ` [PATCH v1 1/2] dt-bindings: iio: adc: adding support for PAC194X marius.cristea
2024-07-20 17:09   ` Jonathan Cameron
2024-07-20 18:36   ` Krzysztof Kozlowski
2024-07-19 17:38 ` [PATCH v1 2/2] " marius.cristea
2024-07-19 19:04   ` Christophe JAILLET
2024-07-20 13:40   ` kernel test robot
2024-07-20 16:30   ` kernel test robot
2024-07-20 19:11   ` Jonathan Cameron

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