| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | ip2: switch remaining direct call of ops->flush_buffer | Alan Cox | 2008-04-30 | 1 | -2/+1 |
* | | tty: add throttle/unthrottle helpers | Alan Cox | 2008-04-30 | 2 | -10/+20 |
* | | isicom: fix buffer allocation | Alan Cox | 2008-04-30 | 1 | -8/+6 |
* | | esp: clean up to modern coding style | Alan Cox | 2008-04-30 | 1 | -308/+283 |
* | | epca: coding style | Alan Cox | 2008-04-30 | 1 | -118/+158 |
* | | riscom8: coding style | Alan Cox | 2008-04-30 | 1 | -340/+304 |
* | | tty: The big operations rework | Alan Cox | 2008-04-30 | 8 | -213/+183 |
* | | isicom: bring into coding style | Alan Cox | 2008-04-30 | 1 | -53/+56 |
* | | pty: prepare for tty->ops changes | Alan Cox | 2008-04-30 | 1 | -3/+26 |
* | | consoles: switch to int put_char method | Alan Cox | 2008-04-30 | 2 | -5/+6 |
* | | synclink series: switch to int put_char method | Alan Cox | 2008-04-30 | 3 | -14/+22 |
* | | specialix: Switch to int put_char method | Alan Cox | 2008-04-30 | 1 | -4/+5 |
* | | serial167: switch to int put_char method | Alan Cox | 2008-04-30 | 1 | -3/+4 |
* | | riscom/rocket: switch to int put_char method | Alan Cox | 2008-04-30 | 2 | -5/+9 |
* | | pcmcia: serial to int put_char method | Alan Cox | 2008-04-30 | 1 | -3/+4 |
* | | mxser: switch to put_char being int | Alan Cox | 2008-04-30 | 1 | -3/+4 |
* | | char: switch gs, cyclades and esp to return int for put_char | Alan Cox | 2008-04-30 | 3 | -12/+17 |
* | | amiserial: Switch put char to return success/fail | Alan Cox | 2008-04-30 | 1 | -5/+6 |
* | | tty/serial: lay the foundations for the next set of reworks | Alan Cox | 2008-04-30 | 20 | -174/+168 |
* | | drivers/char/ds1286.c: use time_before, time_before_eq, etc | Julia Lawall | 2008-04-30 | 1 | -1/+2 |
* | | Char: rio, fix cirrus defines | Jiri Slaby | 2008-04-30 | 7 | -185/+191 |
* | | 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 |
* | | istallion: TIOCG/SSOFTCAR handling removal | Alan Cox | 2008-04-30 | 1 | -10/+0 |
* | | Char: ip2, macros cleanup | Jiri Slaby | 2008-04-30 | 6 | -383/+211 |
* | | drivers/char/ip2/ip2main.c: replace init_module&cleanup_module with module_in... | Jon Schindler | 2008-04-30 | 1 | -4/+6 |
* | | epca.c: static functions and integer as NULL pointer fixes | Harvey Harrison | 2008-04-30 | 1 | -4/+5 |
* | | cyclades.c: fix sparse shadowed variable warnings | Harvey Harrison | 2008-04-30 | 1 | -2/+2 |
* | | char: rocket.c: fix sparse variable shadowing and int as NULL pointer | Harvey Harrison | 2008-04-30 | 1 | -4/+5 |
* | | char: esp.c: fix possible double-unlock | Harvey Harrison | 2008-04-30 | 1 | -2/+2 |
* | | char: fix sparse shadowed variable warnings in esp.c | Harvey Harrison | 2008-04-30 | 1 | -6/+0 |
* | | Char: moxa, add firmware loading fix | Jiri Slaby | 2008-04-30 | 1 | -1/+4 |
* | | Char: moxa, update credits | Jiri Slaby | 2008-04-30 | 1 | -2/+3 |
* | | Char: moxa, notify about board readiness | Jiri Slaby | 2008-04-30 | 1 | -0/+7 |
* | | Char: moxa, introduce MOXA_IS_320 macro | Jiri Slaby | 2008-04-30 | 1 | -46/+19 |
* | | Char: moxa, remove useless tty functions | Jiri Slaby | 2008-04-30 | 1 | -25/+0 |
* | | Char: moxa, little cleanup | Jiri Slaby | 2008-04-30 | 1 | -110/+62 |
* | | Char: moxa, rework open/close | Jiri Slaby | 2008-04-30 | 1 | -162/+158 |
* | | Char: moxa, serialise timer | Jiri Slaby | 2008-04-30 | 1 | -11/+15 |
* | | Char: moxa, cleanup rx/tx | Jiri Slaby | 2008-04-30 | 2 | -75/+51 |
* | | Char: moxa, merge 2 poll functions | Jiri Slaby | 2008-04-30 | 2 | -290/+141 |
* | | Char: moxa, ioctl cleanup | Jiri Slaby | 2008-04-30 | 2 | -221/+147 |
* | | Char: moxa, timer cleanup | Jiri Slaby | 2008-04-30 | 1 | -41/+21 |
* | | Char: moxa, centralize board readiness | Jiri Slaby | 2008-04-30 | 1 | -119/+116 |
* | | Char: moxa, remove unused port entries | Jiri Slaby | 2008-04-30 | 1 | -11/+0 |
* | | Char: moxa, remove port->port | Jiri Slaby | 2008-04-30 | 1 | -191/+163 |
* | | Char: moxa, merge c2xx and c320 firmware loading | Jiri Slaby | 2008-04-30 | 1 | -119/+69 |
* | | Char: moxa, add firmware loading | Jiri Slaby | 2008-04-30 | 2 | -708/+807 |
* | | Char: moxa, fix TIOC(G/S)SOFTCAR param | Jiri Slaby | 2008-04-30 | 1 | -2/+2 |
* | | Char: moxa, pci io space fixup | Jiri Slaby | 2008-04-30 | 1 | -3/+13 |