Searched +full:spi +full:- +full:midi +full:- +full:ns (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/spi/st,stm32-spi.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: STMicroelectronics STM32 SPI Controller bindings10 The STM32 SPI controller is used to communicate with external devices using11 the Serial Peripheral Interface. It supports full-duplex, half-duplex and13 from 4 to 32-bit data size.16 - Erwan Leray <erwan.leray@foss.st.com>17 - Fabrice Gasnier <fabrice.gasnier@foss.st.com>[all …]
1 // SPDX-License-Identifier: GPL-2.03 // STMicroelectronics STM32 SPI Controller driver (master mode only)5 // Copyright (C) 2017, STMicroelectronics - All Rights Reserved20 #include <linux/spi/spi.h>24 /* STM32F4 SPI registers */73 /* STM32F4 SPI Baud Rate min/max divisor */77 /* STM32H7 SPI registers */148 /* STM32H7 SPI Master Baud Rate min/max divisor */152 /* STM32H7 SPI Communication mode */158 /* SPI Communication type */[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 …]