[PATCH 0/2] pinctrl: stm32; Fix build issue in -next and make compile-testing possible

From: Maxime Coquelin
Date: Mon Feb 08 2016 - 13:04:22 EST


This two-patches series fixes two problems on stm32 pinctrl driver:
1 - As reported by Arnd, there is a missing dependency with DT Bindings
headers on Linus' pinctrl/devel branch. This dependency is in fact not needed,
so the first patch removes it.
2 - The driver could be selected for compile testing via menuconfig, but
the Makefile only selected stm32 driver directory if ARCH_STM32 was selected.
The second patch selects the stm32 driver if PINCTRL_STM32 is selected.

Regards,
Maxime

Maxime Coquelin (2):
pinctrl: stm32: Remove dependency with DT bindings header files
pinctrl: stm32: Fix compile testing selection

drivers/pinctrl/Makefile | 2 +-
drivers/pinctrl/stm32/pinctrl-stm32.c | 2 --
drivers/pinctrl/stm32/pinctrl-stm32.h | 8 ++++++++
3 files changed, 9 insertions(+), 3 deletions(-)

--
1.9.1