aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-12-08[PATCH] Char: stallion, convert to pci probingJiri Slaby1-82/+83
2006-12-08[PATCH] Char: sx, request regionsJiri Slaby2-6/+50
2006-12-08[PATCH] Char: sx, use pci_iomapJiri Slaby1-12/+14
2006-12-08[PATCH] Char: sx, fix return in module initJiri Slaby1-0/+1
2006-12-08[PATCH] Char: sx, simplify timer logicJiri Slaby1-11/+4
2006-12-08[PATCH] Char: sx, whitespace cleanupJiri Slaby1-846/+976
2006-12-08[PATCH] Char: sx, remove duplicite codeJiri Slaby1-15/+3
2006-12-08[PATCH] Char: sx, lock boards structJiri Slaby1-14/+23
2006-12-08[PATCH] Char: sx, ifdef ISA codeJiri Slaby1-6/+14
2006-12-08[PATCH] Char: sx, use eisa probingJiri Slaby1-47/+117
2006-12-08[PATCH] Char: sx, mark functions as devinitJiri Slaby1-4/+4
2006-12-08[PATCH] Char: sx, use kcallocJiri Slaby1-13/+1
2006-12-08[PATCH] Char: sx, convert to pci probingJiri Slaby1-78/+105
2006-12-08[PATCH] Char: isicom, fix tty index checkJiri Slaby1-2/+2
2006-12-08[PATCH] Char: isicom, remove cvs stuffJiri Slaby1-5/+2
2006-12-08[PATCH] Char: isicom, simplify timerJiri Slaby1-14/+4
2006-12-08[PATCH] Char: isicom, use completionJiri Slaby1-5/+3
2006-12-08[PATCH] Char: isicom, check kmalloc retvalJiri Slaby1-0/+5
2006-12-08[PATCH] Char: isicom, use pci_request_regionJiri Slaby1-3/+4
2006-12-08[PATCH] Char: isicom, move to tty_register_deviceJiri Slaby1-1/+12
2006-12-08[PATCH] Char: isicom, remove unneeded memsetJiri Slaby1-1/+0
2006-12-08[PATCH] Char: isicom, remove isa codeJiri Slaby1-70/+21
2006-12-08[PATCH] Char: isicom, rename init functionJiri Slaby1-2/+2
2006-12-08[PATCH] Char: isicom, expand functionJiri Slaby1-107/+44
2006-12-08[PATCH] termios: Enable new style termios ioctls on x86-64Alan Cox3-3/+23
2006-12-08[PATCH] tty_ioctl: use termios for the old structure and termios2 for the newAlan Cox1-7/+11
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox113-253/+301
2006-12-08[PATCH] tty: switch to ktermios and new frameworkAlan Cox7-127/+297
2006-12-08[PATCH] tty: preparatory structures for termios revampAlan Cox21-1/+229
2006-12-08[PATCH] Char: stallion, remove many prototypesJiri Slaby1-131/+91
2006-12-08[PATCH] Char: stallion, mark functions as initJiri Slaby1-8/+8
2006-12-08[PATCH] Char: stallion, uninline functionsJiri Slaby1-19/+9
2006-12-08[PATCH] Char: stallion, move init/deinitJiri Slaby1-136/+120
2006-12-08[PATCH] Char: stallion, kill typedefsJiri Slaby2-243/+239
2006-12-08[PATCH] Char: stallion, remove unneeded castsJiri Slaby1-136/+136
2006-12-08[PATCH] Char: stallion, use pr_debug macroJiri Slaby1-237/+86
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] isicom, mxser MAINTAINERS updateJiri Slaby1-0/+12
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