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

v5:
  * https://lore.kernel.org/all/20240912121609.13438-1-ramona.nechita@analog.com/
v6:
  * Patch1:
    - documented power supplies
    - added interrupt names and description for ALERT & DRDY
  * Patch2:
    - removed the referenced file from MAINTAINERS
    - updated the commit msg mentioning the version changed
  * Patch3:
    - added comments to explain formulas
    - fixed typo in commit msg
    - crc is no longer calculated when not used
    - regval calculated in one line
    - updated variable name kfreq -> freq_khz
    - inserted blank lines for more readability
    - created a structure for buffer data in the private structure and used
      aligned _s64 for the timestamp
    - presence of irq is checked first thing in the probe function to avoid
      allocating resources for nothing
    - initialized ret with -EINVAL in probe
    - wrapped closer to 80 chars where it was possible
    - removed check for buffer enabled due to redundancy
    - restructured reset function to share the same fsleep whether or not gpio
      is present, and to avoid redundant memset

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          | 108 +++
 MAINTAINERS                                   |   1 -
 drivers/iio/adc/Kconfig                       |  11 +
 drivers/iio/adc/Makefile                      |   1 +
 drivers/iio/adc/ad7779.c                      | 911 ++++++++++++++++++
 7 files changed, 1053 insertions(+), 47 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] 15+ messages in thread

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

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-26 13:53 [PATCH v6 0/3] add support for ad777x family Ramona Alexandra Nechita
2024-09-26 13:53 ` [PATCH v6 1/3] dt-bindings: iio: adc: add a7779 doc Ramona Alexandra Nechita
2024-09-26 15:40   ` Conor Dooley
2024-09-26 13:53 ` [PATCH v6 2/3] Documentation: ABI: added filter mode doc in sysfs-bus-iio Ramona Alexandra Nechita
2024-09-26 14:12   ` Andy Shevchenko
2024-09-26 14:12     ` Andy Shevchenko
2024-09-28 17:52       ` Jonathan Cameron
2024-09-26 13:53 ` [PATCH v6 3/3] drivers: iio: adc: add support for ad777x family Ramona Alexandra Nechita
2024-09-26 14:58   ` Andy Shevchenko
2024-10-10 14:32     ` Nechita, Ramona
2024-10-10 17:45       ` Jonathan Cameron
2024-10-10 18:25         ` Andy Shevchenko
2024-10-12 10:42           ` Jonathan Cameron
2024-10-15 11:08             ` Andy Shevchenko
2024-10-10 17:59       ` 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).