Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1280712 > unrolled thread
| Started by | Maxime Coquelin <mcoquelin.stm32@gmail.com> |
|---|---|
| First post | 2015-12-01 11:00 +0100 |
| Last post | 2015-12-11 09:30 +0100 |
| Articles | 4 — 3 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v2 4/9] pinctrl: Add support STM32 MCUs Maxime Coquelin <mcoquelin.stm32@gmail.com> - 2015-12-01 11:00 +0100
Re: [PATCH v2 4/9] pinctrl: Add support STM32 MCUs Linus Walleij <linus.walleij@linaro.org> - 2015-12-10 18:10 +0100
Re: [PATCH v2 4/9] pinctrl: Add support STM32 MCUs Maxime Coquelin <mcoquelin.stm32@gmail.com> - 2015-12-11 09:30 +0100
Re: [PATCH v2 4/9] pinctrl: Add support STM32 MCUs Patrice Chotard <patrice.chotard@st.com> - 2015-12-11 09:30 +0100
| From | Maxime Coquelin <mcoquelin.stm32@gmail.com> |
|---|---|
| Date | 2015-12-01 11:00 +0100 |
| Subject | Re: [PATCH v2 4/9] pinctrl: Add support STM32 MCUs |
| Message-ID | <qAPT4-7WO-7@gated-at.bofh.it> |
Hi Linus, 2015-10-17 19:23 GMT+02:00 Maxime Coquelin <mcoquelin.stm32@gmail.com>: > This patch adds pinctrl and GPIO support to STMicroelectronic's STM32 > family of MCUs. > > While it only supports STM32F429 for now, it has been designed to enable > support of other MCUs of the family (e.g. STM32F746). > > Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com> > --- > drivers/pinctrl/Kconfig | 1 + > drivers/pinctrl/Makefile | 1 + > drivers/pinctrl/stm32/Kconfig | 16 + > drivers/pinctrl/stm32/Makefile | 5 + > drivers/pinctrl/stm32/pinctrl-stm32.c | 856 +++++++++++++++ > drivers/pinctrl/stm32/pinctrl-stm32.h | 43 + > drivers/pinctrl/stm32/pinctrl-stm32f429.c | 1598 +++++++++++++++++++++++++++++ > 7 files changed, 2520 insertions(+) > create mode 100644 drivers/pinctrl/stm32/Kconfig > create mode 100644 drivers/pinctrl/stm32/Makefile > create mode 100644 drivers/pinctrl/stm32/pinctrl-stm32.c > create mode 100644 drivers/pinctrl/stm32/pinctrl-stm32.h > create mode 100644 drivers/pinctrl/stm32/pinctrl-stm32f429.c > Gentle reminder, do you know when you will be able to review this driver? Thanks in advance, Maxime -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2015-12-10 18:10 +0100 |
| Message-ID | <qEcT9-Dg-39@gated-at.bofh.it> |
| In reply to | #1280712 |
On Tue, Dec 1, 2015 at 10:53 AM, Maxime Coquelin <mcoquelin.stm32@gmail.com> wrote: > 2015-10-17 19:23 GMT+02:00 Maxime Coquelin <mcoquelin.stm32@gmail.com>: >> This patch adds pinctrl and GPIO support to STMicroelectronic's STM32 >> family of MCUs. >> >> While it only supports STM32F429 for now, it has been designed to enable >> support of other MCUs of the family (e.g. STM32F746). >> >> Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com> >> --- >> drivers/pinctrl/Kconfig | 1 + >> drivers/pinctrl/Makefile | 1 + >> drivers/pinctrl/stm32/Kconfig | 16 + >> drivers/pinctrl/stm32/Makefile | 5 + >> drivers/pinctrl/stm32/pinctrl-stm32.c | 856 +++++++++++++++ >> drivers/pinctrl/stm32/pinctrl-stm32.h | 43 + >> drivers/pinctrl/stm32/pinctrl-stm32f429.c | 1598 +++++++++++++++++++++++++++++ >> 7 files changed, 2520 insertions(+) >> create mode 100644 drivers/pinctrl/stm32/Kconfig >> create mode 100644 drivers/pinctrl/stm32/Makefile >> create mode 100644 drivers/pinctrl/stm32/pinctrl-stm32.c >> create mode 100644 drivers/pinctrl/stm32/pinctrl-stm32.h >> create mode 100644 drivers/pinctrl/stm32/pinctrl-stm32f429.c >> > > Gentle reminder, do you know when you will be able to review this driver? I'm a bit overloaded so reviewing of large chunks of code takes time. It would be great if I could have some Reviewed-by tags from someone else who's familiar with pin control. Patrice: do you have a chance to review this driver and help us? Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Maxime Coquelin <mcoquelin.stm32@gmail.com> |
|---|---|
| Date | 2015-12-11 09:30 +0100 |
| Message-ID | <qErfr-1Fq-1@gated-at.bofh.it> |
| In reply to | #1288689 |
2015-12-11 9:20 GMT+01:00 Patrice Chotard <patrice.chotard@st.com>: > Hi Linus > > I will try to review it before end of next week Thanks Patrice, I resent the series. Regards, Maxime -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Patrice Chotard <patrice.chotard@st.com> |
|---|---|
| Date | 2015-12-11 09:30 +0100 |
| Message-ID | <qErfr-1Fq-3@gated-at.bofh.it> |
| In reply to | #1288689 |
Hi Linus I will try to review it before end of next week Patrice On 12/10/2015 06:08 PM, Linus Walleij wrote: > On Tue, Dec 1, 2015 at 10:53 AM, Maxime Coquelin > <mcoquelin.stm32@gmail.com> wrote: >> 2015-10-17 19:23 GMT+02:00 Maxime Coquelin <mcoquelin.stm32@gmail.com>: >>> This patch adds pinctrl and GPIO support to STMicroelectronic's STM32 >>> family of MCUs. >>> >>> While it only supports STM32F429 for now, it has been designed to enable >>> support of other MCUs of the family (e.g. STM32F746). >>> >>> Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com> >>> --- >>> drivers/pinctrl/Kconfig | 1 + >>> drivers/pinctrl/Makefile | 1 + >>> drivers/pinctrl/stm32/Kconfig | 16 + >>> drivers/pinctrl/stm32/Makefile | 5 + >>> drivers/pinctrl/stm32/pinctrl-stm32.c | 856 +++++++++++++++ >>> drivers/pinctrl/stm32/pinctrl-stm32.h | 43 + >>> drivers/pinctrl/stm32/pinctrl-stm32f429.c | 1598 +++++++++++++++++++++++++++++ >>> 7 files changed, 2520 insertions(+) >>> create mode 100644 drivers/pinctrl/stm32/Kconfig >>> create mode 100644 drivers/pinctrl/stm32/Makefile >>> create mode 100644 drivers/pinctrl/stm32/pinctrl-stm32.c >>> create mode 100644 drivers/pinctrl/stm32/pinctrl-stm32.h >>> create mode 100644 drivers/pinctrl/stm32/pinctrl-stm32f429.c >>> >> Gentle reminder, do you know when you will be able to review this driver? > I'm a bit overloaded so reviewing of large chunks of code takes time. > > It would be great if I could have some Reviewed-by tags from someone > else who's familiar with pin control. > > Patrice: do you have a chance to review this driver and help us? > > Yours, > Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web