devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] add support for ad777x family
@ 2024-07-24 15:54 Ramona Alexandra Nechita
  2024-07-24 15:54 ` [PATCH v4 1/3] dt-bindings: iio: adc: add a7779 doc Ramona Alexandra Nechita
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Ramona Alexandra Nechita @ 2024-07-24 15:54 UTC (permalink / raw)
  To: linux-iio
  Cc: Ramona Alexandra Nechita, Jonathan Cameron, Lars-Peter Clausen,
	Cosmin Tanislav, Michael Hennerich, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Andy Shevchenko, Nuno Sa,
	Marcelo Schmitt, Marius Cristea, Liam Beguin, Ivan Mikhaylov,
	Mike Looijmans, Marcus Folkesson, linux-kernel, devicetree

v4:
	* updated commit description
	* removed misc indents in private structure
	* removed "_filter" from available filters
	* updated calibscale/bias functions to use get/put unaligned
	* switched to iio_device_claim_scoped
	* added comments exaplaining necessary timings/buffers
	* misc line breaks/wrap fixes
	* switched to iio_trigger_generic_data_poll
	* removed writing to indio_dev masklength
	* switched to kernel_ulong_t for driver data

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          |  85 ++
 drivers/iio/adc/Kconfig                       |  11 +
 drivers/iio/adc/Makefile                      |   1 +
 drivers/iio/adc/ad7779.c                      | 952 ++++++++++++++++++
 6 files changed, 1071 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] 17+ messages in thread

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

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-24 15:54 [PATCH v4 0/3] add support for ad777x family Ramona Alexandra Nechita
2024-07-24 15:54 ` [PATCH v4 1/3] dt-bindings: iio: adc: add a7779 doc Ramona Alexandra Nechita
2024-07-24 16:09   ` Krzysztof Kozlowski
2024-07-27 15:23   ` Jonathan Cameron
2024-07-24 15:54 ` [PATCH v4 2/3] Documentation: ABI: added filter mode doc in sysfs-bus-iio Ramona Alexandra Nechita
2024-07-24 18:19   ` kernel test robot
2024-08-13 11:04   ` Andy Shevchenko
2024-07-24 15:54 ` [PATCH v4 3/3] drivers: iio: adc: add support for ad777x family Ramona Alexandra Nechita
2024-07-24 16:14   ` Krzysztof Kozlowski
2024-07-25  6:29     ` Krzysztof Kozlowski
2024-08-13 11:06     ` Andy Shevchenko
2024-07-25  0:52   ` kernel test robot
2024-07-25  2:32   ` kernel test robot
2024-07-27 15:41   ` Jonathan Cameron
2024-09-03 14:26     ` Nechita, Ramona
2024-09-03 15:16       ` Andy Shevchenko
2024-07-29 15:31   ` Dan Carpenter

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