Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | 8250: Don't clobber spinlocks. | David Daney | 2009-01-02 | 1 | -2/+13 | |
| * | | | | | | fix for tty-serial-move-port | Alexander Beregalov | 2009-01-02 | 1 | -3/+1 | |
| * | | | | | | tty: We want the port object to be persistent | Alan Cox | 2009-01-02 | 3 | -112/+96 | |
| * | | | | | | __FUNCTION__ is gcc-specific, use __func__ | Harvey Harrison | 2009-01-02 | 1 | -30/+30 | |
| * | | | | | | serial: RS485 ioctl structure uses __u32 include linux/types.h | Andy Whitcroft | 2009-01-02 | 1 | -1/+2 | |
| * | | | | | | tty: Drop the lock_kernel in the private ioctl hook | Alan Cox | 2009-01-02 | 5 | -8/+14 | |
| * | | | | | | synclink_cs: Convert to tty_port | Alan Cox | 2009-01-02 | 1 | -298/+181 | |
| * | | | | | | tty: use port methods for the rocket driver | Alan Cox | 2009-01-02 | 2 | -159/+21 | |
| * | | | | | | tty: kref the rocket driver | Alan Cox | 2009-01-02 | 1 | -37/+41 | |
| * | | | | | | tty: make rocketport use standard port->flags | Alan Cox | 2009-01-02 | 1 | -19/+19 | |
| * | | | | | | tty: Redo the rocket driver locking | Alan Cox | 2009-01-02 | 2 | -24/+20 | |
| * | | | | | | tty: Make epca use the port helpers | Alan Cox | 2009-01-02 | 2 | -149/+26 | |
| * | | | | | | tty: refcount the epca driver | Alan Cox | 2009-01-02 | 1 | -12/+15 | |
| * | | | | | | tty: relock epca | Alan Cox | 2009-01-02 | 1 | -91/+104 | |
| * | | | | | | tty: Modem functions for the HSO driver | Denis Joseph Barrow | 2009-01-02 | 1 | -13/+318 | |
| * | | | | | | tty: Fix the HSO termios handling a bit | Alan Cox | 2009-01-02 | 1 | -24/+31 | |
| * | | | | | | hso: net driver using tty without locking | Alan Cox | 2009-01-02 | 1 | -12/+42 | |
| * | | | | | | tty: kref nozomi | Alan Cox | 2009-01-02 | 1 | -40/+45 | |
| * | | | | | | tty: Remove some pointless casts | Alan Cox | 2009-01-02 | 16 | -150/+150 | |
| * | | | | | | tty: PTYs set TTY_DO_WRITE_WAKEUP when they don't need to | Alan Cox | 2009-01-02 | 1 | -3/+0 | |
| * | | | | | | tty: N_TTY SIGIO only works for read | Thomas Pfaff | 2009-01-02 | 1 | -3/+3 | |
| * | | | | | | tty: USB tty devices can block in tcdrain when unplugged | Alan Cox | 2009-01-02 | 1 | -0/+4 | |
| * | | | | | | serial: set correct baud_base for Oxford Semiconductor Ltd EXSYS EX-41092 Dua... | Niels de Vos | 2009-01-02 | 2 | -0/+4 | |
| * | | | | | | tty: Introduce some close helpers for ports | Alan Cox | 2009-01-02 | 11 | -391/+126 | |
| * | | | | | | tty: tty port zero baud open | Alan Cox | 2009-01-02 | 1 | -1/+2 | |
| * | | | | | | tty: ESP has been broken for locking etc forver | Alan Cox | 2009-01-02 | 1 | -1/+1 | |
| * | | | | | | tty: rework stallion to use the tty_port bits | Alan Cox | 2009-01-02 | 1 | -104/+38 | |
| * | | | | | | tty: Rework istallion to use the tty port changes | Alan Cox | 2009-01-02 | 2 | -117/+43 | |
| * | | | | | | tty: Introduce a tty_port generic block_til_ready | Alan Cox | 2009-01-02 | 7 | -235/+115 | |
| * | | | | | | tty: relock the mxser driver | Alan Cox | 2009-01-02 | 1 | -15/+13 | |
| * | | | | | | tty: relock riscom8 using port locks | Alan Cox | 2009-01-02 | 1 | -10/+20 | |
| * | | | | | | tty: rocketport uses different port flags to everyone else | Alan Cox | 2009-01-02 | 3 | -26/+21 | |
| * | | | | | | tty: relock generic_serial | Alan Cox | 2009-01-02 | 1 | -13/+24 | |
| * | | | | | | isicom: redo locking to use tty port locks | Alan Cox | 2009-01-02 | 4 | -26/+54 | |
| * | | | | | | tty: Pull the dtr raise into tty port | Alan Cox | 2009-01-02 | 7 | -25/+79 | |
| * | | | | | | rio: Kill off ckmalloc | Alan Cox | 2009-01-02 | 1 | -13/+4 | |
| * | | | | | | tty_port: Add a port level carrier detect operation | Alan Cox | 2009-01-02 | 19 | -239/+427 | |
| * | | | | | | tty: Fix PPP hang under load | Alan Cox | 2009-01-02 | 2 | -9/+22 | |
| * | | | | | | CRED: Wrap task credential accesses in the devpts filesystem | David Howells | 2009-01-02 | 1 | -3/+3 | |
| * | | | | | | Add device function for USB serial console | Kevin Hao | 2009-01-02 | 1 | -0/+13 | |
| * | | | | | | And here's a patch (to be applied on top of the last) which prevents | Russell King | 2009-01-02 | 2 | -17/+22 | |
| * | | | | | | Convert the oxsemi tornado special cases to use the quirk interface and not | Russell King | 2009-01-02 | 1 | -40/+51 | |
| * | | | | | | devpts: fix unused function warning | Andrew Morton | 2009-01-02 | 1 | -1/+1 | |
| * | | | | | | tty: Fix close races in USB serial | Alan Cox | 2009-01-02 | 1 | -5/+10 | |
| * | | | | | | n_tty: Output bells immediately on a full buffer | Joe Peterson | 2009-01-02 | 1 | -17/+9 | |
| * | | | | | | n_tty: Fix hanfling of buffer full corner cases | Joe Peterson | 2009-01-02 | 1 | -17/+38 | |
| * | | | | | | n_tty: Fix handling of control characters and continuations | Joe Peterson | 2009-01-02 | 1 | -9/+15 | |
| * | | | | | | pty: simplify resize | Alan Cox | 2009-01-02 | 6 | -36/+74 | |
| * | | | | | | tty: Fix sparse static warning for tty_driver_lookup_tty | Jason Wessel | 2009-01-02 | 1 | -1/+1 | |
| * | | | | | | sierra: Fix formatting | Alan Cox | 2009-01-02 | 1 | -1/+1 |