Searched +full:ep9301 +full:- +full:adc (Results 1 – 7 of 7) sorted by relevance
/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | cirrus,ep9301-adc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/iio/adc/cirrus,ep9301-adc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Cirrus Logic EP930x internal ADC 10 Cirrus Logic EP9301/EP9302 SoCs' internal ADC block. 13 https://cdn.embeddedts.com/resource-attachments/ts-7000_ep9301-ug.pdf 16 - Alexander Sverdlin <alexander.sverdlin@gmail.com> 20 const: cirrus,ep9301-adc 32 - compatible [all …]
|
/linux/arch/arm/boot/dts/cirrus/ |
H A D | ep93xx.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 5 #include <dt-bindings/gpio/gpio.h> 6 #include <dt-bindings/leds/common.h> 7 #include <dt-bindings/input/input.h> 8 #include <dt-bindings/clock/cirrus,ep9301-syscon.h> 11 compatible = "simple-bus"; 13 #address-cells = <1>; 14 #size-cells = <1>; 17 compatible = "cirrus,ep9301-syscon", "syscon"; 20 #clock-cells = <1>; [all …]
|
H A D | ep93xx-edb9302.dts | 1 // SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 5 /dts-v1/; 9 #address-cells = <1>; 10 #size-cells = <1>; 11 compatible = "cirrus,edb9302", "cirrus,ep9301"; 27 compatible = "audio-graph-card2"; 33 compatible = "gpio-leds"; 34 led-0 { 37 linux,default-trigger = "heartbeat"; 41 led-1 { [all …]
|
/linux/Documentation/iio/ |
H A D | ep93xx_adc.rst | 2 Cirrus Logic EP93xx ADC driver 8 The driver is intended to work on both low-end (EP9301, EP9302) devices with 9 5-channel ADC and high-end (EP9307, EP9312, EP9315) devices with 10-channel 10 touchscreen/ADC module. 15 Numbering scheme for channels 0..4 is defined in EP9301 and EP9302 datasheets. 22 +-----------------+---------------+ 26 +-----------------+---------------+ 28 +-----------------+---------------+ 30 +-----------------+---------------+ 32 +-----------------+---------------+ [all …]
|
/linux/drivers/pinctrl/ |
H A D | pinctrl-ep93xx.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * based on linux/drivers/pinctrl/pinmux-gemini.c 8 * This is a group-only pin controller. 23 #include <linux/pinctrl/pinconf-generic.h> 28 #include "pinctrl-utils.h" 30 #define DRIVER_NAME "pinctrl-ep93xx" 49 struct ep93xx_regmap_adev *aux = pmx->aux_dev; in ep93xx_pinctrl_update_bits() 51 aux->update_bits(aux->map, aux->lock, reg, mask, val); in ep93xx_pinctrl_update_bits() 73 * descriptions of the registers, “DeviceCfg” on page 5-25 and “SysCfg” on page 5-34, for a 118 /* ep9301, ep9302 */ [all …]
|
/linux/drivers/clk/ |
H A D | clk-ep93xx.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 6 * Based on a rewrite of arch/arm/mach-ep93xx/clock.c: 13 #include <linux/clk-provider.h> 20 #include <dt-bindings/clock/cirrus,ep9301-syscon.h> 105 return container_of(clk, struct ep93xx_clk_priv, reg[clk->idx]); in ep93xx_priv_from() 110 struct ep93xx_regmap_adev *aux = priv->aux_dev; in ep93xx_clk_write() 112 aux->write(aux->map, aux->lock, reg, val); in ep93xx_clk_write() 121 regmap_read(priv->map, clk->reg, &val); in ep93xx_clk_is_enabled() 123 return !!(val & BIT(clk->bit_idx)); in ep93xx_clk_is_enabled() 132 guard(spinlock_irqsave)(&priv->lock); in ep93xx_clk_enable() [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 …]
|