From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752349AbbDDLKA (ORCPT ); Sat, 4 Apr 2015 07:10:00 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:53407 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752029AbbDDLJ6 (ORCPT ); Sat, 4 Apr 2015 07:09:58 -0400 Date: Sat, 4 Apr 2015 13:09:55 +0200 From: Greg KH To: Linus Torvalds , Jiri Slaby Cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org Subject: [GIT PULL] TTY/Serial fixes for 4.0-rc6 Message-ID: <20150404110955.GA15229@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit bc465aa9d045feb0e13b4a8f32cc33c1943f62d6: Linux 4.0-rc5 (2015-03-22 16:50:21 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-4.0-rc6 for you to fetch changes up to 8e4934c6d6c659e22b1b746af4196683e77ce6ca: tty: serial: fsl_lpuart: clear receive flag on FIFO flush (2015-03-26 23:13:14 +0100) ---------------------------------------------------------------- TTY/Serial fixes for 4.0-rc6 Here are 3 serial driver fixes for 4.0-rc6. They fix some reported issues with the samsung and fsl_lpuart drivers. All have been in linux-next for a while. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Javier Martinez Canillas (1): serial: samsung: Clear operation mode on UART shutdown Stefan Agner (2): tty: serial: fsl_lpuart: specify transmit FIFO size tty: serial: fsl_lpuart: clear receive flag on FIFO flush drivers/tty/serial/fsl_lpuart.c | 5 +++++ drivers/tty/serial/samsung.c | 1 + 2 files changed, 6 insertions(+)