All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: torvalds@transmeta.com
Cc: linux-kernel@vger.kernel.org, Kurt.Robideau@comtrol.com
Subject: [BK PATCH] TTY changes for 2.5.70
Date: Thu, 5 Jun 2003 15:27:31 -0700	[thread overview]
Message-ID: <20030605222731.GA7717@kroah.com> (raw)

Here are some TTY changesets for the latest 2.5.70 bk tree.  They do the
following:
	- update the Rocketport driver to the latest version.
	- fix the race condition with the tty_class devices that was
	  pointed out by Al Viro.
  
Please pull from:
        bk://kernel.bkbits.net/gregkh/linux/tty-2.5

Patches will be posted as a followup to lkml.

thanks,

greg k-h


 include/linux/rocket.h    |   55 
 Documentation/00-INDEX    |    2 
 Documentation/rocket.txt  |   87 +
 MAINTAINERS               |    6 
 drivers/char/Kconfig      |   13 
 drivers/char/rocket.c     | 3344 ++++++++++++++++++++++++++++------------------
 drivers/char/rocket.h     |  131 +
 drivers/char/rocket_int.h |  968 +++++++------
 drivers/char/tty_io.c     |   30 
 drivers/pci/pci.ids       |   33 
 include/linux/pci_ids.h   |   11 
 11 files changed, 2897 insertions(+), 1783 deletions(-)
-----

<kurt.robideau:comtrol.com>:
  o Rocketport driver against 2.5.70-bk7

Greg Kroah-Hartman:
  o TTY: release function should be set in the class, not the class_device
  o TTY: add a release function for tty_class devices


             reply	other threads:[~2003-06-05 22:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-05 22:27 Greg KH [this message]
     [not found] ` <20030605222753.GB7717@kroah.com>
2003-06-05 22:28   ` [PATCH] TTY changes for 2.5.70 Greg KH
2003-06-05 22:28     ` Greg KH

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=20030605222731.GA7717@kroah.com \
    --to=greg@kroah.com \
    --cc=Kurt.Robideau@comtrol.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.