]> www.infradead.org Git - users/jedix/linux-maple.git/commit
iio: adc: ad7625: add driver
authorTrevor Gamblin <tgamblin@baylibre.com>
Mon, 9 Sep 2024 14:30:48 +0000 (10:30 -0400)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 14 Oct 2024 18:33:56 +0000 (19:33 +0100)
commitb7ffd0fa65e96283ab4cced9195b67bf9e7a2f2a
tree8619792497f5012b8815daa4f5f006c9087f2bf2
parent29301cc33957785897106bc58950c2c87d904f8d
iio: adc: ad7625: add driver

Add a driver for the AD762x and AD796x family of ADCs. These are
pin-compatible devices using an LVDS interface for data transfer,
capable of sampling at rates of 6 (AD7625), 10 (AD7626), and 5
(AD7960/AD7961) MSPS, respectively. They also feature multiple voltage
reference options based on the configuration of the EN1/EN0 pins, which
can be set in the devicetree.

Reviewed-by: Nuno Sa <nuno.sa@analog.com>
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Link: https://patch.msgid.link/20240909-ad7625_r1-v5-2-60a397768b25@baylibre.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
MAINTAINERS
drivers/iio/adc/Kconfig
drivers/iio/adc/Makefile
drivers/iio/adc/ad7625.c [new file with mode: 0644]