Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

iio: ABI: add filter types for ad7173

Add new filter types used in the ad7173 driver to the IIO ABI
documentation. These chips have a few filter types that haven't been
seen before in other drivers.

Reviewed-by: Nuno Sá <nuno.sa@analog.com>
Signed-off-by: David Lechner <dlechner@baylibre.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

David Lechner and committed by
Jonathan Cameron
bf99115e ff06b39b

+5
+5
Documentation/ABI/testing/sysfs-bus-iio
··· 2327 2327 performance 2328 2328 * "sinc5+avg" - Sinc5 + averaging by 4. 2329 2329 * "sinc5+pf1" - Sinc5 + device specific Post Filter 1. 2330 + * "sinc5+sinc1" - Sinc5 + Sinc1. 2331 + * "sinc5+sinc1+pf1" - Sinc5 + Sinc1 + device specific Post Filter 1. 2332 + * "sinc5+sinc1+pf2" - Sinc5 + Sinc1 + device specific Post Filter 2. 2333 + * "sinc5+sinc1+pf3" - Sinc5 + Sinc1 + device specific Post Filter 3. 2334 + * "sinc5+sinc1+pf4" - Sinc5 + Sinc1 + device specific Post Filter 4. 2330 2335 * "wideband" - filter with wideband low ripple passband 2331 2336 and sharp transition band. 2332 2337