Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751616AbdFGHFh (ORCPT ); Wed, 7 Jun 2017 03:05:37 -0400 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:51663 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751257AbdFGHFg (ORCPT ); Wed, 7 Jun 2017 03:05:36 -0400 Subject: Re: [PATCH 0/3] Add stm32h743i-disco board To: , , , , , , , References: <1496765613-697-1-git-send-email-patrice.chotard@st.com> From: Alexandre Torgue Message-ID: Date: Wed, 7 Jun 2017 09:04:56 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1496765613-697-1-git-send-email-patrice.chotard@st.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.75.127.45] X-ClientProxiedBy: SFHDAG5NODE3.st.com (10.75.127.15) To SFHDAG3NODE2.st.com (10.75.127.8) 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: 937 Lines: 28 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. Regards Alex