Linux IIO development
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Re-add filter_type/filter_mode
@ 2025-02-03 19:10 Marcelo Schmitt
  2025-02-03 19:11 ` [PATCH v3 1/3] Documentation: ABI: IIO: Add filter_type documentation Marcelo Schmitt
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Marcelo Schmitt @ 2025-02-03 19:10 UTC (permalink / raw)
  To: linux-iio, linux-kernel
  Cc: cosmin.tanislav, jic23, lars, marcelo.schmitt, dlechner, granquet,
	u.kleine-koenig, marcelo.schmitt1

Better document sysfs ABI for ADC digital filter configuration.
Also update ad4130 driver to support the standardized IIO ABI for digital filter
configuration.

Change log v2 -> v3
- Added in_voltageY-voltageZ_filter_type to main IIO ADI doc too.
- Added filter_type attributes to ad4130 driver so it also supports the
  standardized ABI for digital filter configuration.
- No longer dropping AD4130 specific filter_type_available options from sysfs-bus-iio.
- Re-add sysfs-bus-iio-adc-ad4130 just mentioning the ABI at sysfs-bus-iio instead
  of repeating the doc.

Change log v1 -> v2
- Split into 3 patches.
- Re-added sysfs-bus-iio-adc-ad4130 to keep filter_mode separate from filter_type.
- Removed in_voltage-voltage_filter_mode_available from sysfs-bus-iio.
- Added deprecation notes in sysfs-bus-iio-adc-ad4130 asking to use filter_type
  for new drivers and referencing sysfs-bus-iio.
- Improved commit message with explanation about use of filter type attributes.
- Dropped AD4130 specific filter_type_available options from sysfs-bus-iio.

Link to v2: https://lore.kernel.org/linux-iio/cover.1736261047.git.marcelo.schmitt@analog.com/
Link to v1: https://lore.kernel.org/linux-iio/b2132bd3ca1d64cdd8d5afab1f1f33c574718b50.1732901318.git.marcelo.schmitt@analog.com/


Marcelo Schmitt (3):
  Documentation: ABI: IIO: Add filter_type documentation
  iio: adc: ad4130: Add filter_type attributes
  Documentation: ABI: IIO: Re-add sysfs-bus-iio-adc-ad4130

 Documentation/ABI/testing/sysfs-bus-iio       |  9 ++++++++-
 .../ABI/testing/sysfs-bus-iio-adc-ad4130      | 20 +++++++++++++++++++
 MAINTAINERS                                   |  1 +
 drivers/iio/adc/ad4130.c                      |  3 +++
 4 files changed, 32 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-adc-ad4130


base-commit: 9b75dd1b7d6b98699a104c6b1eec0c8817e5fd4b
-- 
2.47.2


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

end of thread, other threads:[~2025-02-04 12:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-03 19:10 [PATCH v3 0/3] Re-add filter_type/filter_mode Marcelo Schmitt
2025-02-03 19:11 ` [PATCH v3 1/3] Documentation: ABI: IIO: Add filter_type documentation Marcelo Schmitt
2025-02-03 19:39   ` David Lechner
2025-02-03 19:11 ` [PATCH v3 2/3] iio: adc: ad4130: Add filter_type attributes Marcelo Schmitt
2025-02-03 19:40   ` David Lechner
2025-02-04 12:54     ` Marcelo Schmitt
2025-02-03 19:11 ` [PATCH v3 3/3] Documentation: ABI: IIO: Re-add sysfs-bus-iio-adc-ad4130 Marcelo Schmitt
2025-02-03 19:41   ` David Lechner
2025-02-04 12:53     ` Marcelo Schmitt
2025-02-04 13:00     ` Marcelo Schmitt

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