Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751628AbdFGHQo convert rfc822-to-8bit (ORCPT ); Wed, 7 Jun 2017 03:16:44 -0400 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:4295 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751008AbdFGHQm (ORCPT ); Wed, 7 Jun 2017 03:16:42 -0400 From: Patrice CHOTARD To: Alexandre TORGUE , "robh+dt@kernel.org" , "mark.rutland@arm.com" , "linux@armlinux.org.uk" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "devicetree@vger.kernel.org" , "mcoquelin.stm32@gmail.com" Subject: Re: [PATCH 0/3] Add stm32h743i-disco board Thread-Topic: [PATCH 0/3] Add stm32h743i-disco board Thread-Index: AQHS3t/feQaNl+d+fEyW6fmX3nse0aIY2XUAgAADHQA= Date: Wed, 7 Jun 2017 07:16:05 +0000 Message-ID: References: <1496765613-697-1-git-send-email-patrice.chotard@st.com> In-Reply-To: Accept-Language: fr-FR, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 x-ms-exchange-messagesentrepresentingtype: 1 x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.75.127.49] Content-Type: text/plain; charset="Windows-1252" Content-ID: Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-06-07_05:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1075 Lines: 37 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 >> >> 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