Home
last modified time | relevance | path

Searched +full:ad7606 +full:- +full:8 (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dad7606_par.c1 // SPDX-License-Identifier: GPL-2.0
3 * AD7606 Parallel Interface ADC driver
15 #include "ad7606.h"
23 insw((unsigned long)st->base_address, buf, count); in ad7606_par16_read_block()
38 insb((unsigned long)st->base_address, buf, count * 2); in ad7606_par8_read_block()
60 addr = devm_ioremap_resource(&pdev->dev, res); in ad7606_par_probe()
66 return ad7606_probe(&pdev->dev, irq, addr, in ad7606_par_probe()
67 id->name, id->driver_data, in ad7606_par_probe()
73 { .name = "ad7605-4", .driver_data = ID_AD7605_4, },
74 { .name = "ad7606-4", .driver_data = ID_AD7606_4, },
[all …]
H A Dad7606_spi.c1 // SPDX-License-Identifier: GPL-2.0
3 * AD7606 SPI ADC driver
14 #include "ad7606.h"
27 * For channels from second group(8-15) the order is the same, only with
58 AD7616_CHANNEL(8),
69 IIO_CHAN_SOFT_TIMESTAMP(8),
81 1, 2, 4, 8, 16, 32, 64, 128, 256
113 dev_err(&spi->dev, "SPI read error\n"); in ad7606_spi_read_block()
125 struct spi_device *spi = to_spi_device(st->dev); in ad7606_spi_reg_read()
128 .tx_buf = &st->d16[0], in ad7606_spi_reg_read()
[all …]
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
10 bool "ST-Ericsson AB8500 GPADC driver"
29 Say yes here to build support for Analog Devices AD7091R-5 ADC.
32 tristate "Analog Devices AD7124 and similar sigma-delta ADCs driver"
36 Say yes here to build support for Analog Devices AD7124-4 and AD7124-8
72 8 Channel ADC with temperature sensor.
82 8 Channel ADC with temperature sensor.
94 8 Channel ADC with temperature sensor.
100 tristate "Analog Devices AD7476 1-channel ADCs driver and other similar devices from AD an TI"
115 config AD7606 config
[all …]
H A Dad7606.c1 // SPDX-License-Identifier: GPL-2.0
3 * AD7606 SPI ADC driver
28 #include "ad7606.h"
44 1, 2, 4, 8, 16, 32, 64,
47 static const unsigned int ad7616_oversampling_avail[8] = {
48 1, 2, 4, 8, 16, 32, 64, 128,
53 if (st->gpio_reset) { in ad7606_reset()
54 gpiod_set_value(st->gpio_reset, 1); in ad7606_reset()
56 gpiod_set_value(st->gpio_reset, 0); in ad7606_reset()
60 return -ENODEV; in ad7606_reset()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/adc/
H A Dadi,ad7606.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/iio/adc/adi,ad7606.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Analog Devices AD7606 Simultaneous Sampling ADC
10 - Beniamin Bia <beniamin.bia@analog.com>
11 - Stefan Popa <stefan.popa@analog.com>
14 Analog Devices AD7606 Simultaneous Sampling ADC
15 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7606_7606-6_7606-4.pdf
16 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7606B.pdf
[all …]
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS9 -------------------------
30 ``diff -u`` to make the patch easy to merge. Be prepared to get your
40 See Documentation/process/coding-style.rst for guidance here.
46 See Documentation/process/submitting-patches.rst for details.
57 include a Signed-off-by: line. The current version of this
59 Documentation/process/submitting-patches.rst.
70 that the bug would present a short-term risk to other users if it
76 Documentation/admin-guide/security-bugs.rst for details.
78 8. Happy hacking.
81 ---------------------------------------------------
[all …]