Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751989AbdGaJcH (ORCPT ); Mon, 31 Jul 2017 05:32:07 -0400 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:44991 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751930AbdGaJcE (ORCPT ); Mon, 31 Jul 2017 05:32:04 -0400 From: Bich HEMON To: Greg Kroah-Hartman CC: Rob Herring , Mark Rutland , Maxime Coquelin , Alexandre TORGUE , Jiri Slaby , "linux-serial@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 4/9] serial: stm32: fix pio transmit timeout Thread-Topic: [PATCH 4/9] serial: stm32: fix pio transmit timeout Thread-Index: AQHTCVYfOSTMMZv4WEmdebUfkP5SbaJtixwA Date: Mon, 31 Jul 2017 09:30:54 +0000 Message-ID: References: <1499958494-19354-1-git-send-email-bich.hemon@st.com> <1499958494-19354-5-git-send-email-bich.hemon@st.com> <20170730143256.GA30584@kroah.com> In-Reply-To: <20170730143256.GA30584@kroah.com> Accept-Language: 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.2.1 x-ms-exchange-messagesentrepresentingtype: 1 x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.75.127.48] Content-Type: text/plain; charset="utf-8" Content-ID: <2A1036DA48DA924FA0CF497889C3FE53@st.com> MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-07-31_03:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by nfs id v6V9WOC3023178 Content-Length: 606 Lines: 24 Hi Greg, On 07/30/2017 04:32 PM, Greg Kroah-Hartman wrote: > On Thu, Jul 13, 2017 at 03:08:28PM +0000, Bich HEMON wrote: >> From: Gerald Baeza >> >> 100µs was too short for low speed transmission >> (9600bps) >> >> Signed-off-by: Gerald Baeza >> Signed-off-by: Bich Hemon >> --- >> drivers/tty/serial/stm32-usart.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > This patch did not apply :( > I have rebased the patch on top of your tty-next branch . Please drop this patch as I will send you a new version. Thx, Bich