Age | Commit message (Expand) | Author | Files | Lines |
2011-02-23 | tty: move a number of tty drivers from drivers/char/ to drivers/tty/ | Greg Kroah-Hartman | 1 | -2092/+0 |
2011-02-17 | tty: now phase out the ioctl file pointer for good | Alan Cox | 1 | -1/+1 |
2011-02-17 | tiocmset: kill the file pointer argument | Alan Cox | 1 | -2/+2 |
2011-02-17 | tiocmget: kill off the passing of the struct file | Alan Cox | 1 | -2/+2 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-03-03 | tty: declare MODULE_FIRMWARE in various drivers | Ben Hutchings | 1 | -0/+3 |
2010-03-03 | tty: moxa: remove #ifdef MODULE completely. | Rakib Mullick | 1 | -11/+6 |
2009-12-12 | tty: moxa: split open lock | Alan Cox | 1 | -12/+11 |
2009-12-12 | tty: moxa: Kill the use of lock_kernel | Alan Cox | 1 | -14/+2 |
2009-12-12 | tty: moxa: Fix modem op locking | Alan Cox | 1 | -15/+10 |
2009-12-12 | tty: moxa: Kill off the throttle method | Alan Cox | 1 | -20/+1 |
2009-12-12 | tty: moxa: Locking clean up | Alan Cox | 1 | -33/+25 |
2009-12-12 | tty: moxa: rework the locking a bit | Alan Cox | 1 | -5/+22 |
2009-12-12 | tty: moxa: Use more tty_port ops | Alan Cox | 1 | -116/+21 |
2009-07-12 | headers: smp_lock.h redux | Alexey Dobriyan | 1 | -0/+1 |
2009-06-22 | Revert "char: moxa, prevent opening unavailable ports" | Linus Torvalds | 1 | -6/+1 |
2009-06-20 | char: moxa, prevent opening unavailable ports | Dirk Eibach | 1 | -1/+6 |
2009-06-11 | moxa: prevent opening unavailable ports | Dirk Eibach | 1 | -0/+5 |
2009-04-07 | tty: moxa, fix refcounting in moxa_poll_port | Jiri Slaby | 1 | -4/+5 |
2009-01-02 | tty_port: Add a port level carrier detect operation | Alan Cox | 1 | -5/+21 |
2008-10-16 | char: moxa.c sparse annotation | Harvey Harrison | 1 | -1/+1 |
2008-10-13 | tty: kref usage for isicom and moxa | Alan Cox | 1 | -23/+38 |
2008-07-23 | tty: rework break handling | Alan Cox | 1 | -1/+2 |
2008-07-21 | tty: add more tty_port fields | Alan Cox | 1 | -5/+3 |
2008-07-21 | moxa: use tty_port | Alan Cox | 1 | -45/+42 |
2008-07-10 | Fix a const assignment in moxa_load_fw() | David Howells | 1 | -2/+2 |
2008-04-30 | char serial: switch drivers to ioremap_nocache | Alan Cox | 1 | -2/+2 |
2008-04-30 | tty/serial: lay the foundations for the next set of reworks | Alan Cox | 1 | -0/+2 |
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 | 1 | -74/+50 |
2008-04-30 | Char: moxa, merge 2 poll functions | Jiri Slaby | 1 | -285/+136 |
2008-04-30 | Char: moxa, ioctl cleanup | Jiri Slaby | 1 | -221/+139 |
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 | 1 | -708/+511 |
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-02-08 | moxa: first pass at termios reporting | Alan Cox | 1 | -8/+15 |