[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1454954259-4923-1-git-send-email-mcoquelin.stm32@gmail.com>
Date: Mon, 8 Feb 2016 18:57:37 +0100
From: Maxime Coquelin <mcoquelin.stm32@...il.com>
To: patrice.chotard@...com, Linus Walleij <linus.walleij@...aro.org>,
Mark Rutland <mark.rutland@....com>,
Rob Herring <robh+dt@...nel.org>, linux-gpio@...r.kernel.org,
arnd@...db.de
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
afaerber@...e.de, devicetree@...r.kernel.org,
Daniel Thompson <daniel.thompson@...aro.org>,
bruherrera@...il.com
Subject: [PATCH 0/2] pinctrl: stm32; Fix build issue in -next and make compile-testing possible
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
Powered by blists - more mailing lists