Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1437030

[PATCH 0/3] Add STM32F746 MCU pinctrl support

From Alexandre TORGUE <alexandre.torgue@st.com>
Newsgroups linux.kernel
Subject [PATCH 0/3] Add STM32F746 MCU pinctrl support
Date 2016-07-05 15:50 +0200
Message-ID <rRyTD-3ri-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] Add STM32F746 MCU pinctrl support Alexandre TORGUE <alexandre.torgue@st.com> - 2016-07-05 15:50 +0200
  [PATCH 3/3] Documentation: dt: Add new compatible to STM32 pinctrl driver bindings Alexandre TORGUE <alexandre.torgue@st.com> - 2016-07-05 15:50 +0200
    Re: [PATCH 3/3] Documentation: dt: Add new compatible to STM32  pinctrl driver bindings Linus Walleij <linus.walleij@linaro.org> - 2016-07-05 17:10 +0200
  Re: [PATCH 2/3] pinctrl: Add STM32F746 MCU support Paul Gortmaker <paul.gortmaker@windriver.com> - 2016-07-05 16:10 +0200
    Re: [PATCH 2/3] pinctrl: Add STM32F746 MCU support Alexandre Torgue <alexandre.torgue@st.com> - 2016-07-06 10:00 +0200
  Re: [PATCH 1/3] includes: dt-bindings: Add STM32F746 pinctrl DT bindings Linus Walleij <linus.walleij@linaro.org> - 2016-07-05 17:00 +0200
    Re: [PATCH 1/3] includes: dt-bindings: Add STM32F746 pinctrl DT  bindings Alexandre Torgue <alexandre.torgue@st.com> - 2016-07-05 17:30 +0200
  Re: [PATCH 2/3] pinctrl: Add STM32F746 MCU support Linus Walleij <linus.walleij@linaro.org> - 2016-07-05 17:10 +0200

csiph-web