mbox series

[0/2] STM32 pinctrl updates

Message ID 1531745857-5561-1-git-send-email-alexandre.torgue@st.com
Headers show
Series STM32 pinctrl updates | expand

Message

Alexandre TORGUE July 16, 2018, 12:57 p.m. UTC
Hi, 

This series includes two updates for stm32 pinctrl driver:

 -Fixes the way to map a gpio bank to an EXTi line.
 -Check "status" devicetree entry (in gpio-contriller node) before registering
  a new gpio bank.

Regards
Alex

Alexandre Torgue (2):
  pinctrl: stm32: fix bank io port number
  pinctrl: stm32: check node status before new gpio bank registering

 .../bindings/pinctrl/st,stm32-pinctrl.txt          |  2 ++
 drivers/pinctrl/stm32/pinctrl-stm32.c              | 27 +++++++++++++++++++---
 2 files changed, 26 insertions(+), 3 deletions(-)