devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/5] iio: adc: ad7192: Add AD7194 support
@ 2024-04-13 15:11 Alisa-Dariana Roman
  2024-04-13 15:11 ` [PATCH v5 1/5] iio: adc: ad7192: Use standard attribute Alisa-Dariana Roman
                   ` (4 more replies)
  0 siblings, 5 replies; 23+ messages in thread
From: Alisa-Dariana Roman @ 2024-04-13 15:11 UTC (permalink / raw)
  To: michael.hennerich, linux-iio, devicetree, linux-kernel
  Cc: alexandru.tachici, lars, Michael.Hennerich, jic23, robh,
	krzysztof.kozlowski+dt, conor+dt, lgirdwood, broonie, andy,
	nuno.sa, marcelo.schmitt, bigunclemax, dlechner, okan.sahin,
	fr0st61te, alisa.roman, marcus.folkesson, schnelle, liambeguin

Dear maintainers,

Thank you all for the feedback!

I am submitting the upgraded series of patches for the ad7192 driver.

Please consider applying in order.

Thank you!

v4 -> v5
  - add aincom supply as discussed previously
    https://lore.kernel.org/all/CAMknhBF5mAsN1c-194Qwa5oKmqKzef2khXnqA1cSdKpWHKWp0w@mail.gmail.com/#t
  - ad7194 differential channels are now dynamically configured in the
    devicetree

v3 -> v4
  - drop device properties patch, changes already applied to tree
  - change bindings and driver such that for AD7194 there are 16
    differential channels, by default set to AINx - AINCOM, which can be
    configured in devicetree however the user likes
  - corrected mistake regarding positive and negative channel macros:
    subtract 1 from the number corresponding to AIN input

v2 -> v3
  - add precursor patch to simply functions to only pass
    ad7192_state
  - add patch to replace custom attribute
  - bindings patch: correct use of allOf and some minor changes to
    the ad7194 example
  - add ad7194 patch:
    - use "ad7192 and similar"
    - ad7194 no longer needs attribute group
    - use callback function in chip_info to parse channels
    - move struct ad7192_chip_info
    - change position of parse functions
  - drop clock bindings patch

v1 -> v2
  - new commit with missing documentation for properties
  - add constraint for channels in binding
  - correct pattern for channels
  - correct commit message by adding "()" to functions
  - use in_range
  - use preferred structure in Kconfig

Kind regards,

Alisa-Dariana Roman (5):
  iio: adc: ad7192: Use standard attribute
  dt-bindings: iio: adc: ad7192: Add aincom supply
  iio: adc: ad7192: Add aincom supply
  dt-bindings: iio: adc: ad7192: Add AD7194 support
  iio: adc: ad7192: Add AD7194 support

 .../bindings/iio/adc/adi,ad7192.yaml          |  83 ++++++
 drivers/iio/adc/Kconfig                       |  11 +-
 drivers/iio/adc/ad7192.c                      | 258 ++++++++++++++----
 3 files changed, 299 insertions(+), 53 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-04-17 23:38 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-13 15:11 [PATCH v5 0/5] iio: adc: ad7192: Add AD7194 support Alisa-Dariana Roman
2024-04-13 15:11 ` [PATCH v5 1/5] iio: adc: ad7192: Use standard attribute Alisa-Dariana Roman
2024-04-13 20:31   ` David Lechner
2024-04-13 15:11 ` [PATCH v5 2/5] dt-bindings: iio: adc: ad7192: Add aincom supply Alisa-Dariana Roman
2024-04-13 18:05   ` David Lechner
2024-04-13 15:11 ` [PATCH v5 3/5] " Alisa-Dariana Roman
2024-04-13 17:26   ` Jonathan Cameron
2024-04-13 19:10   ` David Lechner
2024-04-14 13:58     ` Alisa-Dariana Roman
2024-04-14 20:20       ` David Lechner
2024-04-13 15:11 ` [PATCH v5 4/5] dt-bindings: iio: adc: ad7192: Add AD7194 support Alisa-Dariana Roman
2024-04-13 19:29   ` David Lechner
2024-04-14 20:31     ` Alisa-Dariana Roman
2024-04-13 21:19   ` Krzysztof Kozlowski
2024-04-15 13:08     ` Alisa-Dariana Roman
2024-04-15 13:55       ` David Lechner
2024-04-17 23:38       ` Krzysztof Kozlowski
2024-04-13 15:11 ` [PATCH v5 5/5] " Alisa-Dariana Roman
2024-04-13 17:29   ` Jonathan Cameron
2024-04-13 20:05   ` David Lechner
2024-04-14 20:14     ` Alisa-Dariana Roman
2024-04-14 20:24       ` David Lechner
2024-04-15 13:31     ` Andy Shevchenko

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