Age | Commit message (Expand) | Author | Files | Lines |
2008-04-30 | mxser: switch to put_char being int | Alan Cox | 1 | -3/+4 |
2008-04-30 | char: switch gs, cyclades and esp to return int for put_char | Alan Cox | 3 | -12/+17 |
2008-04-30 | amiserial: Switch put char to return success/fail | Alan Cox | 1 | -5/+6 |
2008-04-30 | usb gadget: switch to put_char returning int | Alan Cox | 1 | -4/+6 |
2008-04-30 | serial m68k: put_char returns | Alan Cox | 3 | -5/+7 |
2008-04-30 | s390 tty: Prepare for put_char to return success/fail | Alan Cox | 4 | -6/+12 |
2008-04-30 | tty/serial: lay the foundations for the next set of reworks | Alan Cox | 26 | -234/+189 |
2008-04-30 | drivers/char/ds1286.c: use time_before, time_before_eq, etc | Julia Lawall | 1 | -1/+2 |
2008-04-30 | Char: rio, fix cirrus defines | Jiri Slaby | 7 | -185/+191 |
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 | istallion: TIOCG/SSOFTCAR handling removal | Alan Cox | 1 | -10/+0 |
2008-04-30 | Char: ip2, macros cleanup | Jiri Slaby | 6 | -383/+211 |
2008-04-30 | drivers/char/ip2/ip2main.c: replace init_module&cleanup_module with module_in... | Jon Schindler | 1 | -4/+6 |
2008-04-30 | epca.c: static functions and integer as NULL pointer fixes | Harvey Harrison | 1 | -4/+5 |
2008-04-30 | cyclades.c: fix sparse shadowed variable warnings | Harvey Harrison | 1 | -2/+2 |
2008-04-30 | char: rocket.c: fix sparse variable shadowing and int as NULL pointer | Harvey Harrison | 1 | -4/+5 |
2008-04-30 | char: esp.c: fix possible double-unlock | Harvey Harrison | 1 | -2/+2 |
2008-04-30 | char: fix sparse shadowed variable warnings in esp.c | Harvey Harrison | 1 | -6/+0 |
2008-04-30 | Char: moxa, add firmware loading fix | Jiri Slaby | 1 | -1/+4 |
2008-04-30 | Char: moxa, update credits | Jiri Slaby | 1 | -2/+3 |
2008-04-30 | Char: moxa, notify about board readiness | Jiri Slaby | 1 | -0/+7 |
2008-04-30 | Char: moxa, introduce MOXA_IS_320 macro | Jiri Slaby | 1 | -46/+19 |
2008-04-30 | Char: moxa, remove useless tty functions | Jiri Slaby | 1 | -25/+0 |
2008-04-30 | Char: moxa, little cleanup | Jiri Slaby | 1 | -110/+62 |
2008-04-30 | Char: moxa, rework open/close | Jiri Slaby | 1 | -162/+158 |
2008-04-30 | Char: moxa, serialise timer | Jiri Slaby | 1 | -11/+15 |
2008-04-30 | Char: moxa, cleanup rx/tx | Jiri Slaby | 2 | -75/+51 |
2008-04-30 | Char: moxa, merge 2 poll functions | Jiri Slaby | 2 | -290/+141 |
2008-04-30 | Char: moxa, ioctl cleanup | Jiri Slaby | 2 | -221/+147 |
2008-04-30 | Char: moxa, timer cleanup | Jiri Slaby | 1 | -41/+21 |
2008-04-30 | Char: moxa, centralize board readiness | Jiri Slaby | 1 | -119/+116 |
2008-04-30 | Char: moxa, remove unused port entries | Jiri Slaby | 1 | -11/+0 |
2008-04-30 | Char: moxa, remove port->port | Jiri Slaby | 1 | -191/+163 |
2008-04-30 | Char: moxa, merge c2xx and c320 firmware loading | Jiri Slaby | 1 | -119/+69 |
2008-04-30 | Char: moxa, add firmware loading | Jiri Slaby | 2 | -708/+807 |
2008-04-30 | Char: moxa, fix TIOC(G/S)SOFTCAR param | Jiri Slaby | 1 | -2/+2 |
2008-04-30 | Char: moxa, pci io space fixup | Jiri Slaby | 1 | -3/+13 |
2008-04-30 | Char: moxa, cleanup module-param passed isa init | Jiri Slaby | 1 | -31/+33 |
2008-04-30 | Char: moxa, remove static isa support | Jiri Slaby | 1 | -32/+2 |
2008-04-30 | SGI Altix mmtimer: allow larger number of timers per node | Dimitri Sivanich | 1 | -156/+244 |
2008-04-30 | tty: drop the BKL for driver/ldisc ioctl methods | Alan Cox | 1 | -8/+1 |
2008-04-30 | tty_ioctl: soft carrier handling | Alan Cox | 1 | -6/+27 |
2008-04-30 | tty_ioctl: locking for tty_wait_until_sent | Alan Cox | 1 | -4/+7 |
2008-04-30 | tty_io: fix remaining pid struct locking | Alan Cox | 1 | -1/+27 |
2008-04-30 | Resume TTY on SUSP and fix CRNL order in N_TTY line discipline | Joe Peterson | 1 | -8/+11 |
2008-04-30 | redo locking of tty->pgrp | Alan Cox | 2 | -18/+66 |
2008-04-30 | tty: BKL pushdown | Alan Cox | 7 | -50/+146 |
2008-04-30 | serial_core: Prepare for BKL push down | Alan Cox | 1 | -7/+9 |
2008-04-30 | 68360serial: Note that there isn't any info->mcr locking | Alan Cox | 1 | -1/+1 |