From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: [GIT PATCH] TTY/Serial fixes for 3.7-rc5 Date: Fri, 16 Nov 2012 06:20:27 -0800 Message-ID: <20121116142027.GA2216@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail.kernel.org ([198.145.19.201]:47961 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752092Ab2KPOTh (ORCPT ); Fri, 16 Nov 2012 09:19:37 -0500 Content-Disposition: inline Sender: linux-serial-owner@vger.kernel.org List-Id: linux-serial@vger.kernel.org To: Linus Torvalds , Alan Cox , Jiri Slaby Cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org The following changes since commit 77b67063bb6bce6d475e910d3b886a606d0d91f7: Linux 3.7-rc5 (2012-11-11 13:44:33 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-3.7-rc5 for you to fetch changes up to 1838b8c487378c6c576029d9e0e07b5a73036bac: tty: serial: max310x: Add terminating entry for spi_device_id table (2012-11-14 14:49:42 -0800) ---------------------------------------------------------------- TTY fixes for 3.7-rc5 Here are two TTY driver fixes for 3.7-rc5. They resolve a bug in the hvc driver that has been reported, and fix a problem with the list of device ids in the max310x serial driver. Both have been in linux-next for a while. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Axel Lin (1): tty: serial: max310x: Add terminating entry for spi_device_id table Paul Mackerras (1): TTY: hvc_console, fix port reference count going to zero prematurely drivers/tty/hvc/hvc_console.c | 7 ------- drivers/tty/serial/max310x.c | 1 + 2 files changed, 1 insertion(+), 7 deletions(-)