linux/drivers/iio
Julien Stephan c904e6dcf4 iio: adc: ad7380: add support for adaq4370-4 and adaq4380-4
adaq4370-4 (2MSPS) and adaq4380-4 (4MSPS) are quad-channel precision data
acquisition signal chain μModule solutions compatible with the ad738x
family, with the following differences:

- pin selectable gain in front of each 4 adc
- internal reference is 3V derived from refin-supply (5V)
- additional supplies

This implies that IIO_CHAN_INFO_SCALE can not be shared by type for
these new devices.

Signed-off-by: Julien Stephan <jstephan@baylibre.com>
Reviewed-by: David Lechner <dlechner@baylibre.com>
Link: https://patch.msgid.link/20241030-ad7380-add-adaq4380-4-support-v4-4-864ff02babae@baylibre.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
2024-11-09 10:41:55 +00:00
..
accel iio: accel: mma9553: use specialized event code macros 2024-11-03 20:33:45 +00:00
adc iio: adc: ad7380: add support for adaq4370-4 and adaq4380-4 2024-11-09 10:41:55 +00:00
addac iio: addac: ad74413r: simplify with cleanup.h 2024-10-21 19:19:25 +01:00
afe iio: afe: rescale: Accept only offset channels 2023-10-17 20:25:32 +01:00
amplifiers IIO: 1st set of fixes for the 6.12 cycle. 2024-10-13 17:23:47 +02:00
buffer Merge 6.11-rc7 into char-misc-next 2024-09-09 08:36:23 +02:00
cdc iio: fix write_event_config signature 2024-11-03 20:33:44 +00:00
chemical iio: chemical: bme680: Add support for preheat current 2024-11-03 20:33:45 +00:00
common Merge 6.12-rc4 into char-misc-next 2024-10-21 08:42:22 +02:00
dac Merge commit '9365f0de4303f82ed4c2db1c39d3de824b249d80' into HEAD 2024-11-09 10:39:52 +00:00
dummy iio: dummy: use specialized event code macros 2024-11-03 20:33:45 +00:00
filter drivers: iio: filter: admv8818: add bypass mode 2023-08-08 09:51:06 +01:00
frequency Merge 6.12-rc4 into char-misc-next 2024-10-21 08:42:22 +02:00
gyro iio: fix write_event_config signature 2024-11-03 20:33:44 +00:00
health move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
humidity Linux 6.12-rc2 2024-10-12 11:43:29 +01:00
imu iio: imu: st_lsm6dsx: use bool for event state 2024-11-03 20:33:44 +00:00
light Merge commit '9365f0de4303f82ed4c2db1c39d3de824b249d80' into HEAD 2024-11-09 10:39:52 +00:00
magnetometer iio: magnetometer: add Allegro MicroSystems ALS31300 3-D Linear Hall Effect driver 2024-11-03 20:33:44 +00:00
multiplexer iio: multiplexer: Remove an unused field in struct mux 2024-05-27 09:48:56 +01:00
orientation iio: Switch back to struct platform_driver::remove() 2024-10-10 19:31:50 +01:00
position iio: fix write_event_config signature 2024-11-03 20:33:44 +00:00
potentiometer iio: potentiometer: max5487: Drop ACPI_PTR() usage 2024-01-23 22:06:55 +00:00
potentiostat iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0 2024-05-27 09:48:57 +01:00
pressure iio: pressure: bmp280: Move bmp085 interrupt to new configuration 2024-10-21 19:19:25 +01:00
proximity iio: fix write_event_config signature 2024-11-03 20:33:44 +00:00
resolver iio: resolver: ad2s1210: add missing select (TRIGGERED_)BUFFER in Kconfig 2024-10-06 16:30:38 +01:00
temperature iio: fix write_event_config signature 2024-11-03 20:33:44 +00:00
test iio: test: gts: test available times and gains sorting 2024-05-27 09:48:56 +01:00
trigger iio: Switch back to struct platform_driver::remove() 2024-10-10 19:31:50 +01:00
iio_core_trigger.h iio: core-trigger: make iio_device_register_trigger_consumer() an int return 2021-03-11 20:47:02 +00:00
iio_core.h iio: Add iio_read_channel_label to inkern API 2024-06-28 20:06:56 +01:00
industrialio-acpi.c iio: acpi: Add iio_get_acpi_device_name_and_data() helper function 2024-10-28 20:04:11 +00:00
industrialio-backend.c iio: backend: extend features 2024-11-01 14:54:48 +00:00
industrialio-buffer.c iio: core: annotate masklength as __private 2024-08-03 10:13:43 +01:00
industrialio-configfs.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
industrialio-core.c iio: Add channel type for attention 2024-11-03 20:33:43 +00:00
industrialio-event.c iio: event: use sizeof(*pointer) instead of sizeof(type) 2024-06-13 19:19:23 +01:00
industrialio-gts-helper.c iio: gts-helper: Fix memory leaks for the error path of iio_gts_build_avail_scale_table() 2024-10-19 15:10:33 +01:00
industrialio-sw-device.c iio: Don't use bare "unsigned" 2022-07-01 11:19:08 +01:00
industrialio-sw-trigger.c iio: core: Fix entry not deleted when iio_register_sw_trigger_type() fails 2022-11-12 17:53:35 +00:00
industrialio-trigger.c iio: trigger: allow devices to suspend/resume theirs associated trigger 2024-08-10 11:19:36 +01:00
industrialio-triggered-event.c iio: core: move @id from struct iio_dev to struct iio_dev_opaque 2021-05-17 13:49:13 +01:00
inkern.c iio: adc: Constify struct iio_map 2024-09-30 09:21:02 +01:00
Kconfig iio: core: Add new DMABUF interface infrastructure 2024-06-30 11:29:17 +01:00
Makefile iio: core: Add iio_read_acpi_mount_matrix() helper function 2024-04-29 20:53:25 +01:00
TODO iio: core: move 'mlock' to 'struct iio_dev_opaque' 2022-11-23 19:44:00 +00:00