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


Groups > linux.kernel > #1221614

[GIT PULL] TTY driver revert for 4.3-rc1

From Greg KH <gregkh@linuxfoundation.org>
Newsgroups linux.kernel
Subject [GIT PULL] TTY driver revert for 4.3-rc1
Date 2015-09-09 20:30 +0200
Message-ID <q6Si7-2Bs-25@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


The following changes since commit a4fdb2a46f617b8b2cd47acec026ec16532edbc6:

  Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux (2015-09-04 07:18:09 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-4.3-rc1

for you to fetch changes up to 0de6cfb9f314db230c47b2158e7725208b3b4728:

  Revert "uart: pl011: Rename regs with enumeration" (2015-09-04 09:14:43 -0700)

----------------------------------------------------------------
TTY driver revert for 4.3-rc1

Here are some reverts for some tty patches (specifically the pl011
driver) that ended up breaking a bunch of machines (i.e. almost all of
the ones with this chip.)  People are working on a fix for this, but in
the meantime, it's best to just revert all 5 patches to restore people's
serial consoles.

These reverts have been in linux-next for many days now.

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

----------------------------------------------------------------
Greg Kroah-Hartman (5):
      Revert "uart: pl011: Add support to ZTE ZX296702 uart"
      Revert "uart: pl011: Improve LCRH register access decision"
      Revert "uart: pl011: Introduce register look up table"
      Revert "uart: pl011: Introduce register accessor"
      Revert "uart: pl011: Rename regs with enumeration"

 drivers/tty/serial/Kconfig      |   4 +-
 drivers/tty/serial/amba-pl011.c | 503 ++++++++++------------------------------
 include/linux/amba/serial.h     |  14 --
 3 files changed, 125 insertions(+), 396 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[GIT PULL] TTY driver revert for 4.3-rc1 Greg KH <gregkh@linuxfoundation.org> - 2015-09-09 20:30 +0200

csiph-web