Age | Commit message (Expand) | Author | Files | Lines |
2009-06-11 | tty: rewrite the ldisc locking | Alan Cox | 1 | -1/+1 |
2009-06-11 | tty: cyclades, remove unused variables | Jiri Slaby | 1 | -6/+0 |
2009-06-11 | tty: cyclades, fix nports handling | Jiri Slaby | 1 | -41/+17 |
2009-06-11 | tty: cyclades, convert macros to inlines | Jiri Slaby | 1 | -59/+71 |
2009-06-11 | tty: cyclades, cache HW version | Jiri Slaby | 1 | -21/+11 |
2009-06-11 | tty: cyclades, plx9060 casts cleanup | Jiri Slaby | 1 | -32/+33 |
2009-06-11 | tty: cyclades, remove spurious check in ISR | Jiri Slaby | 1 | -8/+0 |
2009-06-11 | tty: cyclades, don't kill FW | Jiri Slaby | 1 | -2/+0 |
2009-06-11 | tty:cyclades, load firmware even on Ze | Jiri Slaby | 1 | -8/+5 |
2009-04-07 | cyclades: Auto-load cyclades module when device opened. | Scott James Remnant | 1 | -0/+2 |
2009-04-01 | proc tty: switch cyclades to ->proc_fops | Alexey Dobriyan | 1 | -34/+20 |
2009-01-02 | drivers/char/cyclades.c: cy_pci_probe: fix error path | Andrew Morton | 1 | -1/+1 |
2008-10-13 | Char: cyclades. remove bogus iomap | Jiri Slaby | 1 | -9/+12 |
2008-07-23 | tty: rework break handling | Alan Cox | 1 | -4/+4 |
2008-07-21 | tty: add more tty_port fields | Alan Cox | 1 | -14/+14 |
2008-07-21 | cyclades: use tty_port | Alan Cox | 1 | -158/+157 |
2008-07-21 | tty: Ldisc revamp | Alan Cox | 1 | -1/+2 |
2008-07-10 | cyclades: treat firmware data as const | David Woodhouse | 1 | -5/+5 |
2008-04-30 | drivers/char: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -2/+2 |
2008-04-30 | char: switch gs, cyclades and esp to return int for put_char | Alan Cox | 1 | -4/+5 |
2008-04-30 | tty/serial: lay the foundations for the next set of reworks | Alan Cox | 1 | -36/+40 |
2008-04-30 | cyclades: use ioremap_nocache for clarity as proposed | Alan Cox | 1 | -1/+1 |
2008-04-30 | cyclades: coding style & review | Alan Cox | 1 | -159/+149 |
2008-04-30 | cyclades.c: fix sparse shadowed variable warnings | Harvey Harrison | 1 | -2/+2 |
2008-04-30 | cyclades: Prepare for relaxed locking in callers | Alan Cox | 1 | -12/+17 |
2007-10-23 | Char: cyclades, fix potential NULL dereference | Jiri Slaby | 1 | -1/+1 |
2007-10-20 | Documentation: Remove references to dead "cyclades=" boot option | Robert P. J. Day | 1 | -2/+0 |
2007-10-20 | Convert files to UTF-8 and some cleanups | Jan Engelhardt | 1 | -1/+1 |
2007-10-19 | Cyclades: Avoid label defined but not used warning | Jesper Juhl | 1 | -4/+4 |
2007-10-19 | Char: cyclades, fix some -W warnings | Jiri Slaby | 1 | -49/+39 |
2007-10-19 | Char: cyclades, move spin_lock to one place | Jiri Slaby | 1 | -7/+2 |
2007-10-19 | Char: cyclades, make the isr code readable | Jiri Slaby | 1 | -325/+292 |
2007-10-19 | Char: cyclades, remove bottom half processing | Jiri Slaby | 1 | -91/+20 |
2007-07-18 | drivers/*: mark variables with uninitialized_var() | Jeff Garzik | 1 | -2/+2 |
2007-07-17 | Char: cyclades, fix sparse warning | Jiri Slaby | 1 | -10/+8 |
2007-07-17 | Char: cyclades, add firmware loading | Jiri Slaby | 1 | -23/+328 |
2007-07-16 | serial: remove termios checks from various old char serial drivers | Alan Cox | 1 | -4/+0 |
2007-05-24 | Char: cyclades, fix deadlock | Jiri Slaby | 1 | -0/+1 |
2007-05-08 | Char: cyclades, copyright and version changes | Jiri Slaby | 1 | -4/+4 |
2007-05-08 | Char: cyclades, probe cleanup | Jiri Slaby | 1 | -270/+198 |
2007-05-08 | Char: cyclades, dynamic ports | Jiri Slaby | 1 | -73/+69 |
2007-05-08 | Char: cyclades, fix tty device unregister | Jiri Slaby | 1 | -2/+2 |
2007-05-08 | Char: cyclades, conditions cleanup | Jiri Slaby | 1 | -39/+21 |
2007-05-08 | Char: cyclades, remove locking macros | Jiri Slaby | 1 | -127/+118 |
2007-05-08 | Char: cyclades, remove unused timestamps | Jiri Slaby | 1 | -12/+0 |
2007-05-08 | Char: cyclades, timers cleanup | Jiri Slaby | 1 | -12/+5 |
2007-05-08 | Char: cyclades, fix blockmove | Jiri Slaby | 1 | -18/+16 |
2007-05-08 | Char: cyclades, remove sleep_on | Jiri Slaby | 1 | -29/+16 |
2007-05-08 | Char: cyclades, make info->card a pointer | Jiri Slaby | 1 | -161/+162 |
2007-05-08 | Char: cyclades, get rid of phys addresses | Jiri Slaby | 1 | -8/+3 |