Searched +full:twl6030 +full:- +full:gpadc (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/iio/adc/ |
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-6.12.1/Documentation/devicetree/bindings/mfd/ |
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-6.12.1/arch/arm/boot/dts/ti/omap/ |
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 …]
|
D | omap4-epson-embt2ws.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 5 /dts-v1/; 7 #include <dt-bindings/leds/common.h> 8 #include <dt-bindings/input/input.h> 12 model = "Epson Moverio BT-200"; 20 backlight-left { 21 compatible = "pwm-backlight"; 23 power-supply = <&unknown_supply>; 26 backlight-right { 27 compatible = "pwm-backlight"; [all …]
|
/linux-6.12.1/drivers/iio/adc/ |
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 …]
|
D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 7 obj-$(CONFIG_AB8500_GPADC) += ab8500-gpadc.o 8 obj-$(CONFIG_AD_SIGMA_DELTA) += ad_sigma_delta.o 9 obj-$(CONFIG_AD4000) += ad4000.o 10 obj-$(CONFIG_AD4130) += ad4130.o 11 obj-$(CONFIG_AD4695) += ad4695.o 12 obj-$(CONFIG_AD7091R) += ad7091r-base.o 13 obj-$(CONFIG_AD7091R5) += ad7091r5.o 14 obj-$(CONFIG_AD7091R8) += ad7091r8.o 15 obj-$(CONFIG_AD7124) += ad7124.o [all …]
|
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 10 bool "ST-Ericsson AB8500 GPADC driver" 14 AB8500 Analog Baseband, mixed signal integrated circuit GPADC 45 Say yes here to build support for Analog Devices AD4130-8 SPI analog 73 Say yes here to build support for Analog Devices AD7091R-5 ADC. 81 Say yes here to build support for Analog Devices AD7091R-2, AD7091R-4, 82 and AD7091R-8 ADC. 88 tristate "Analog Devices AD7124 and similar sigma-delta ADCs driver" 92 Say yes here to build support for Analog Devices AD7124-4 and AD7124-8 107 - AD7172-2 [all …]
|
/linux-6.12.1/drivers/mfd/ |
D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 6 88pm860x-objs := 88pm860x-core.o 88pm860x-i2c.o 7 obj-$(CONFIG_MFD_88PM860X) += 88pm860x.o 8 obj-$(CONFIG_MFD_88PM800) += 88pm800.o 88pm80x.o 9 obj-$(CONFIG_MFD_88PM805) += 88pm805.o 88pm80x.o 10 obj-$(CONFIG_MFD_88PM886_PMIC) += 88pm886.o 11 obj-$(CONFIG_MFD_ACT8945A) += act8945a.o 12 obj-$(CONFIG_MFD_SM501) += sm501.o 13 obj-$(CONFIG_ARCH_BCM2835) += bcm2835-pm.o 14 obj-$(CONFIG_MFD_BCM590XX) += bcm590xx.o [all …]
|
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 57 tristate "Active-semi ACT8945A" 62 Support for the ACT8945A PMIC from Active-semi. This device 63 features three step-down DC/DC converters and four low-dropout 68 tristate "Allwinner sunxi platforms' GPADC MFD driver" 79 sun4i-gpadc-iio and the hwmon driver iio_hwmon. 82 called sun4i-gpadc. 113 tablets etc. It has 4 DC/DC step-down regulators, 3 DC/DC step-down 144 over at91-usart-serial driver and usart-spi-driver. Only one function 160 tristate "Atmel HLCDC (High-end LCD Controller)" [all …]
|
/linux-6.12.1/ |
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 …]
|