From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753445AbbCZWT3 (ORCPT ); Thu, 26 Mar 2015 18:19:29 -0400 Received: from bhuna.collabora.co.uk ([93.93.135.160]:38485 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752435AbbCZWT1 (ORCPT ); Thu, 26 Mar 2015 18:19:27 -0400 Message-ID: <551485E8.2050406@collabora.co.uk> Date: Thu, 26 Mar 2015 23:19:20 +0100 From: Javier Martinez Canillas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.2.0 MIME-Version: 1.0 To: Greg Kroah-Hartman CC: Jiri Slaby , Robert Baldyga , Sylwester Nawrocki , Olof Johansson , Doug Anderson , linux-samsung-soc@vger.kernel.org, linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] serial: samsung: Clear operation mode on UART shutdown References: <1426246731-13751-1-git-send-email-javier.martinez@collabora.co.uk> <550C1060.1040900@collabora.co.uk> <20150326215719.GA13985@kroah.com> In-Reply-To: <20150326215719.GA13985@kroah.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/26/2015 10:57 PM, Greg Kroah-Hartman wrote: > On Fri, Mar 20, 2015 at 01:19:44PM +0100, Javier Martinez Canillas wrote: >> > The offending commit landed in v4.0-rc1 so this fix is -rc material. >> > >> > drivers/tty/serial/samsung.c | 1 + >> > 1 file changed, 1 insertion(+) >> > >> > diff --git a/drivers/tty/serial/samsung.c b/drivers/tty/serial/samsung.c >> > index af821a908720..cf08876922f1 100644 >> > --- a/drivers/tty/serial/samsung.c >> > +++ b/drivers/tty/serial/samsung.c >> > @@ -963,6 +963,7 @@ static void s3c24xx_serial_shutdown(struct uart_port *port) >> > free_irq(ourport->tx_irq, ourport); >> > tx_enabled(port) = 0; >> > ourport->tx_claimed = 0; >> > + ourport->tx_mode = 0; >> > } >> > >> > if (ourport->rx_claimed) { >> > >> >> Any comments about this patch? 3.14-rc5 will most likely be released this weekend >> so we are running out of time to fix this issue before 3.14 is released. > > 3.14 was released months ago... > err... I don't know what I was thinking when I wrote this, I obviously meant 4.0. It seems the 3.1 prefix stuck in my head :) Best regards, Javier