| Commit message (Expand) | Author | Age | Files | Lines |
* | tty: icount changeover for other main devices | Alan Cox | 2010-10-22 | 1 | -23/+26 |
* | tty: introduce wait_event_interruptible_tty | Arnd Bergmann | 2010-08-10 | 1 | -1/+1 |
* | cyclades: Kill off BKL usage | Alan Cox | 2010-08-10 | 1 | -11/+9 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | tty: declare MODULE_FIRMWARE in various drivers | Ben Hutchings | 2010-03-02 | 1 | -0/+1 |
* | serial: cyclades: allow overriding ISA defaults also when the driver is built-in | Bartlomiej Zolnierkiewicz | 2010-03-02 | 1 | -8/+1 |
* | serial: Char: cyclades, fix compiler warning | Jiri Slaby | 2010-03-02 | 1 | -6/+0 |
* | cyclades: fix read buffer overflow | Roel Kluin | 2009-10-01 | 1 | -1/+1 |
* | serial: move delta_msr_wait into the tty_port | Alan Cox | 2009-09-19 | 1 | -5/+4 |
* | cyclades: use the full port_close function | Alan Cox | 2009-09-19 | 1 | -19/+17 |
* | cyclades: remove more duplicated code | Jiri Slaby | 2009-09-19 | 1 | -31/+14 |
* | cyclades: introduce cyy_readb/writeb | Jiri Slaby | 2009-09-19 | 1 | -284/+164 |
* | cyclades: tiocm cleanup | Jiri Slaby | 2009-09-19 | 1 | -87/+66 |
* | cyclades: ioctls cleanup | Jiri Slaby | 2009-09-19 | 1 | -112/+67 |
* | cyclades: merge cy_startup tails | Jiri Slaby | 2009-09-19 | 1 | -29/+16 |
* | cyclades: use dtr_rts helpers | Jiri Slaby | 2009-09-19 | 1 | -201/+79 |
* | cyclades: sleep instead busy-wait | Jiri Slaby | 2009-09-19 | 1 | -2/+2 |
* | cyclades: overall cleanup | Jiri Slaby | 2009-09-19 | 1 | -586/+12 |
* | cyclades: close cleanup | Jiri Slaby | 2009-09-19 | 1 | -68/+2 |
* | cyclades: switch to tty_port_hangup | Jiri Slaby | 2009-09-19 | 1 | -17/+6 |
* | cyclades: avoid addresses recomputation | Jiri Slaby | 2009-09-19 | 1 | -170/+71 |
* | cyclades: remove block_til_ready | Jiri Slaby | 2009-09-19 | 1 | -194/+108 |
* | cyclades: add tty refcounting | Jiri Slaby | 2009-09-19 | 1 | -79/+93 |
* | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 | 1 | -0/+1 |
* | tty: rewrite the ldisc locking | Alan Cox | 2009-06-11 | 1 | -1/+1 |
* | tty: cyclades, remove unused variables | Jiri Slaby | 2009-06-11 | 1 | -6/+0 |
* | tty: cyclades, fix nports handling | Jiri Slaby | 2009-06-11 | 1 | -41/+17 |
* | tty: cyclades, convert macros to inlines | Jiri Slaby | 2009-06-11 | 1 | -59/+71 |
* | tty: cyclades, cache HW version | Jiri Slaby | 2009-06-11 | 1 | -21/+11 |
* | tty: cyclades, plx9060 casts cleanup | Jiri Slaby | 2009-06-11 | 1 | -32/+33 |
* | tty: cyclades, remove spurious check in ISR | Jiri Slaby | 2009-06-11 | 1 | -8/+0 |
* | tty: cyclades, don't kill FW | Jiri Slaby | 2009-06-11 | 1 | -2/+0 |
* | tty:cyclades, load firmware even on Ze | Jiri Slaby | 2009-06-11 | 1 | -8/+5 |
* | cyclades: Auto-load cyclades module when device opened. | Scott James Remnant | 2009-04-06 | 1 | -0/+2 |
* | proc tty: switch cyclades to ->proc_fops | Alexey Dobriyan | 2009-04-01 | 1 | -34/+20 |
* | drivers/char/cyclades.c: cy_pci_probe: fix error path | Andrew Morton | 2009-01-02 | 1 | -1/+1 |
* | Char: cyclades. remove bogus iomap | Jiri Slaby | 2008-10-13 | 1 | -9/+12 |
* | tty: rework break handling | Alan Cox | 2008-07-22 | 1 | -4/+4 |
* | tty: add more tty_port fields | Alan Cox | 2008-07-20 | 1 | -14/+14 |
* | cyclades: use tty_port | Alan Cox | 2008-07-20 | 1 | -158/+157 |
* | tty: Ldisc revamp | Alan Cox | 2008-07-20 | 1 | -1/+2 |
* | cyclades: treat firmware data as const | David Woodhouse | 2008-07-10 | 1 | -5/+5 |
* | drivers/char: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-30 | 1 | -2/+2 |
* | char: switch gs, cyclades and esp to return int for put_char | Alan Cox | 2008-04-30 | 1 | -4/+5 |
* | tty/serial: lay the foundations for the next set of reworks | Alan Cox | 2008-04-30 | 1 | -36/+40 |
* | cyclades: use ioremap_nocache for clarity as proposed | Alan Cox | 2008-04-30 | 1 | -1/+1 |
* | cyclades: coding style & review | Alan Cox | 2008-04-30 | 1 | -159/+149 |
* | cyclades.c: fix sparse shadowed variable warnings | Harvey Harrison | 2008-04-30 | 1 | -2/+2 |
* | cyclades: Prepare for relaxed locking in callers | Alan Cox | 2008-04-30 | 1 | -12/+17 |
* | Char: cyclades, fix potential NULL dereference | Jiri Slaby | 2007-10-23 | 1 | -1/+1 |