From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751813AbcFUKKR (ORCPT ); Tue, 21 Jun 2016 06:10:17 -0400 Received: from mail-lf0-f51.google.com ([209.85.215.51]:33207 "EHLO mail-lf0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750885AbcFUKKL convert rfc822-to-8bit (ORCPT ); Tue, 21 Jun 2016 06:10:11 -0400 MIME-Version: 1.0 In-Reply-To: References: <1465844571-1229-1-git-send-email-bjorn.andersson@linaro.org> <1466101475-8851-1-git-send-email-bjorn.andersson@linaro.org> From: Nicolas Dechesne Date: Tue, 21 Jun 2016 12:43:39 +0300 Message-ID: Subject: Re: [PATCH v2] tty: serial: msm: Don't reconfigure same baud rate To: Bjorn Andersson Cc: Andy Gross , Stephen Boyd , David Brown , Greg Kroah-Hartman , Jiri Slaby , linux-arm-msm , linux-soc@vger.kernel.org, linux-serial@vger.kernel.org, lkml Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 17, 2016 at 1:02 PM, Nicolas Dechesne wrote: > wrote: >> msm_set_termios() is called whenever the tty is opened. Setting the baud >> rate requires a full reset of the msm serial block, even when the rate >> is unchanged. In the case when the same uart is used as console this >> reset will discard any console output data still being clocked out of >> the TX fifo. >> >> By skipping the rate-change in the case where the baud rate is unchanged >> since last request we can avoid the reset and the discarding of the >> data. >> >> Signed-off-by: Bjorn Andersson > > > Tested-by: Nicolas Dechesne > > I no longer see this type of corruption on serial console > > [ 6.325118] ALSA device �[ 6.333338] Freeing unused kernel > memory: 572K (ffffffc000c10000 - ffffffc000c9f000) > [ 13.800269] remoteproc2: remote processor a20400�[ OK ] Started > Start the WCN core. > [ � Starting Update UTMP about System Runlevel Changes... oops. today i tried on APQ8064 boards , both IFC6410Plus and SD 600eval, and I can no longer 'type' into the serial console, I can get debug messages though. Reverting this change 'fixes' the problem.