- 11 Jun, 2003 40 commits
-
-
Alexander Viro authored
drivers/usb/class/cdc-acm.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/esp.c converted to dynamic allocation
-
Alexander Viro authored
drivers/usb/class/bluetty.c converted to dynamic allocation
-
Alexander Viro authored
drivers/isdn/i4l/isdn_tty.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/hvc_console.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/pcmcia/synclink_cs.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/synclinkmp.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/synclink.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/mxser.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/moxa.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/pcxx.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/riscom8.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/rocket.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/isicom.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/cyclades.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/sh-sci.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/ser_a2232.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/specialix.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/vme_scc.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/serial_tx3912.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/serial167.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/dz.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/amiserial.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/istallion.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/stallion.c converted to dynamic allocation
-
Alexander Viro authored
drivers/char/sx.c converted to dynamic allocation
-
Alexander Viro authored
drivers/macintosh/macserial.c converted to dynamic allocation
-
Alexander Viro authored
drivers/sbus/char/aurora.c converted to dynamic allocation
-
Alexander Viro authored
drivers/tc/zs.c converted to dynamic allocation
-
Alexander Viro authored
drivers/sgi/char/sgiserial.c converted to dynamic allocation
-
Alexander Viro authored
drivers/serial/mcfserial.c converted to dynamic allocation
-
Alexander Viro authored
drivers/serial/68360serial.c converted to dynamic allocation
-
Alexander Viro authored
drivers/serial/68328serial.c converted to dynamic allocation
-
Alexander Viro authored
drivers/serial/core.c converted to dynamic allocation
-
Alexander Viro authored
net/bluetooth/rfcomm/tty.c converted to dynamic allocation
-
Alexander Viro authored
net/irda/ircomm/ircomm_tty.c converted to dynamic allocation
-
Alexander Viro authored
killed the last remnants of callout stuff - we don't need to mess with storing termios privately anymore.
-
Alexander Viro authored
added helper functions for allocation and freeing tty_driver
-
Alexander Viro authored
->table[], ->termios[] and ->locked_termios[] allocated dynamically in tty_register_driver() and freed in tty_unregister_driver(). Per-driver arrays gone.
-
Alexander Viro authored
->refcount switched from int * to int. Per-driver variables gone since we had switched from int foo = 0; driver.refcount = &foo; to driver.refcount = 0;
-