aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/mxser_new.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-16serial: remove termios checks from various old char serial driversAlan Cox1-13/+7
2007-07-16Char: mxser_new, fix sparse warningJiri Slaby1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-24Char: mxser_new, fix TIOCMIWAITJiri Slaby1-29/+9
2007-04-24Char: mxser_new, fix recursive lockingJan Yenya Kasprzak1-0/+7
2007-02-11[PATCH] Char: mxser_new, fix sparse warningJiri Slaby1-1/+1
2007-02-11[PATCH] Char: mxser_new, lock count and flagsJiri Slaby1-1/+4
2007-02-11[PATCH] Char: mxser_new, do not null driver_dataJiri Slaby1-3/+0
2007-02-11[PATCH] Char: mxser_new, upgrade to 1.9.15Jiri Slaby1-20/+91
2007-02-11[PATCH] Char: mxser_new, do not put pdevJiri Slaby1-1/+0
2007-02-11[PATCH] Char: mxser_new, fix twice resource releasingJiri Slaby1-6/+6
2007-02-11[PATCH] Char: mxser_new, less loops in isrJiri Slaby1-6/+3
2007-02-11[PATCH] Char: mxser_new, header file cleanupJiri Slaby1-2/+5
2007-02-11[PATCH] Char: mxser_new, alter locking in isrJiri Slaby1-13/+9
2007-02-11[PATCH] Char: mxser_new, clean request_irq callJiri Slaby1-6/+2
2007-02-11[PATCH] Char: mxser_new, remove tty_wakeup bottomhalfJiri Slaby1-20/+6
2007-02-11[PATCH] Char: mxser_new, remove unused stuffJiri Slaby1-18/+0
2007-02-11[PATCH] Char: mxser_new, remove useless spinlockJiri Slaby1-4/+0
2007-02-11[PATCH] Char: mxser_new, mark init functionsJiri Slaby1-4/+4
2007-02-11[PATCH] make drivers/char/mxser_new.c:mxser_hangup() staticAdrian Bunk1-1/+1
2006-12-30[PATCH] Char: mxser, fix oops when removing openedJiri Slaby1-0/+1
2006-12-13[PATCH] mxser_new: fix non-PCI buildJiri Slaby1-0/+8
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-4/+4
2006-12-08[PATCH] mxser-workqueue-fixesAndrew Morton1-3/+3
2006-12-08[PATCH] mxser_new: correct tty driver nameJiri Slaby1-1/+1
2006-12-08[PATCH] Char: mxser_new, clean macrosJiri Slaby1-10/+2
2006-12-08[PATCH] Char: mxser_new, pci probingJiri Slaby1-87/+88
2006-12-08[PATCH] Char: mxser_new, delete ttys and termiosJiri Slaby1-6/+0
2006-12-08[PATCH] Char: mxser_new, correct intr handler protoJiri Slaby1-1/+1
2006-12-08[PATCH] Char: mxser_new, comments cleanupJiri Slaby1-127/+16
2006-12-08[PATCH] Char: mxser_new, reverse if-else-paths patchJiri Slaby1-20/+7
2006-12-08[PATCH] Char: mxser_new, compact structures, round2Jiri Slaby1-167/+109
2006-12-08[PATCH] Char: mxser_new, register tty devices on the flyJiri Slaby1-11/+27
2006-12-08[PATCH] Char: mxser_new, compress isa findingJiri Slaby1-69/+40
2006-12-08[PATCH] Char: mxser_new, don't check tty_unregister retvalJiri Slaby1-6/+3
2006-12-08[PATCH] Char: mxser_new, correct fail pathsJiri Slaby1-25/+24
2006-12-08[PATCH] Char: mxser_new, testbit for bit testingJiri Slaby1-7/+8
2006-12-08[PATCH] Char: mxser_new, eliminate tty ldisc derefJiri Slaby1-10/+2
2006-12-08[PATCH] char: remove unneded termbits redefinitions (mxser_new)Jiri Slaby1-3/+0
2006-12-08[PATCH] Char: mxser_new, CMSPAR is definedJiri Slaby1-4/+0
2006-12-08[PATCH] Char: mxser_new, code upside downJiri Slaby1-1557/+1488
2006-12-08[PATCH] Char: mxser_new, alter license termsJiri Slaby1-12/+4
2006-12-08[PATCH] Char: mxser_new, debug printk dependent on DEBUGJiri Slaby1-14/+5
2006-12-08[PATCH] Char: mxser_new, remove request for testers lineJiri Slaby1-3/+0
2006-12-08[PATCH] Char: mxser_new, revert spin_lock changesJiri Slaby1-12/+0
2006-12-08[PATCH] Char: mxser_new, kill unneeded memsetsJiri Slaby1-7/+0
2006-12-08[PATCH] char: mxser_new, check request_region retvalsJiri Slaby1-4/+17
2006-12-08[PATCH] char: mxser_new, pci_request_region for pci regionsJiri Slaby1-6/+4
2006-12-08[PATCH] char: mxser_new, use __(dev)init macrosJiri Slaby1-4/+4
2006-12-08[PATCH] Char: mxser_new, rework to allow dynamic structsJiri Slaby1-620/+576