| Commit message (Expand) | Author | Age | Files | Lines |
* | drivers/char/mxser.c: fix compilation warning in mxser.c | Rakib Mullick | 2010-10-27 | 1 | -0/+4 |
* | tty: icount changeover for other main devices | Alan Cox | 2010-10-22 | 1 | -27/+35 |
* | Char: mxser, call pci_disable_device from probe/remove | Jiri Slaby | 2010-10-22 | 1 | -25/+22 |
* | mxser: remove unnesesary NULL check | Kulikov Vasiliy | 2010-08-10 | 1 | -1/+1 |
* | tty: Fix regressions in the char driver conversion | Alan Cox | 2010-04-30 | 1 | -1/+2 |
* | mxser: spin_lock() => spin_lock_irq() | Dan Carpenter | 2010-04-07 | 1 | -3/+3 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -1/+1 |
* | tty: char: mxser, remove unnecessary tty test | Jiri Slaby | 2010-03-02 | 1 | -2/+1 |
* | tty: mxser: Use the new locking rules to fix setserial properly | Alan Cox | 2009-12-11 | 1 | -67/+78 |
* | tty: mxser: use the tty_port_open method | Alan Cox | 2009-12-11 | 1 | -76/+35 |
* | tty: Char: mxser, use THRE for ASPP_OQUEUE ioctl | Jiri Slaby | 2009-09-19 | 1 | -1/+1 |
* | tty: Char: mxser, add support for CP112UL | Jiri Slaby | 2009-09-19 | 1 | -2/+5 |
* | serial: move delta_msr_wait into the tty_port | Alan Cox | 2009-09-19 | 1 | -5/+3 |
* | mxser: Split close ready for a standard tty_port_close method | Alan Cox | 2009-09-19 | 1 | -22/+23 |
* | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 | 1 | -0/+1 |
* | Remove low_latency flag setting from nozomi and mxser drivers | Chuck Ebbert | 2009-06-24 | 1 | -2/+0 |
* | tty: Add carrier processing on close to the tty_port core | Alan Cox | 2009-06-11 | 1 | -4/+8 |
* | char: mxser, fix ISA board lookup | Peter Botha | 2009-06-09 | 1 | -1/+1 |
* | mxser: remove tty_port_tty_get from mxser_check_modem_status | Jiri Slaby | 2009-04-06 | 1 | -1/+0 |
* | tty: Introduce some close helpers for ports | Alan Cox | 2009-01-02 | 1 | -47/+9 |
* | tty: Introduce a tty_port generic block_til_ready | Alan Cox | 2009-01-02 | 1 | -70/+1 |
* | tty: relock the mxser driver | Alan Cox | 2009-01-02 | 1 | -15/+13 |
* | tty: Pull the dtr raise into tty port | Alan Cox | 2009-01-02 | 1 | -4/+13 |
* | tty_port: Add a port level carrier detect operation | Alan Cox | 2009-01-02 | 1 | -21/+33 |
* | tty: trivial - fix up email addresses in tty related stuff | Alan Cox | 2008-11-11 | 1 | -1/+2 |
* | tty: Remove lots of NULL checks | Alan Cox | 2008-10-13 | 1 | -5/+0 |
* | mxser: Switch to kref tty | Alan Cox | 2008-10-13 | 1 | -89/+103 |
* | Char: mxser, ratelimit ioctl warning | Jiri Slaby | 2008-07-30 | 1 | -2/+4 |
* | Char: mxser, various cleanups | Jiri Slaby | 2008-07-25 | 1 | -20/+4 |
* | Char: mxser, remove predefined isa support | Jiri Slaby | 2008-07-25 | 1 | -40/+27 |
* | Char: mxser, prints cleanup | Jiri Slaby | 2008-07-25 | 1 | -43/+37 |
* | Char: mxser, globals cleanup | Jiri Slaby | 2008-07-25 | 1 | -75/+55 |
* | Char: mxser, ioctl cleanup | Jiri Slaby | 2008-07-25 | 1 | -23/+19 |
* | Char: mxser, add CP-102UF support | Jiri Slaby | 2008-07-22 | 1 | -4/+6 |
* | tty: rework break handling | Alan Cox | 2008-07-22 | 1 | -1/+2 |
* | mxser: remove dead code | Alan Cox | 2008-07-22 | 1 | -36/+0 |
* | tty: add more tty_port fields | Alan Cox | 2008-07-20 | 1 | -17/+12 |
* | mxser: use tty_port | Alan Cox | 2008-07-20 | 1 | -131/+126 |
* | mxser: convert large macros to functions | Christoph Hellwig | 2008-04-30 | 1 | -15/+214 |
* | mxser: switch to put_char being int | Alan Cox | 2008-04-30 | 1 | -3/+4 |
* | tty/serial: lay the foundations for the next set of reworks | Alan Cox | 2008-04-30 | 1 | -23/+24 |
* | mxser: prepare for BKL pushdown | Alan Cox | 2008-04-30 | 1 | -25/+38 |
* | Char: mxser, add support for CP-114UL | Jiri Slaby | 2008-02-07 | 1 | -10/+19 |
* | Char: mxser, remove it | Jiri Slaby | 2008-02-07 | 1 | -2140/+1728 |
* | mxser/mxser_new: first pass over termios reporting for the mxser cards | Alan Cox | 2008-02-07 | 1 | -8/+19 |
* | Char: char/serial, remove SERIAL_TYPE_NORMAL redefines | Jiri Slaby | 2008-02-07 | 1 | -3/+0 |
* | Remove inclusions of <linux/autoconf.h> | Ralf Baechle | 2008-02-06 | 1 | -1/+0 |
* | remove asm/bitops.h includes | Jiri Slaby | 2007-10-19 | 1 | -1/+1 |
* | mxser: fix compiler warning when building without CONFIG_PCI | Jesper Juhl | 2007-10-18 | 1 | -2/+2 |
* | mxser: remove commented crap | Alan Cox | 2007-10-18 | 1 | -19/+0 |