devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/3] add support for ad777x family
@ 2024-09-12 12:15 Ramona Alexandra Nechita
  2024-09-12 12:15 ` [PATCH v5 1/3] dt-bindings: iio: adc: add a7779 doc Ramona Alexandra Nechita
                   ` (2 more replies)
  0 siblings, 3 replies; 24+ messages in thread
From: Ramona Alexandra Nechita @ 2024-09-12 12:15 UTC (permalink / raw)
  To: Jonathan Cameron, Lars-Peter Clausen, Cosmin Tanislav,
	Michael Hennerich, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Nuno Sa, David Lechner, Andy Shevchenko, Marcelo Schmitt,
	Olivier Moysan, Dumitru Ceclan, Matteo Martelli,
	João Paulo Gonçalves, Alisa-Dariana Roman,
	Ivan Mikhaylov, AngeloGioacchino Del Regno, Marius Cristea,
	Ramona Nechita, linux-iio, linux-kernel, devicetree

v4:
  * https://lore.kernel.org/all/20240724155517.12470-1-ramona.nechita@analog.com/
v5:
  * Patch1:
    - removed yaml unnecessary nodes
    - removed vref_supply from yaml altogether, as it is not used by the driver
    - documented interrupt line in yaml file
    - updated commit message with short description
  * Patch2:
    - version downgrade in sysfs-bus-iio file due to combinig the two drivers'
    attributes together (one was available in 6.1 and the other in 6.2 and it
    seemed right to leave it as 6.1)
  * Patch3:
    - removed comments with old code
    - fix commit messages
    - removed power_mode from driver private structure
    - used spi_write for ad7779_spi_write function
    - fixed various indents and line wraps, typos etc
    - used goto in trig_handler to get rid of duplicate code
    - switched to iio_for_each_active_channel
    - removed unnecessary trig setting (done by devm already)
    - removed __maybe_unused from driver suspend/resume functions

Ramona Alexandra Nechita (3):
  dt-bindings: iio: adc: add a7779 doc
  Documentation: ABI: added filter mode doc in sysfs-bus-iio
  drivers: iio: adc: add support for ad777x family

 Documentation/ABI/testing/sysfs-bus-iio       |  22 +
 .../ABI/testing/sysfs-bus-iio-adc-ad4130      |  46 -
 .../bindings/iio/adc/adi,ad7779.yaml          |  84 ++
 drivers/iio/adc/Kconfig                       |  11 +
 drivers/iio/adc/Makefile                      |   1 +
 drivers/iio/adc/ad7779.c                      | 917 ++++++++++++++++++
 6 files changed, 1035 insertions(+), 46 deletions(-)
 delete mode 100644 Documentation/ABI/testing/sysfs-bus-iio-adc-ad4130
 create mode 100644 Documentation/devicetree/bindings/iio/adc/adi,ad7779.yaml
 create mode 100644 drivers/iio/adc/ad7779.c

-- 
2.43.0


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

end of thread, other threads:[~2024-10-10 16:40 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-12 12:15 [PATCH v5 0/3] add support for ad777x family Ramona Alexandra Nechita
2024-09-12 12:15 ` [PATCH v5 1/3] dt-bindings: iio: adc: add a7779 doc Ramona Alexandra Nechita
2024-09-12 13:15   ` Rob Herring (Arm)
2024-09-14 16:38   ` Jonathan Cameron
2024-09-12 12:15 ` [PATCH v5 2/3] Documentation: ABI: added filter mode doc in sysfs-bus-iio Ramona Alexandra Nechita
2024-09-12 14:47   ` Andy Shevchenko
2024-09-13 14:06     ` Nechita, Ramona
2024-09-13 17:36       ` Andy Shevchenko
2024-09-14 16:42         ` Jonathan Cameron
2024-09-13  4:16   ` kernel test robot
2024-09-14 16:43     ` Jonathan Cameron
2024-09-12 12:15 ` [PATCH v5 3/3] drivers: iio: adc: add support for ad777x family Ramona Alexandra Nechita
2024-09-12 15:15   ` Andy Shevchenko
2024-09-14 16:46     ` Jonathan Cameron
2024-09-14  1:44   ` kernel test robot
2024-09-14 16:48     ` Jonathan Cameron
2024-09-14 17:06   ` Jonathan Cameron
2024-09-20 13:24     ` Nechita, Ramona
2024-09-23 12:51       ` David Lechner
2024-09-28 14:29         ` Jonathan Cameron
2024-09-26 13:41     ` Nechita, Ramona
2024-09-28 14:31       ` Jonathan Cameron
2024-10-10 14:35         ` Nechita, Ramona
2024-10-10 16:40           ` Jonathan Cameron

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