Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754439AbdG3RGB (ORCPT ); Sun, 30 Jul 2017 13:06:01 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:57538 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754415AbdG3RF7 (ORCPT ); Sun, 30 Jul 2017 13:05:59 -0400 Date: Sun, 30 Jul 2017 07:32:56 -0700 From: Greg Kroah-Hartman To: Bich HEMON 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 Message-ID: <20170730143256.GA30584@kroah.com> References: <1499958494-19354-1-git-send-email-bich.hemon@st.com> <1499958494-19354-5-git-send-email-bich.hemon@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1499958494-19354-5-git-send-email-bich.hemon@st.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 397 Lines: 13 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 :(