From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752153AbcDWKFx (ORCPT ); Sat, 23 Apr 2016 06:05:53 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:42547 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751747AbcDWKFv (ORCPT ); Sat, 23 Apr 2016 06:05:51 -0400 Date: Sat, 23 Apr 2016 19:05:48 +0900 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.6-rc5 Message-ID: <20160423100548.GA20156@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit c3b46c73264b03000d1e18b22f5caf63332547c9: Linux 4.6-rc4 (2016-04-17 19:13:32 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-4.6-rc5 for you to fetch changes up to f077b73682910bc7dc9439e50e7b1ad97f28f3f1: Revert "serial: 8250: Add hardware dependency to RT288X option" (2016-04-19 15:17:37 +0900) ---------------------------------------------------------------- Serial fixes for 4.6-rc6 Here are 3 serial driver fixes for issues that have been reported. Two are reverts, fixing problems that were in the big TTY/Serial driver merge in 4.6-rc1, and the last one is a simple bugfix for a regression that showed up in 4.6-rc1 as well. All have been in linux-next with no reported issues. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Greg Kroah-Hartman (1): Revert "serial: 8250: Add hardware dependency to RT288X option" Sudip Mukherjee (1): Revert "serial-uartlite: Constify uartlite_be/uartlite_le" Yegor Yefremov (1): tty/serial/8250: fix RS485 half-duplex RX drivers/tty/serial/8250/8250_port.c | 11 ++++++++++- drivers/tty/serial/8250/Kconfig | 1 - drivers/tty/serial/uartlite.c | 8 ++++---- 3 files changed, 14 insertions(+), 6 deletions(-)