2016-02-01 11:21 GMT+01:00 Arnd Bergmann <arnd@xxxxxxxx>:I have rebased the series, taking care to fix the mentioned problems.
On Wednesday 27 January 2016 14:16:32 Linus Walleij wrote:Right, I missed to notify this dependency to Linus, sorry about that.
On Thu, Jan 14, 2016 at 1:16 PM, Maxime CoquelinThis breaks the kernel build, please revert:
<mcoquelin.stm32@xxxxxxxxx> wrote:
This patch adds pinctrl and GPIO support to STMicroelectronic's STM32This patch applied for kernel v4.6.
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 <patrice.chotard@xxxxxx>
Signed-off-by: Maxime Coquelin <mcoquelin.stm32@xxxxxxxxx>
drivers/pinctrl/stm32/pinctrl-stm32.c:26:47: fatal error: dt-bindings/pinctrl/pinctrl-stm32.h: No such file or directory
This dependency is no more needed, so I could just move the macros to
the driver side.
Note that I also noticed a breakage at build time due to field
renaming in gpio_chip structure (dev -> parent).
I propose to rebase the series and move the defines into the driver.
Is it ok for you?