Searched +full:vf610 +full:- +full:adc (Results 1 – 17 of 17) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/adc/ |
| D | fsl,vf610-adc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/iio/adc/fsl,vf610-adc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: ADC found on Freescale vf610 and similar SoCs 10 - Fugang Duan <fugang.duan@nxp.com> 13 ADCs found on vf610/i.MX6slx and upward SoCs from Freescale. 17 const: fsl,vf610-adc 26 description: ADC source clock (ipg clock) 29 clock-names: [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/iio/adc/ |
| D | vf610-adc.txt | 1 Freescale vf610 Analog to Digital Converter bindings 3 The devicetree bindings are for the new ADC driver written for 4 vf610/i.MX6slx and upward SoCs from Freescale. 7 - compatible: Should contain "fsl,vf610-adc" 8 - reg: Offset and length of the register set for the device 9 - interrupts: Should contain the interrupt for the device 10 - clocks: The clock is needed by the ADC controller, ADC clock source is ipg clock. 11 - clock-names: Must contain "adc", matching entry in the clocks property. 12 - vref-supply: The regulator supply ADC reference voltage. 15 - fsl,adck-max-frequency: Maximum frequencies according to datasheets operating [all …]
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | vfxxx.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 5 #include "vf610-pinfunc.h" 6 #include <dt-bindings/clock/vf610-clock.h> 7 #include <dt-bindings/interrupt-controller/irq.h> 8 #include <dt-bindings/gpio/gpio.h> 32 compatible = "fixed-clock"; 33 #clock-cells = <0>; 34 clock-frequency = <24000000>; 38 compatible = "fixed-clock"; 39 #clock-cells = <0>; [all …]
|
| D | vf610-zii-scu4-aib.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 // Copyright (C) 2016-2018 Zodiac Inflight Innovations 5 /dts-v1/; 6 #include "vf610.dtsi" 9 model = "ZII VF610 SCU4 AIB"; 10 compatible = "zii,vf610scu4-aib", "zii,vf610dev", "fsl,vf610"; 13 stdout-path = &uart0; 21 gpio-leds { 22 compatible = "gpio-leds"; 23 pinctrl-0 = <&pinctrl_leds_debug>; [all …]
|
| D | imx6sx.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 5 #include <dt-bindings/clock/imx6sx-clock.h> 6 #include <dt-bindings/gpio/gpio.h> 7 #include <dt-bindings/input/input.h> 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 9 #include "imx6sx-pinfunc.h" 12 #address-cells = <1>; 13 #size-cells = <1>; 16 * pre-existing /chosen node to be available to insert the 57 #address-cells = <1>; [all …]
|
| D | imx6ul.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 5 #include <dt-bindings/clock/imx6ul-clock.h> 6 #include <dt-bindings/gpio/gpio.h> 7 #include <dt-bindings/input/input.h> 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 9 #include "imx6ul-pinfunc.h" 12 #address-cells = <1>; 13 #size-cells = <1>; 16 * pre-existing /chosen node to be available to insert the 55 #address-cells = <1>; [all …]
|
| /kernel/linux/linux-4.19/arch/arm/boot/dts/ |
| D | vfxxx.dtsi | 4 * This file is dual-licensed: you can use it either under the terms 42 #include "vf610-pinfunc.h" 43 #include <dt-bindings/clock/vf610-clock.h> 44 #include <dt-bindings/interrupt-controller/irq.h> 45 #include <dt-bindings/gpio/gpio.h> 69 compatible = "fixed-clock"; 70 #clock-cells = <0>; 71 clock-frequency = <24000000>; 75 compatible = "fixed-clock"; 76 #clock-cells = <0>; [all …]
|
| D | imx6sx.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 5 #include <dt-bindings/clock/imx6sx-clock.h> 6 #include <dt-bindings/gpio/gpio.h> 7 #include <dt-bindings/input/input.h> 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 9 #include "imx6sx-pinfunc.h" 12 #address-cells = <1>; 13 #size-cells = <1>; 16 * pre-existing /chosen node to be available to insert the 57 #address-cells = <1>; [all …]
|
| D | imx6ul.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 5 #include <dt-bindings/clock/imx6ul-clock.h> 6 #include <dt-bindings/gpio/gpio.h> 7 #include <dt-bindings/input/input.h> 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 9 #include "imx6ul-pinfunc.h" 12 #address-cells = <1>; 13 #size-cells = <1>; 16 * pre-existing /chosen node to be available to insert the 55 #address-cells = <1>; [all …]
|
| /kernel/linux/linux-4.19/drivers/iio/adc/ |
| D | vf610_adc.c | 2 * Freescale Vybrid vf610 ADC driver 44 #define DRIVER_NAME "vf610-adc" 46 /* Vybrid/IMX ADC registers */ 191 struct vf610_adc_feature *adc_feature = &info->adc_feature; in vf610_adc_calculate_rates() 192 unsigned long adck_rate, ipg_rate = clk_get_rate(info->clk); in vf610_adc_calculate_rates() 196 adck_rate = info->max_adck_rate[adc_feature->conv_mode]; in vf610_adc_calculate_rates() 201 adc_feature->clk_div = 1 << fls(divisor + 1); in vf610_adc_calculate_rates() 203 /* fall-back value using a safe divisor */ in vf610_adc_calculate_rates() 204 adc_feature->clk_div = 8; in vf610_adc_calculate_rates() 207 adck_rate = ipg_rate / adc_feature->clk_div; in vf610_adc_calculate_rates() [all …]
|
| D | Kconfig | 2 # ADC drivers 14 tristate "Analog Devices AD7265/AD7266 ADC driver" 27 tristate "Analog Devices AD7291 ADC driver" 31 8 Channel ADC with temperature sensor. 37 tristate "Analog Devices AD7298 ADC driver" 43 8 Channel ADC with temperature sensor. 49 tristate "Analog Devices AD7476 and similar 1-channel ADCs driver" 56 AD7495, AD7910, AD7920, AD7920 SPI analog to digital converters (ADC). 62 tristate "Analog Devices AD7766/AD7767 ADC driver" 67 Say yes here to build support for Analog Devices AD7766, AD7766-1, [all …]
|
| /kernel/linux/linux-5.10/drivers/iio/adc/ |
| D | vf610_adc.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Freescale Vybrid vf610 ADC driver 31 #define DRIVER_NAME "vf610-adc" 33 /* Vybrid/IMX ADC registers */ 182 struct vf610_adc_feature *adc_feature = &info->adc_feature; in vf610_adc_calculate_rates() 183 unsigned long adck_rate, ipg_rate = clk_get_rate(info->clk); in vf610_adc_calculate_rates() 187 adck_rate = info->max_adck_rate[adc_feature->conv_mode]; in vf610_adc_calculate_rates() 192 adc_feature->clk_div = 1 << fls(divisor + 1); in vf610_adc_calculate_rates() 194 /* fall-back value using a safe divisor */ in vf610_adc_calculate_rates() 195 adc_feature->clk_div = 8; in vf610_adc_calculate_rates() [all …]
|
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 # ADC drivers 10 bool "ST-Ericsson AB8500 GPADC driver" 25 tristate "Analog Devices AD7091R5 ADC 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 37 SPI analog to digital converters (ADC). 43 tristate "Analog Devices AD7190 AD7192 AD7193 AD7195 ADC driver" 48 AD7192, AD7193 or AD7195 SPI analog to digital converters (ADC). [all …]
|
| /kernel/linux/linux-4.19/drivers/iio/dac/ |
| D | Kconfig | 9 tristate "Analog Devices AD5064 and similar multi-channel DAC driver" 13 AD5045, AD5064, AD5064-1, AD5065, AD5625, AD5625R, AD5627, AD5627R, 27 AD5362, AD5363, AD5370, AD5371, AD5373 multi-channel 40 AD5382, AD5383, AD5384, AD5390, AD5391, AD5392 multi-channel 50 Say yes here to build support for Analog Devices AD5421 loop-powered 51 digital-to-analog convertors (DAC). 83 tristate "Analog Devices AD5592R ADC/DAC driver" 95 tristate "Analog Devices AD5593R ADC/DAC driver" 124 tristate "Linear Technology LTC2632-12/10/8 DAC spi driver" 128 LTC2632-12, LTC2632-10, LTC2632-8 converters (DAC). [all …]
|
| /kernel/linux/linux-5.10/drivers/iio/dac/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 10 tristate "Analog Devices AD5064 and similar multi-channel DAC driver" 14 AD5045, AD5064, AD5064-1, AD5065, AD5625, AD5625R, AD5627, AD5627R, 28 AD5362, AD5363, AD5370, AD5371, AD5373 multi-channel 41 AD5382, AD5383, AD5384, AD5390, AD5391, AD5392 multi-channel 51 Say yes here to build support for Analog Devices AD5421 loop-powered 52 digital-to-analog convertors (DAC). 84 tristate "Analog Devices AD5592R ADC/DAC driver" 96 tristate "Analog Devices AD5593R ADC/DAC driver" 128 tristate "Analog Devices AD5686 and similar multi-channel DACs (SPI)" [all …]
|
| /kernel/linux/linux-5.10/ |
| D | MAINTAINERS | 9 ------------------------- 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. 81 --------------------------------------------------- 97 W: *Web-page* with status/info [all …]
|
| /kernel/linux/linux-4.19/ |
| D | MAINTAINERS | 28 'diff -u' to make the patch easy to merge. Be prepared to get your 38 See Documentation/process/coding-style.rst for guidance here. 44 See Documentation/process/submitting-patches.rst for details. 55 include a Signed-off-by: line. The current version of this 57 Documentation/process/submitting-patches.rst. 68 that the bug would present a short-term risk to other users if it 84 W: Web-page with status/info 85 B: URI for where to file bugs. A web-page with detailed bug 109 N: [^a-z]tegra all files whose path contains the word tegra 137 ----------------------------------- [all …]
|