Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1475651 > unrolled thread

[GIT PULL] TTY/Serial driver fixes for 4.8-rc5

Started byGreg KH <gregkh@linuxfoundation.org>
First post2016-09-03 16:50 +0200
Last post2016-09-03 16:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] TTY/Serial driver fixes for 4.8-rc5 Greg KH <gregkh@linuxfoundation.org> - 2016-09-03 16:50 +0200

#1475651 — [GIT PULL] TTY/Serial driver fixes for 4.8-rc5

FromGreg KH <gregkh@linuxfoundation.org>
Date2016-09-03 16:50 +0200
Subject[GIT PULL] TTY/Serial driver fixes for 4.8-rc5
Message-ID<sdkqB-6qR-3@gated-at.bofh.it>
The following changes since commit 694d0d0bb2030d2e36df73e2d23d5770511dbc8d:

  Linux 4.8-rc2 (2016-08-14 19:11:36 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-4.8-rc5

for you to fetch changes up to c8d192428f52f244130b84650ad616df09f2b1e1:

  serial: 8250: added acces i/o products quad and octal serial cards (2016-08-31 16:28:26 +0200)

----------------------------------------------------------------
Serial driver fixes for 4.8-rc5

Here are some small serial driver fixes for 4.8-rc5.  One fixes an
oft-reported build issue with the fintek driver, another reverts a patch
that was causing problems, one fixes a crash, and some new device ids
were added.

All of these have been in linux-next for a while.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Andy Shevchenko (2):
      Revert "tty/serial/8250: use mctrl_gpio helpers"
      serial: 8250_mid: fix divide error bug if baud rate is 0

Arnd Bergmann (1):
      8250/fintek: rename IRQ_MODE macro

Jimi Damon (1):
      serial: 8250: added acces i/o products quad and octal serial cards

 Documentation/devicetree/bindings/serial/8250.txt |  19 ---
 drivers/tty/serial/8250/8250.h                    |  35 +-----
 drivers/tty/serial/8250/8250_core.c               |   9 --
 drivers/tty/serial/8250/8250_fintek.c             |   4 +-
 drivers/tty/serial/8250/8250_mid.c                |   3 +
 drivers/tty/serial/8250/8250_omap.c               |  31 ++---
 drivers/tty/serial/8250/8250_pci.c                | 139 ++++++++++++++++++++++
 drivers/tty/serial/8250/8250_port.c               |   7 +-
 drivers/tty/serial/8250/Kconfig                   |   1 -
 include/linux/serial_8250.h                       |   1 -
 10 files changed, 159 insertions(+), 90 deletions(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web