Home
last modified time | relevance | path

Searched +full:ad4170 +full:- +full:4 (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/devicetree/bindings/iio/adc/
H A Dadi,ad4170-4.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/iio/adc/adi,ad4170-4.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Analog Devices AD4170-4 and similar Analog to Digital Converters
10 - Marcelo Schmitt <marcelo.schmitt@analog.com>
13 Analog Devices AD4170-4 series of Sigma-delta Analog to Digital Converters.
15 https://www.analog.com/media/en/technical-documentation/data-sheets/ad4170-4.pdf
16 https://www.analog.com/media/en/technical-documentation/data-sheets/ad4190-4.pdf
17 https://www.analog.com/media/en/technical-documentation/data-sheets/ad4195-4.pdf
[all …]
/linux/drivers/iio/adc/
H A Dad4170-4.c1 // SPDX-License-Identifier: GPL-2.0+
3 * Analog Devices AD4170-4 ADC driver
6 * Author: Ana-Maria Cusco <ana-maria.cusco@analog.com>
17 #include <linux/clk-provider.h>
43 * AD4170 registers
64 #define AD4170_CHAN_SETUP_REG(x) (0x81 + 4 * (x))
65 #define AD4170_CHAN_MAP_REG(x) (0x83 + 4 * (x))
81 /* AD4170_CONFIG_A_REG - INTERFACE_CONFIG_A REGISTER */
85 #define AD4170_PIN_MUXING_DIG_AUX1_CTRL_MSK GENMASK(5, 4)
92 #define AD4170_ADC_CTRL_CONT_READ_MSK GENMASK(5, 4)
[all …]
H A DMakefile1 # SPDX-License-Identifier: GPL-2.0
6 obj-$(CONFIG_IIO_ADC_HELPER) += industrialio-adc.o
9 obj-$(CONFIG_AB8500_GPADC) += ab8500-gpadc.o
10 obj-$(CONFIG_AD_SIGMA_DELTA) += ad_sigma_delta.o
11 obj-$(CONFIG_AD4000) += ad4000.o
12 obj-$(CONFIG_AD4030) += ad4030.o
13 obj-$(CONFIG_AD4080) += ad4080.o
14 obj-$(CONFIG_AD4130) += ad4130.o
15 obj-$(CONFIG_AD4170_4) += ad4170-4.o
16 obj-$(CONFIG_AD4695) += ad4695.o
[all …]
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
13 bool "ST-Ericsson AB8500 GPADC driver"
67 high speed, low noise, low distortion, 20-bit, Easy Drive,
68 successive approximation register (SAR) analog-to-digital
83 Say yes here to build support for Analog Devices AD4130-8 SPI analog
91 tristate "Analog Device AD4170-4 ADC Driver"
99 Say yes here to build support for Analog Devices AD4170-4 SPI analog
103 called ad4170-4.
143 Say yes here to build support for Analog Devices AD7091R-5 ADC.
151 Say yes here to build support for Analog Devices AD7091R-2, AD7091R-4,
[all …]
/linux/
H A DMAINTAINERS5 ---------------------------------------------------
21 W: *Web-page* with status/info
23 B: URI for where to file *bugs*. A web-page with detailed bug
28 patches to the given subsystem. This is either an in-tree file,
29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst
46 N: [^a-z]tegra all files whose path contains tegra
64 ----------------
83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
85 L: linux-scsi@vger.kernel.org
88 F: drivers/scsi/3w-*
[all …]