Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1658917 > unrolled thread
| Started by | <patrice.chotard@st.com> |
|---|---|
| First post | 2017-06-06 18:20 +0200 |
| Last post | 2017-06-07 09:20 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH 0/3] Add stm32h743i-disco board <patrice.chotard@st.com> - 2017-06-06 18:20 +0200
Re: [PATCH 0/3] Add stm32h743i-disco board Alexandre Torgue <alexandre.torgue@st.com> - 2017-06-07 09:10 +0200
Re: [PATCH 0/3] Add stm32h743i-disco board Patrice CHOTARD <patrice.chotard@st.com> - 2017-06-07 09:20 +0200
| From | <patrice.chotard@st.com> |
|---|---|
| Date | 2017-06-06 18:20 +0200 |
| Subject | [PATCH 0/3] Add stm32h743i-disco board |
| Message-ID | <tPpn3-2GL-7@gated-at.bofh.it> |
From: Patrice Chotard <patrice.chotard@st.com> This series adds basic support for the stm32h743i discovery board based on stm32h7 MCU. Patrice Chotard (3): ARM: dts: stm32h743: Add usart2_pins ARM: dts: stm32h743: Add usart2 support ARM: dts: stm32h743: Add stm32h743i-disco board arch/arm/boot/dts/Makefile | 3 +- arch/arm/boot/dts/stm32h743-pinctrl.dtsi | 13 ++++++ arch/arm/boot/dts/stm32h743.dtsi | 8 ++++ arch/arm/boot/dts/stm32h743i-disco.dts | 74 ++++++++++++++++++++++++++++++++ 4 files changed, 97 insertions(+), 1 deletion(-) create mode 100644 arch/arm/boot/dts/stm32h743i-disco.dts -- 1.9.1
[toc] | [next] | [standalone]
| From | Alexandre Torgue <alexandre.torgue@st.com> |
|---|---|
| Date | 2017-06-07 09:10 +0200 |
| Message-ID | <tPDgl-3om-3@gated-at.bofh.it> |
| In reply to | #1658917 |
Hi Patrice On 06/06/2017 06:13 PM, patrice.chotard@st.com wrote: > From: Patrice Chotard <patrice.chotard@st.com> > > This series adds basic support for the stm32h743i discovery board > based on stm32h7 MCU. > > Patrice Chotard (3): > ARM: dts: stm32h743: Add usart2_pins > ARM: dts: stm32h743: Add usart2 support > ARM: dts: stm32h743: Add stm32h743i-disco board > > arch/arm/boot/dts/Makefile | 3 +- > arch/arm/boot/dts/stm32h743-pinctrl.dtsi | 13 ++++++ > arch/arm/boot/dts/stm32h743.dtsi | 8 ++++ > arch/arm/boot/dts/stm32h743i-disco.dts | 74 ++++++++++++++++++++++++++++++++ > 4 files changed, 97 insertions(+), 1 deletion(-) > create mode 100644 arch/arm/boot/dts/stm32h743i-disco.dts > Series looks fine for me, but can you change commit header please. For example: ARM: dts: stm32: Add usart2_pins on stm32h743. Soon it will be done, I will apply it for next pull request. Regards Alex
[toc] | [prev] | [next] | [standalone]
| From | Patrice CHOTARD <patrice.chotard@st.com> |
|---|---|
| Date | 2017-06-07 09:20 +0200 |
| Message-ID | <tPDq2-3rU-35@gated-at.bofh.it> |
| In reply to | #1659425 |
Hi Alex On 06/07/2017 09:04 AM, Alexandre Torgue wrote: > Hi Patrice > > On 06/06/2017 06:13 PM, patrice.chotard@st.com wrote: >> From: Patrice Chotard <patrice.chotard@st.com> >> >> This series adds basic support for the stm32h743i discovery board >> based on stm32h7 MCU. >> >> Patrice Chotard (3): >> ARM: dts: stm32h743: Add usart2_pins >> ARM: dts: stm32h743: Add usart2 support >> ARM: dts: stm32h743: Add stm32h743i-disco board >> >> arch/arm/boot/dts/Makefile | 3 +- >> arch/arm/boot/dts/stm32h743-pinctrl.dtsi | 13 ++++++ >> arch/arm/boot/dts/stm32h743.dtsi | 8 ++++ >> arch/arm/boot/dts/stm32h743i-disco.dts | 74 >> ++++++++++++++++++++++++++++++++ >> 4 files changed, 97 insertions(+), 1 deletion(-) >> create mode 100644 arch/arm/boot/dts/stm32h743i-disco.dts >> > > Series looks fine for me, but can you change commit header please. For > example: ARM: dts: stm32: Add usart2_pins on stm32h743. > > Soon it will be done, I will apply it for next pull request. Sure, the v2 is on the way Patrice > > Regards > Alex
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web