Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1329439
| From | Maxime Coquelin <mcoquelin.stm32@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] pinctrl: stm32; Fix build issue in -next and make compile-testing possible |
| Date | 2016-02-08 19:10 +0100 |
| Message-ID | <qZYgr-75-17@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 0/2] pinctrl: stm32; Fix build issue in -next and make compile-testing possible Maxime Coquelin <mcoquelin.stm32@gmail.com> - 2016-02-08 19:10 +0100
csiph-web