Searched +full:stm32 +full:- +full:dfsdm +full:- +full:dmic (Results 1 – 3 of 3) 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@foss.st.com>11 - Olivier Moysan <olivier.moysan@foss.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 …]
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 …]