[PATCH v4 4/9] pinctrl: Add STM32 MCUs support
From: arnd@arndb.de (Arnd Bergmann)
Date: 2016-02-01 10:22:28
Also in:
linux-devicetree, linux-gpio, lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2016-02-01 10:22:28
Also in:
linux-devicetree, linux-gpio, lkml
On Wednesday 27 January 2016 14:16:32 Linus Walleij wrote:
On Thu, Jan 14, 2016 at 1:16 PM, Maxime Coquelin [off-list ref] wrote:quoted
This patch adds pinctrl and GPIO support to STMicroelectronic's STM32 family of MCUs. While it only supports STM32F429 for now, it has been designed to enable support of other MCUs of the family (e.g. STM32F746). Acked-by: Patrice Chotard <redacted> Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>This patch applied for kernel v4.6.
This breaks the kernel build, please revert: drivers/pinctrl/stm32/pinctrl-stm32.c:26:47: fatal error: dt-bindings/pinctrl/pinctrl-stm32.h: No such file or directory Arnd