[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1491577811-26989-1-git-send-email-alexandre.torgue@st.com>
Date: Fri, 7 Apr 2017 17:10:07 +0200
From: Alexandre TORGUE <alexandre.torgue@...com>
To: Linus Walleij <linus.walleij@...aro.org>,
Maxime Coquelin <mcoquelin.stm32@...il.com>,
Patrice Chotard <patrice.chotard@...com>,
Paul Gortmaker <paul.gortmaker@...driver.com>,
Rob Herring <robh+dt@...nel.org>
CC: <linux-kernel@...r.kernel.org>, <linux-gpio@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<devicetree@...r.kernel.org>
Subject: [PATCH 0/4] Add fixes to STM32 pintrl
This series add several fixes to STM32 pinctrl:
- Set input mode when PIN is used as interrupt
- Implement .get_direction() gpio_chip callback
- In DT: set each gpio controller as a interrupt controller. User who
wants to use gpio as interrupt will have choice to use either "gpiolib"
interface or "common" interrupt interface.
Regards
Alex
Alexandre TORGUE (4):
pinctrl: stm32: set pin to gpio input when used as interrupt
pinctrl: stm32: replace device_initcall() with arch_initcall()
pinctrl: stm32: Implement .get_direction gpio_chip callback
ARM: dts: stm32: Set gpio controller also as interrupt controller
arch/arm/boot/dts/stm32f429.dtsi | 22 +++++++++++++++
arch/arm/boot/dts/stm32f746.dtsi | 22 +++++++++++++++
drivers/pinctrl/stm32/pinctrl-stm32.c | 47 +++++++++++++++++++++++++++++--
drivers/pinctrl/stm32/pinctrl-stm32.h | 5 +++-
drivers/pinctrl/stm32/pinctrl-stm32f429.c | 6 +++-
drivers/pinctrl/stm32/pinctrl-stm32f746.c | 7 ++++-
drivers/pinctrl/stm32/pinctrl-stm32h743.c | 6 +++-
7 files changed, 109 insertions(+), 6 deletions(-)
--
1.9.1
Powered by blists - more mailing lists