Searched +full:stm32 +full:- +full:dfsdm +full:- +full:adc (Results 1 – 8 of 8) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/iio/adc/st,stm32-dfsdm-adc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: STMicroelectronics STM32 DFSDM ADC device driver10 - Fabrice Gasnier <fabrice.gasnier@st.com>11 - Olivier Moysan <olivier.moysan@st.com>14 STM32 DFSDM ADC is a sigma delta analog-to-digital converter dedicated to15 interface external sigma delta modulators to STM32 micro controllers.17 - Sigma delta modulators (motor control, metering...)[all …]
1 // SPDX-License-Identifier: GPL-2.03 * This file is the ADC part of the STM32 DFSDM driver5 * Copyright (C) 2017, STMicroelectronics - All Rights Reserved10 #include <linux/dma-mapping.h>11 #include <linux/iio/adc/stm32-dfsdm-adc.h>13 #include <linux/iio/hw-consumer.h>15 #include <linux/iio/timer/stm32-lptim-trigger.h>16 #include <linux/iio/timer/stm32-timer-trigger.h>27 #include "stm32-dfsdm.h"42 /* Limit filter output resolution to 31 bits. (i.e. sample range is +/-2^30) */[all …]
1 # SPDX-License-Identifier: GPL-2.03 # Makefile for IIO ADC drivers7 obj-$(CONFIG_AB8500_GPADC) += ab8500-gpadc.o8 obj-$(CONFIG_AD_SIGMA_DELTA) += ad_sigma_delta.o9 obj-$(CONFIG_AD7091R5) += ad7091r5.o ad7091r-base.o10 obj-$(CONFIG_AD7124) += ad7124.o11 obj-$(CONFIG_AD7192) += ad7192.o12 obj-$(CONFIG_AD7266) += ad7266.o13 obj-$(CONFIG_AD7291) += ad7291.o14 obj-$(CONFIG_AD7292) += ad7292.o[all …]
1 # SPDX-License-Identifier: GPL-2.0-only3 # ADC drivers10 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-837 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 …]
1 /* SPDX-License-Identifier: GPL-2.0 */3 * This file is part of STM32 ADC driver5 * Copyright (C) 2016, STMicroelectronics - All Rights Reserved14 * STM32 - ADC global register map17 * --------------------------------------------------------19 * --------------------------------------------------------21 * --------------------------------------------------------23 * --------------------------------------------------------25 * --------------------------------------------------------31 /* STM32F4 - Registers for each ADC instance */[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved6 #include <dt-bindings/interrupt-controller/arm-gic.h>7 #include <dt-bindings/clock/stm32mp1-clks.h>8 #include <dt-bindings/reset/stm32mp1-resets.h>11 #address-cells = <1>;12 #size-cells = <1>;15 #address-cells = <1>;16 #size-cells = <0>;19 compatible = "arm,cortex-a7";[all …]
1 // SPDX-License-Identifier: GPL-2.03 * This file is part of STM32 DFSDM ASoC DAI driver5 * Copyright (C) 2017, STMicroelectronics - All Rights Reserved18 #include <linux/iio/adc/stm32-dfsdm-adc.h>23 #define STM32_ADFSDM_DRV_NAME "stm32-adfsdm"65 mutex_lock(&priv->lock); in stm32_adfsdm_shutdown()66 if (priv->iio_active) { in stm32_adfsdm_shutdown()67 iio_channel_stop_all_cb(priv->iio_cb); in stm32_adfsdm_shutdown()68 priv->iio_active = false; in stm32_adfsdm_shutdown()70 mutex_unlock(&priv->lock); in stm32_adfsdm_shutdown()[all …]
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 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 this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]