[BK PATCH] minor TTY changes for 2.5.53

From: Greg KH (greg@kroah.com)
Date: Mon Dec 30 2002 - 04:02:22 EST


Here are some minor tty patches. They change the name of
tty_*register_devfs() to tty_*register_device() which makes more sense
as to what the call is doing. They also get rid of flag that was unused
by everyone but the pty driver for this call. Also, a tty_devclass was
created, and the usb-serial core changed to use it. Both of these
patches were posted to lkml previously with no comments.

I also removed some usages of MIN and MAX while I was messing around
with the core tty files, as I couldn't help myself :)

Please pull from:
        bk://kernel.bkbits.net/gregkh/linux/tty-2.5

thanks,

greg k-h

 arch/mips/au1000/common/serial.c | 12 +++++-----
 drivers/char/dz.c | 4 +--
 drivers/char/hvc_console.c | 2 -
 drivers/char/ip2main.c | 8 +++----
 drivers/char/n_tty.c | 17 +++++++--------
 drivers/char/pty.c | 7 ++----
 drivers/char/tty_io.c | 43 ++++++++++++++++++++++++---------------
 drivers/char/vt.c | 2 -
 drivers/serial/core.c | 12 ++++------
 drivers/tc/zs.c | 4 +--
 drivers/usb/class/bluetty.c | 10 ++++-----
 drivers/usb/class/cdc-acm.c | 12 +++++-----
 drivers/usb/serial/bus.c | 17 ++++++++-------
 include/linux/tty.h | 5 +---
 include/linux/tty_driver.h | 2 +
 15 files changed, 83 insertions(+), 74 deletions(-)
-----

ChangeSet@1.971, 2002-12-30 00:03:48-08:00, greg@kroah.com
  Merge kroah.com:/home/linux/linux/BK/bleeding-2.5
  into kroah.com:/home/linux/linux/BK/tty-2.5

 drivers/serial/core.c | 8 +++-----
 drivers/usb/class/bluetty.c | 6 +++---
 drivers/usb/class/cdc-acm.c | 6 +++---
 drivers/usb/serial/bus.c | 12 ++++++------
 4 files changed, 15 insertions(+), 17 deletions(-)
------

ChangeSet@1.956.3.4, 2002-12-29 23:59:37-08:00, greg@kroah.com
  TTY: replace MIN and MAX macro usages with min() and max()

 drivers/char/n_tty.c | 17 ++++++++---------
 drivers/char/pty.c | 4 +---
 drivers/char/tty_io.c | 9 +--------
 3 files changed, 10 insertions(+), 20 deletions(-)
------

ChangeSet@1.956.3.3, 2002-12-29 23:42:02-08:00, greg@kroah.com
  TTY: Use the tty_devclass for all usb-serial devices.

 drivers/usb/serial/bus.c | 1 +
 1 files changed, 1 insertion(+)
------

ChangeSet@1.956.3.2, 2002-12-29 23:34:36-08:00, greg@kroah.com
  TTY: add tty_devclass to the tty core.

 drivers/char/tty_io.c | 8 ++++++++
 include/linux/tty_driver.h | 2 ++
 2 files changed, 10 insertions(+)
------

ChangeSet@1.956.3.1, 2002-12-29 23:21:18-08:00, greg@kroah.com
  TTY: Change tty_*register_devfs() to tty_*register_device()
  
  Also got rid of the unused flag paramater.

 arch/mips/au1000/common/serial.c | 12 ++++++------
 drivers/char/dz.c | 4 ++--
 drivers/char/hvc_console.c | 2 +-
 drivers/char/ip2main.c | 8 ++++----
 drivers/char/pty.c | 3 ++-
 drivers/char/tty_io.c | 26 ++++++++++++++++++--------
 drivers/char/vt.c | 2 +-
 drivers/serial/core.c | 4 ++--
 drivers/tc/zs.c | 4 ++--
 drivers/usb/class/bluetty.c | 4 ++--
 drivers/usb/class/cdc-acm.c | 6 +++---
 drivers/usb/serial/bus.c | 4 ++--
 include/linux/tty.h | 5 ++---
 13 files changed, 47 insertions(+), 37 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/



This archive was generated by hypermail 2b29 : Tue Dec 31 2002 - 22:00:16 EST