summaryrefslogtreecommitdiffstats
path: root/drivers/char/mxser.c
Commit message (Expand)AuthorAgeFilesLines
* tty: Add carrier processing on close to the tty_port coreAlan Cox2009-06-111-4/+8
* char: mxser, fix ISA board lookupPeter Botha2009-06-101-1/+1
* mxser: remove tty_port_tty_get from mxser_check_modem_statusJiri Slaby2009-04-061-1/+0Star
* tty: Introduce some close helpers for portsAlan Cox2009-01-021-47/+9Star
* tty: Introduce a tty_port generic block_til_readyAlan Cox2009-01-021-70/+1Star
* tty: relock the mxser driverAlan Cox2009-01-021-15/+13Star
* tty: Pull the dtr raise into tty portAlan Cox2009-01-021-4/+13
* tty_port: Add a port level carrier detect operationAlan Cox2009-01-021-21/+33
* tty: trivial - fix up email addresses in tty related stuffAlan Cox2008-11-111-1/+2
* tty: Remove lots of NULL checksAlan Cox2008-10-131-5/+0Star
* mxser: Switch to kref ttyAlan Cox2008-10-131-89/+103
* Char: mxser, ratelimit ioctl warningJiri Slaby2008-07-301-2/+4
* Char: mxser, various cleanupsJiri Slaby2008-07-251-20/+4Star
* Char: mxser, remove predefined isa supportJiri Slaby2008-07-251-40/+27Star
* Char: mxser, prints cleanupJiri Slaby2008-07-251-43/+37Star
* Char: mxser, globals cleanupJiri Slaby2008-07-251-75/+55Star
* Char: mxser, ioctl cleanupJiri Slaby2008-07-251-23/+19Star
* Char: mxser, add CP-102UF supportJiri Slaby2008-07-221-4/+6
* tty: rework break handlingAlan Cox2008-07-221-1/+2
* mxser: remove dead codeAlan Cox2008-07-221-36/+0Star
* tty: add more tty_port fieldsAlan Cox2008-07-211-17/+12Star
* mxser: use tty_portAlan Cox2008-07-211-131/+126Star
* mxser: convert large macros to functionsChristoph Hellwig2008-04-301-15/+214
* mxser: switch to put_char being intAlan Cox2008-04-301-3/+4
* tty/serial: lay the foundations for the next set of reworksAlan Cox2008-04-301-23/+24
* mxser: prepare for BKL pushdownAlan Cox2008-04-301-25/+38
* Char: mxser, add support for CP-114ULJiri Slaby2008-02-071-10/+19
* Char: mxser, remove itJiri Slaby2008-02-071-2140/+1728Star
* mxser/mxser_new: first pass over termios reporting for the mxser cardsAlan Cox2008-02-071-8/+19
* Char: char/serial, remove SERIAL_TYPE_NORMAL redefinesJiri Slaby2008-02-071-3/+0Star
* Remove inclusions of <linux/autoconf.h>Ralf Baechle2008-02-061-1/+0Star
* remove asm/bitops.h includesJiri Slaby2007-10-191-1/+1
* mxser: fix compiler warning when building without CONFIG_PCIJesper Juhl2007-10-181-2/+2
* mxser: remove commented crapAlan Cox2007-10-181-19/+0Star
* serial: remove termios checks from various old char serial driversAlan Cox2007-07-161-11/+5Star
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0Star
* Char: mxser, fix TIOCMIWAITJiri Slaby2007-04-241-34/+14Star
* [PATCH] mxser: remove useless fieldsCedric Le Goater2007-02-111-6/+1Star
* [PATCH] Char: tty_wakeup cleanupJiri Slaby2007-02-111-3/+1Star
* [PATCH] Char: mxser, fix oops when removing openedJiri Slaby2006-12-301-0/+1
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-081-8/+10
* [PATCH] mxser: PCI refcountsAlan Cox2006-12-081-2/+6
* [PATCH] mxser: correct tty driver nameJiri Slaby2006-12-081-2/+2
* [PATCH] add process_session() helper routineCedric Le Goater2006-12-081-1/+1
* WorkStruct: make allyesconfigDavid Howells2006-11-221-4/+5
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* [PATCH] const struct tty_operationsJeff Dike2006-10-021-1/+1
* [PATCH] serial: Fix up offenders peering at baud bits directlyAlan Cox2006-10-011-65/+1Star
* [PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star