Searched +full:twl6030 +full:- +full:gpadc (Results 1 – 8 of 8) sorted by relevance
/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | ti,twl6030-gpadc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/iio/adc/ti,twl6030-gpadc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: GPADC subsystem in the TWL6030 power module 10 - Andreas Kemnade <andreas@kemnade.info> 13 The GPADC subsystem in the TWL603X consists of a 10-bit ADC 14 combined with a 15-input analog multiplexer in the TWL6030 resp. a 15 19-input analog muliplexer in the TWL6032. 20 - ti,twl6030-gpadc [all …]
|
/linux/Documentation/devicetree/bindings/mfd/ |
H A D | ti,twl.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Andreas Kemnade <andreas@kemnade.info> 19 - if: 26 "^regulator-": 30 - ti,twl4030-vaux1 31 - ti,twl4030-vaux2 32 - ti,twl4030-vaux3 33 - ti,twl4030-vaux4 [all …]
|
/linux/arch/arm/boot/dts/ti/omap/ |
H A D | twl6030.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/ 8 * https://www.ti.com/lit/ds/symlink/twl6030.pdf 11 compatible = "ti,twl6030"; 12 interrupt-controller; 13 #interrupt-cells = <1>; 16 compatible = "ti,twl4030-rtc"; 20 vaux1: regulator-vaux1 { 21 compatible = "ti,twl6030-vaux1"; 22 regulator-min-microvolt = <1000000>; [all …]
|
/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | ti,twl6030-charger.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/power/supply/ti,twl6030-charger.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: TWL6030/32 BCI (Battery Charger Interface) 11 precharging. The GPADC in the PMIC has to be used to get the related 15 - Andreas Kemnade <andreas@kemnade.info> 18 - $ref: power-supply.yaml# 23 - const: ti,twl6030-charger 24 - items: [all …]
|
/linux/drivers/iio/adc/ |
H A D | twl6030-gpadc.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * TWL6030 GPADC module driver 5 * Copyright (C) 2009-2013 Texas Instruments Inc. 13 * Based on twl4030-madc.c 30 * twl6030 per TRM has 17 channels, and twl6032 has 19 channels 74 * struct twl6030_chnl_calib - channel calibration 86 * struct twl6030_ideal_code - GPADC calibration parameters 87 * GPADC is calibrated in two points: close to the beginning and 107 * struct twl6030_gpadc_platform_data - platform specific data 108 * @nchannels: number of GPADC channels [all …]
|
H A D | Makefile | 1 # 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_AD4130) += ad4130.o 14 obj-$(CONFIG_AD4695) += ad4695.o 15 obj-$(CONFIG_AD4851) += ad4851.o 16 obj-$(CONFIG_AD7091R) += ad7091r-base.o [all …]
|
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 13 bool "ST-Ericsson AB8500 GPADC driver" 17 AB8500 Analog Baseband, mixed signal integrated circuit GPADC 67 Say yes here to build support for Analog Devices AD4130-8 SPI analog 111 Say yes here to build support for Analog Devices AD7091R-5 ADC. 119 Say yes here to build support for Analog Devices AD7091R-2, AD7091R-4, 120 and AD7091R-8 ADC. 126 tristate "Analog Devices AD7124 and similar sigma-delta ADCs driver" 130 Say yes here to build support for Analog Devices AD7124-4 and AD7124-8 146 - AD7172-2 [all …]
|
/linux/ |
H A D | MAINTAINERS | 5 --------------------------------------------------- 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 …]
|