Age | Commit message (Expand) | Author |
2011-02-22 | tty: move a number of tty drivers from drivers/char/ to drivers/tty/ | Greg Kroah-Hartman |
2011-02-17 | tty: now phase out the ioctl file pointer for good | Alan Cox |
2011-02-17 | tiocmset: kill the file pointer argument | Alan Cox |
2011-02-17 | tiocmget: kill off the passing of the struct file | Alan Cox |
2010-10-27 | drivers/char/mxser.c: fix compilation warning in mxser.c | Rakib Mullick |
2010-10-22 | tty: icount changeover for other main devices | Alan Cox |
2010-10-22 | Char: mxser, call pci_disable_device from probe/remove | Jiri Slaby |
2010-08-10 | mxser: remove unnesesary NULL check | Kulikov Vasiliy |
2010-04-30 | tty: Fix regressions in the char driver conversion | Alan Cox |
2010-04-07 | mxser: spin_lock() => spin_lock_irq() | Dan Carpenter |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2010-03-02 | tty: char: mxser, remove unnecessary tty test | Jiri Slaby |
2009-12-11 | tty: mxser: Use the new locking rules to fix setserial properly | Alan Cox |
2009-12-11 | tty: mxser: use the tty_port_open method | Alan Cox |
2009-09-19 | tty: Char: mxser, use THRE for ASPP_OQUEUE ioctl | Jiri Slaby |
2009-09-19 | tty: Char: mxser, add support for CP112UL | Jiri Slaby |
2009-09-19 | serial: move delta_msr_wait into the tty_port | Alan Cox |
2009-09-19 | mxser: Split close ready for a standard tty_port_close method | Alan Cox |
2009-07-12 | headers: smp_lock.h redux | Alexey Dobriyan |
2009-06-24 | Remove low_latency flag setting from nozomi and mxser drivers | Chuck Ebbert |
2009-06-11 | tty: Add carrier processing on close to the tty_port core | Alan Cox |
2009-06-09 | char: mxser, fix ISA board lookup | Peter Botha |
2009-04-06 | mxser: remove tty_port_tty_get from mxser_check_modem_status | Jiri Slaby |
2009-01-02 | tty: Introduce some close helpers for ports | Alan Cox |
2009-01-02 | tty: Introduce a tty_port generic block_til_ready | Alan Cox |
2009-01-02 | tty: relock the mxser driver | Alan Cox |
2009-01-02 | tty: Pull the dtr raise into tty port | Alan Cox |
2009-01-02 | tty_port: Add a port level carrier detect operation | Alan Cox |
2008-11-11 | tty: trivial - fix up email addresses in tty related stuff | Alan Cox |
2008-10-13 | tty: Remove lots of NULL checks | Alan Cox |
2008-10-13 | mxser: Switch to kref tty | Alan Cox |
2008-07-30 | Char: mxser, ratelimit ioctl warning | Jiri Slaby |
2008-07-25 | Char: mxser, various cleanups | Jiri Slaby |
2008-07-25 | Char: mxser, remove predefined isa support | Jiri Slaby |
2008-07-25 | Char: mxser, prints cleanup | Jiri Slaby |
2008-07-25 | Char: mxser, globals cleanup | Jiri Slaby |
2008-07-25 | Char: mxser, ioctl cleanup | Jiri Slaby |
2008-07-22 | Char: mxser, add CP-102UF support | Jiri Slaby |
2008-07-22 | tty: rework break handling | Alan Cox |
2008-07-22 | mxser: remove dead code | Alan Cox |
2008-07-20 | tty: add more tty_port fields | Alan Cox |
2008-07-20 | mxser: use tty_port | Alan Cox |
2008-04-30 | mxser: convert large macros to functions | Christoph Hellwig |
2008-04-30 | mxser: switch to put_char being int | Alan Cox |
2008-04-30 | tty/serial: lay the foundations for the next set of reworks | Alan Cox |
2008-04-30 | mxser: prepare for BKL pushdown | Alan Cox |
2008-02-07 | Char: mxser, add support for CP-114UL | Jiri Slaby |
2008-02-07 | Char: mxser, remove it | Jiri Slaby |
2008-02-07 | mxser/mxser_new: first pass over termios reporting for the mxser cards | Alan Cox |
2008-02-07 | Char: char/serial, remove SERIAL_TYPE_NORMAL redefines | Jiri Slaby |