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