All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add STM32F746 MCU pinctrl support
@ 2016-07-05 13:40 ` Alexandre TORGUE
  0 siblings, 0 replies; 28+ messages in thread
From: Alexandre TORGUE @ 2016-07-05 13:40 UTC (permalink / raw)
  To: Linus Walleij, Maxime Coquelin, Patrice Chotard, Paul Gortmaker,
	Rob Herring
  Cc: linux-gpio, linux-kernel, linux-arm-kernel, devicetree

This series adds STM32F746 pinctrl and GPIO support, relies on the
generic STM32 pinctrl driver.

Regards

Alex

Alexandre TORGUE (2):
  includes: dt-bindings: Add STM32F746 pinctrl DT bindings
  Documentation: dt: Add new compatible to STM32 pinctrl driver bindings

Maxime Coquelin (1):
  pinctrl: Add STM32F746 MCU support

 .../bindings/pinctrl/st,stm32-pinctrl.txt          |    1 +
 drivers/pinctrl/stm32/Kconfig                      |    6 +
 drivers/pinctrl/stm32/Makefile                     |    2 +
 drivers/pinctrl/stm32/pinctrl-stm32f746.c          | 1693 ++++++++++++++++++++
 include/dt-bindings/pinctrl/stm32f746-pinfunc.h    | 1335 +++++++++++++++
 5 files changed, 3037 insertions(+)
 create mode 100644 drivers/pinctrl/stm32/pinctrl-stm32f746.c
 create mode 100644 include/dt-bindings/pinctrl/stm32f746-pinfunc.h

-- 
1.9.1

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2016-07-06  7:50 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-05 13:40 [PATCH 0/3] Add STM32F746 MCU pinctrl support Alexandre TORGUE
2016-07-05 13:40 ` Alexandre TORGUE
2016-07-05 13:40 ` Alexandre TORGUE
2016-07-05 13:40 ` [PATCH 1/3] includes: dt-bindings: Add STM32F746 pinctrl DT bindings Alexandre TORGUE
2016-07-05 13:40   ` Alexandre TORGUE
2016-07-05 13:40   ` Alexandre TORGUE
2016-07-05 14:59   ` Linus Walleij
2016-07-05 14:59     ` Linus Walleij
2016-07-05 15:21     ` Alexandre Torgue
2016-07-05 15:21       ` Alexandre Torgue
2016-07-05 15:21       ` Alexandre Torgue
2016-07-05 13:40 ` [PATCH 2/3] pinctrl: Add STM32F746 MCU support Alexandre TORGUE
2016-07-05 13:40   ` Alexandre TORGUE
2016-07-05 13:40   ` Alexandre TORGUE
     [not found]   ` <1467726017-20041-3-git-send-email-alexandre.torgue-qxv4g6HH51o@public.gmane.org>
2016-07-05 14:02     ` Paul Gortmaker
2016-07-05 14:02       ` Paul Gortmaker
2016-07-05 14:02       ` Paul Gortmaker
2016-07-06  7:49       ` Alexandre Torgue
2016-07-06  7:49         ` Alexandre Torgue
2016-07-06  7:49         ` Alexandre Torgue
2016-07-05 15:01   ` Linus Walleij
2016-07-05 15:01     ` Linus Walleij
2016-07-05 13:40 ` [PATCH 3/3] Documentation: dt: Add new compatible to STM32 pinctrl driver bindings Alexandre TORGUE
2016-07-05 13:40   ` Alexandre TORGUE
2016-07-05 13:40   ` Alexandre TORGUE
     [not found]   ` <1467726017-20041-4-git-send-email-alexandre.torgue-qxv4g6HH51o@public.gmane.org>
2016-07-05 15:02     ` Linus Walleij
2016-07-05 15:02       ` Linus Walleij
2016-07-05 15:02       ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.