public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Add support for additional AD717x models
@ 2024-03-06 11:09 Dumitru Ceclan
  2024-03-06 11:09 ` [PATCH v3 1/3] dt-bindings: adc: ad7173: add support for additional models Dumitru Ceclan
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Dumitru Ceclan @ 2024-03-06 11:09 UTC (permalink / raw)
  To: dumitru.ceclan
  Cc: linux-iio, devicetree, linux-kernel, lars, jic23, robh+dt,
	krzysztof.kozlowski+dt, conor+dt, dlechner, Dumitru Ceclan

This patch series adds support for the Analog Devices AD7172-2, AD7175-8,
 AD7177-2 ADCs within the AD7173 driver.

 Datasheets:
 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7172-4.pdf
 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7175-8.pdf
 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7177-2.pdf

This series depends on patch series AD7173
  https://lore.kernel.org/all/20240228110622.25114-1-mitrutzceclan@gmail.com/

V2->V3
 dt-bindings: adc: ad7173: add support for additional models:
 - Remove vref constraint for ad7172-4
 - Add missing model that supports ref2
 iio: adc: ad7173: improve chip id's defines
 - Create patch
 iio: adc: ad7173: add support for additional models:
 - Add new attributes to *_device_info to describe model specific behaviour:
      odr_start_value, has_int_ref, has_ref2
 - Remove unnecessary space from *_id_table
 - Move chip id define rename in a separate patch
 - Order chip id's by value
V1->V2
 dt-bindings: adc: ad7173: add support for additional models:
 - Remove bindings descriptions update as already included in latest AD7173 bindings
 - Remove default: false for adi,reference-select
 iio: adc: ad7173: add support for additional models:
 - Add period to commit message
 - AD717X -> AD717x
 - Fix typo
 - Reformat supported devices list
 - Reorder device ID's by value
 - Use correct comment style
 - Add missing space

Dumitru Ceclan (3):
  dt-bindings: adc: ad7173: add support for additional models
  iio: adc: ad7173: improve chip id's defines
  iio: adc: ad7173: add support for additional models

 .../bindings/iio/adc/adi,ad7173.yaml          | 39 +++++++-
 drivers/iio/adc/ad7173.c                      | 92 +++++++++++++++++--
 2 files changed, 119 insertions(+), 12 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-03-10 15:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-06 11:09 [PATCH v3 0/3] Add support for additional AD717x models Dumitru Ceclan
2024-03-06 11:09 ` [PATCH v3 1/3] dt-bindings: adc: ad7173: add support for additional models Dumitru Ceclan
2024-03-06 18:12   ` Conor Dooley
2024-03-06 11:09 ` [PATCH v3 2/3] iio: adc: ad7173: improve chip id's defines Dumitru Ceclan
2024-03-06 11:09 ` [PATCH v3 3/3] iio: adc: ad7173: add support for additional models Dumitru Ceclan
2024-03-10 15:06 ` [PATCH v3 0/3] Add support for additional AD717x models Jonathan Cameron

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