public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org
Subject: [GIT PATCH] TTY/serial driver patches for 3.1
Date: Mon, 25 Jul 2011 22:02:25 -0700	[thread overview]
Message-ID: <20110726050225.GA2529@kroah.com> (raw)

Here is the big tty/serial patchset for your 3.1 tree.

Nothing major at all, lots of line discipline tweaks for the newer ones
that were added last release, and some small tty core fixes as well.

Full details are below as to what it contains.

Please pull from:
	master.kernel.org:/pub/scm/linux/kernel/git/gregkh/tty-2.6.git/ tty-next

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

------------

 drivers/misc/Makefile            |    2 +-
 drivers/misc/pch_phub.c          |    4 +-
 drivers/misc/pti.c               |   99 ++++++----
 drivers/parport/parport_pc.c     |   54 -----
 drivers/parport/parport_serial.c |  229 ++++++++++++++++++++--
 drivers/tty/moxa.c               |    5 +-
 drivers/tty/mxser.c              |    4 +-
 drivers/tty/n_gsm.c              |  401 +++++++++++++++++++++++++++++++++++---
 drivers/tty/n_tty.c              |    2 +-
 drivers/tty/serial/8250.c        |    4 +-
 drivers/tty/serial/8250_pci.c    |  183 +++++++++++++++++-
 drivers/tty/serial/Kconfig       |    2 +-
 drivers/tty/serial/pch_uart.c    |   11 +-
 drivers/tty/serial/s5pv210.c     |    4 +
 drivers/tty/serial/samsung.c     |   27 ++--
 drivers/tty/tty_io.c             |    4 +-
 include/linux/gsmmux.h           |   11 +
 include/linux/pci_ids.h          |    4 +
 include/linux/pti.h              |    3 +-
 include/linux/tty.h              |   37 ++--
 20 files changed, 903 insertions(+), 187 deletions(-)

---------------

Alexander Stein (2):
      pch_uart: Add MSI support
      pch_uart: add missing comment about OKI ML7223

Andrew McGregor (1):
      tty: fix "IRQ45: nobody cared"

Du, Alek (1):
      n_gsm: fix the wrong FCS handling

Florian Fainelli (1):
      TTY: export NR_LDISC and N_* line discipline numbers to user-space

Frédéric Brière (2):
      serial: 8250_pci: add .probe member to struct pci_serial_quirk
      parport/serial: add support for Timedia/SUNIX cards to parport_serial

J Freyensee (2):
      0 for o PTI Makefile bug.
      PTI feature to allow user to name and mark masterchannel request.

Jiri Slaby (1):
      serial: 8250, increase PASS_LIMIT

Jongpill Lee (1):
      tty: s5pv210: Add delay loop on fifo reset function for UART

Manuel Zerpies (1):
      drivers/tty: use printk_ratelimited() instead of printk_ratelimit()

Michael Reed (1):
      8250_pci Add EEH support to the 8250 driver for IBM/Digi PCIe 2-port Adapter

Mika Westerberg (1):
      serial: mrst_max3110: initialize waitqueue earlier

Mike Frysinger (1):
      serial: bfin_5xx: fix off-by-one with resource size

MyungJoo Ham (1):
      tty: serial: samsung.c remove legacy PM code.

Nicos Gollan (1):
      Basic support for Moschip 9900 family I/O chips

Ralf Baechle (1):
      SERIAL: SC26xx: Fix link error.

Russ Gorby (3):
      tty: n_gsm: expose gsmtty device nodes at ldisc open time
      tty: n_gsm: Add raw-ip support
      tty: n_gsm: Added refcount usage to gsm_mux and gsm_dlci structs

Shreshtha Kumar Sahu (1):
      amba pl011: workaround for uart registers lockup

Stephen Warren (1):
      tty/serial: Fix XSCALE serial ports, e.g. ce4100

Tomoya MORINAGA (1):
      pch_phub: Fix register miss-setting issue

Uwe Kleine-König (1):
      serial/pch: use global div helper instead of creating a private one

William Douglas (1):
      mrst_max3110: Change max missing message priority.


             reply	other threads:[~2011-07-26  5:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-26  5:02 Greg KH [this message]
2011-07-26 15:05 ` [GIT PATCH] TTY/serial driver patches for 3.1 Tabi Timur-B04825
2011-07-27  4:07   ` Greg KH
2011-08-15  0:23     ` Tabi Timur-B04825

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110726050225.GA2529@kroah.com \
    --to=gregkh@suse.de \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox