From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757614Ab1KVA7l (ORCPT ); Mon, 21 Nov 2011 19:59:41 -0500 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:49950 "EHLO out2.smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756921Ab1KVA7i (ORCPT ); Mon, 21 Nov 2011 19:59:38 -0500 X-Sasl-enc: QiOYp2XXkvcJnKsbihHTP62LyrFr40lxlGBn/ko4YKqC 1321923577 Date: Mon, 21 Nov 2011 16:59:17 -0800 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org Subject: [GIT PATCH] TTY/serial driver fixes for 3.2 Message-ID: <20111122005917.GD25420@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Here are some tty/serial driver fixes for your 3.2 tree. Not many patches here, just an assortment of fixes and a few new devices supported, full details are in the shortlog below. Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tty-linus All of these patches have been in the -mm and -next trees for a while. Patches will be sent to the linux-serial mailing list, if anyone wants to see them. thanks, greg k-h ------------ Documentation/serial/serial-rs485.txt | 14 +++++++++++--- MAINTAINERS | 2 +- drivers/tty/hvc/hvc_dcc.c | 2 ++ drivers/tty/serial/Kconfig | 14 +++++++------- drivers/tty/serial/atmel_serial.c | 16 +++------------- drivers/tty/serial/crisv10.c | 10 ++-------- drivers/tty/serial/mfd.c | 4 +--- drivers/tty/serial/pch_uart.c | 19 ++++++++++++++----- drivers/tty/tty_ldisc.c | 30 +++++++++++++++++++++++------- include/linux/serial.h | 14 ++++++++------ 10 files changed, 72 insertions(+), 53 deletions(-) --------------- Alan Cox (1): serial,mfd: Fix CMSPAR setup Claudio Scordino (1): RS485: fix inconsistencies in the meaning of some variables Doug Anderson (1): tty/serial: Prevent drop of DCD on suspend for Tegra UARTs Greg Kroah-Hartman (1): Revert "tty/serial: Prevent drop of DCD on suspend for Tegra UARTs" Jiri Slaby (3): TTY: ldisc, allow waiting for ldisc arbitrarily long TTY: ldisc, move wait idle to caller TTY: ldisc, wait for ldisc infinitely in hangup Lucas Kannebley Tavares (1): jsm: Change maintainership Stephen Boyd (1): tty: hvc_dcc: Fix duplicate character inputs Tomoya MORINAGA (4): pch_uart: Fix hw-flow control issue pch_uart: Support new device LAPIS Semiconductor ML7831 IOH pch_uart: Change company name OKI SEMICONDUCTOR to LAPIS Semiconductor pch_uart: Fix DMA resource leak issue