aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/mxser.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-22tty: move a number of tty drivers from drivers/char/ to drivers/tty/Greg Kroah-Hartman1-2757/+0
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox1-1/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-1/+1
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-1/+1
2010-10-27drivers/char/mxser.c: fix compilation warning in mxser.cRakib Mullick1-0/+4
2010-10-22tty: icount changeover for other main devicesAlan Cox1-27/+35
2010-10-22Char: mxser, call pci_disable_device from probe/removeJiri Slaby1-25/+22
2010-08-10mxser: remove unnesesary NULL checkKulikov Vasiliy1-1/+1
2010-04-30tty: Fix regressions in the char driver conversionAlan Cox1-1/+2
2010-04-07mxser: spin_lock() => spin_lock_irq()Dan Carpenter1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2010-03-02tty: char: mxser, remove unnecessary tty testJiri Slaby1-2/+1
2009-12-11tty: mxser: Use the new locking rules to fix setserial properlyAlan Cox1-67/+78
2009-12-11tty: mxser: use the tty_port_open methodAlan Cox1-76/+35
2009-09-19tty: Char: mxser, use THRE for ASPP_OQUEUE ioctlJiri Slaby1-1/+1
2009-09-19tty: Char: mxser, add support for CP112ULJiri Slaby1-2/+5
2009-09-19serial: move delta_msr_wait into the tty_portAlan Cox1-5/+3
2009-09-19mxser: Split close ready for a standard tty_port_close methodAlan Cox1-22/+23
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-24Remove low_latency flag setting from nozomi and mxser driversChuck Ebbert1-2/+0
2009-06-11tty: Add carrier processing on close to the tty_port coreAlan Cox1-4/+8
2009-06-09char: mxser, fix ISA board lookupPeter Botha1-1/+1
2009-04-06mxser: remove tty_port_tty_get from mxser_check_modem_statusJiri Slaby1-1/+0
2009-01-02tty: Introduce some close helpers for portsAlan Cox1-47/+9
2009-01-02tty: Introduce a tty_port generic block_til_readyAlan Cox1-70/+1
2009-01-02tty: relock the mxser driverAlan Cox1-15/+13
2009-01-02tty: Pull the dtr raise into tty portAlan Cox1-4/+13
2009-01-02tty_port: Add a port level carrier detect operationAlan Cox1-21/+33
2008-11-11tty: trivial - fix up email addresses in tty related stuffAlan Cox1-1/+2
2008-10-13tty: Remove lots of NULL checksAlan Cox1-5/+0
2008-10-13mxser: Switch to kref ttyAlan Cox1-89/+103
2008-07-30Char: mxser, ratelimit ioctl warningJiri Slaby1-2/+4
2008-07-25Char: mxser, various cleanupsJiri Slaby1-20/+4
2008-07-25Char: mxser, remove predefined isa supportJiri Slaby1-40/+27
2008-07-25Char: mxser, prints cleanupJiri Slaby1-43/+37
2008-07-25Char: mxser, globals cleanupJiri Slaby1-75/+55
2008-07-25Char: mxser, ioctl cleanupJiri Slaby1-23/+19
2008-07-22Char: mxser, add CP-102UF supportJiri Slaby1-4/+6
2008-07-22tty: rework break handlingAlan Cox1-1/+2
2008-07-22mxser: remove dead codeAlan Cox1-36/+0
2008-07-20tty: add more tty_port fieldsAlan Cox1-17/+12
2008-07-20mxser: use tty_portAlan Cox1-131/+126
2008-04-30mxser: convert large macros to functionsChristoph Hellwig1-15/+214
2008-04-30mxser: switch to put_char being intAlan Cox1-3/+4
2008-04-30tty/serial: lay the foundations for the next set of reworksAlan Cox1-23/+24
2008-04-30mxser: prepare for BKL pushdownAlan Cox1-25/+38
2008-02-07Char: mxser, add support for CP-114ULJiri Slaby1-10/+19
2008-02-07Char: mxser, remove itJiri Slaby1-2140/+1728
2008-02-07mxser/mxser_new: first pass over termios reporting for the mxser cardsAlan Cox1-8/+19
2008-02-07Char: char/serial, remove SERIAL_TYPE_NORMAL redefinesJiri Slaby1-3/+0