From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752756AbbCHMw2 (ORCPT ); Sun, 8 Mar 2015 08:52:28 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:53038 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752550AbbCHMwY (ORCPT ); Sun, 8 Mar 2015 08:52:24 -0400 Date: Sun, 8 Mar 2015 13:52:20 +0100 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-rc3 Message-ID: <20150308125220.GA400@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 13a7a6ac0a11197edcd0f756a035f472b42cdf8b: Linux 4.0-rc2 (2015-03-03 09:04:59 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-4.0-rc3 for you to fetch changes up to c37bc682e30b8027054356214eb8a3aafbda8e37: TTY: fix tty_wait_until_sent maximum timeout (2015-03-07 03:44:15 +0100) ---------------------------------------------------------------- TTY/Serial fixes for 4.0-rc3 Here are some tty and serial driver fixes for 4.0-rc3. Along with the atime fix that you know about, here are some other serial driver bugfixes as well. Most notable is a wait_until_sent bugfix that was traced back to being around since before 2.6.12 that Johan has fixed up. All have been in linux-next successfully. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Axel Lin (1): serial: sprd: Fix missing spin_unlock in sprd_handle_irq() Baruch Siach (1): Revert "tty/serial: of_serial: add DT alias ID handling" Desmond Liu (1): serial: 8250_dw: Fix get_mctrl behaviour Jiri Slaby (1): tty: fix up atime/mtime mess, take four Johan Hovold (5): net: irda: fix wait_until_sent poll timeout TTY: bfin_jtag_comm: remove incorrect wait_until_sent operation USB: serial: fix infinite wait_until_sent timeout TTY: fix tty_wait_until_sent on 64-bit machines TTY: fix tty_wait_until_sent maximum timeout Peter Hurley (3): console: Fix console name size mismatch serial: core: Fix iotype userspace breakage serial: uapi: Declare all userspace-visible io types Russell King (1): Change email address for 8250_pci Sebastian Andrzej Siewior (1): serial: 8250: Revert "tty: serial: 8250_core: read only RX if there is something in the FIFO" Wang YanQing (2): serial:8250:8250_pci: fix redundant entry report for WCH_CH352_2S serial:8250:8250_pci: delete unneeded quirk entries .../bindings/serial/snps-dw-apb-uart.txt | 16 +++++++++++ drivers/tty/bfin_jtag_comm.c | 13 --------- drivers/tty/serial/8250/8250_core.c | 11 ++++---- drivers/tty/serial/8250/8250_dw.c | 32 ++++++++++++++++++++++ drivers/tty/serial/8250/8250_pci.c | 20 +------------- drivers/tty/serial/of_serial.c | 4 --- drivers/tty/serial/sprd_serial.c | 4 ++- drivers/tty/tty_io.c | 4 +-- drivers/tty/tty_ioctl.c | 16 +++++++---- drivers/usb/serial/generic.c | 5 ++-- include/linux/serial_core.h | 14 +++++----- include/uapi/linux/serial.h | 4 +++ kernel/printk/console_cmdline.h | 2 +- kernel/printk/printk.c | 1 + net/irda/ircomm/ircomm_tty.c | 4 ++- 15 files changed, 89 insertions(+), 61 deletions(-)