Searched +full:palmas +full:- +full:gpadc (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/drivers/iio/adc/ |
D | palmas_gpadc.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * palmas-adc.c -- TI PALMAS GPADC. 19 #include <linux/mfd/palmas.h> 27 #define MOD_NAME "palmas-gpadc" 30 #define PALMAS_GPADC_TRIMINVALID -1 80 * struct palmas_gpadc - the palmas_gpadc structure 91 * @extended_delay: enable the gpadc extended delay mode 100 * This is the palmas_gpadc structure to store run-time information 105 struct palmas *palmas; member 123 * GPADC lock issue in AUTO mode. [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 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 111 tristate "Analog Devices AD7476 1-channel ADCs driver and other similar devices from AD and TI" 137 ad7605-4, ad7606, ad7606-6, ad7606-4 analog to digital converters (ADC). 148 ad7605-4, ad7606, ad7606-6, ad7606-4 analog to digital converters (ADC). 159 Say yes here to build support for Analog Devices AD7766, AD7766-1, [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/iio/adc/ |
D | ti,palmas-gpadc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/iio/adc/ti,palmas-gpadc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Palmas general purpose ADC IP block devicetree bindings 10 - Tony Lindgren <tony@atomide.com> 13 This ADC is often used to provide channels via the io-channels 27 11 DC-DC current probe (how does this work?) 35 const: ti,palmas-gpadc 41 "#io-channel-cells": [all …]
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | omap5-board-common.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ 6 #include <dt-bindings/interrupt-controller/irq.h> 7 #include <dt-bindings/interrupt-controller/arm-gic.h> 15 stdout-path = &uart3; 18 vmain: fixedregulator-vmain { 19 compatible = "regulator-fixed"; 20 regulator-name = "vmain"; 21 regulator-min-microvolt = <5000000>; 22 regulator-max-microvolt = <5000000>; [all …]
|
/Linux-v6.1/include/linux/mfd/ |
D | palmas.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * TI Palmas 5 * Copyright 2011-2013 Texas Instruments Inc. 18 #include <linux/extcon-provider.h> 29 #define TPS65917_RESERVED -1 36 * Palmas PMIC feature types 38 * PALMAS_PMIC_FEATURE_SMPS10_BOOST - used when the PMIC provides SMPS10_BOOST 41 * PALMAS_PMIC_HAS(b, f) - macro to check if a bandgap device is capable of a 42 * specific feature (above) or not. Return non-zero, if yes. 46 ((b)->features & PALMAS_PMIC_FEATURE_ ## f) [all …]
|
/Linux-v6.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_ACT8945A) += act8945a.o 11 obj-$(CONFIG_MFD_SM501) += sm501.o 12 obj-$(CONFIG_MFD_ASIC3) += asic3.o tmio_core.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 44 tristate "Active-semi ACT8945A" 49 Support for the ACT8945A PMIC from Active-semi. This device 50 features three step-down DC/DC converters and four low-dropout 55 tristate "Allwinner sunxi platforms' GPADC MFD driver" 66 sun4i-gpadc-iio and the hwmon driver iio_hwmon. 69 called sun4i-gpadc. 88 tablets etc. It has 4 DC/DC step-down regulators, 3 DC/DC step-down 119 over at91-usart-serial driver and usart-spi-driver. Only one function 135 tristate "Atmel HLCDC (High-end LCD Controller)" [all …]
|
/Linux-v6.1/ |
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 …]
|