| Commit message (Expand) | Author | Age | Files | Lines |
* | tty: rework break handling | Alan Cox | 2008-07-22 | 1 | -1/+2 |
* | tty: add more tty_port fields | Alan Cox | 2008-07-20 | 1 | -5/+3 |
* | moxa: use tty_port | Alan Cox | 2008-07-20 | 1 | -45/+42 |
* | Fix a const assignment in moxa_load_fw() | David Howells | 2008-07-10 | 1 | -2/+2 |
* | char serial: switch drivers to ioremap_nocache | Alan Cox | 2008-04-30 | 1 | -2/+2 |
* | tty/serial: lay the foundations for the next set of reworks | Alan Cox | 2008-04-30 | 1 | -0/+2 |
* | 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 | 1 | -74/+50 |
* | Char: moxa, merge 2 poll functions | Jiri Slaby | 2008-04-30 | 1 | -285/+136 |
* | Char: moxa, ioctl cleanup | Jiri Slaby | 2008-04-30 | 1 | -221/+139 |
* | 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 | 1 | -708/+511 |
* | 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 |
* | Char: moxa, cleanup module-param passed isa init | Jiri Slaby | 2008-04-30 | 1 | -31/+33 |
* | Char: moxa, remove static isa support | Jiri Slaby | 2008-04-30 | 1 | -32/+2 |
* | moxa: first pass at termios reporting | Alan Cox | 2008-02-08 | 1 | -8/+15 |
* | Char: moxa, remove sleep_on | Jiri Slaby | 2007-10-18 | 1 | -4/+5 |
* | Char: moxa, function names cleanup | Jiri Slaby | 2007-10-18 | 1 | -31/+31 |
* | Char: moxa, cleanup prints | Jiri Slaby | 2007-10-18 | 1 | -42/+31 |
* | Char: moxa, fix and optimise empty timer | Jiri Slaby | 2007-10-18 | 1 | -2/+2 |
* | Char: moxa, eliminate busy waiting | Jiri Slaby | 2007-07-17 | 1 | -25/+12 |
* | old buffer overflow in moxa driver | dann frazier | 2007-05-08 | 1 | -2/+6 |
* | [PATCH] Char: moxa, pci probing | Jiri Slaby | 2007-02-11 | 1 | -20/+20 |
* | [PATCH] Char: moxa, pci_probing prepare | Jiri Slaby | 2007-02-11 | 1 | -18/+46 |
* | [PATCH] Char: moxa, remove useless variables | Jiri Slaby | 2007-02-11 | 1 | -21/+14 |
* | [PATCH] Char: moxa, variables cleanup | Jiri Slaby | 2007-02-11 | 1 | -188/+210 |
* | [PATCH] Char: moxa, remove moxa_pci_devinfo | Jiri Slaby | 2007-02-11 | 1 | -12/+3 |
* | [PATCH] Char: moxa, use del_timer_sync | Jiri Slaby | 2007-02-11 | 1 | -4/+4 |
* | [PATCH] Char: moxa, macros cleanup | Jiri Slaby | 2007-02-11 | 1 | -24/+13 |
* | [PATCH] Char: moxa, eliminate typedefs | Jiri Slaby | 2007-02-11 | 1 | -14/+15 |
* | [PATCH] Char: moxa, use PCI_DEVICE | Jiri Slaby | 2007-02-11 | 1 | -6/+6 |
* | [PATCH] Char: moxa, devids cleanup | Jiri Slaby | 2007-02-11 | 1 | -16/+3 |
* | [PATCH] Char: moxa, remove unused functions | Jiri Slaby | 2007-02-11 | 1 | -245/+0 |
* | [PATCH] Char: moxa, remove hangup bottomhalf | Jiri Slaby | 2007-02-11 | 1 | -22/+3 |
* | [PATCH] Char: moxa, timers cleanup | Jiri Slaby | 2007-02-11 | 1 | -40/+14 |
* | [PATCH] Char: moxa, do not initialize global static | Jiri Slaby | 2007-02-11 | 1 | -20/+4 |
* | [PATCH] Char: moxa, remove unused allocated page | Jiri Slaby | 2007-02-11 | 1 | -23/+1 |
* | [PATCH] tty: switch to ktermios | Alan Cox | 2006-12-08 | 1 | -8/+10 |