summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
* | [PATCH] Char: stallion, implement fail pathsJiri Slaby2006-12-081-71/+128
* | [PATCH] Char: stallion, prints cleanupJiri Slaby2006-12-081-13/+2
* | [PATCH] Char: stallion, convert to pci probingJiri Slaby2006-12-081-82/+83
* | [PATCH] Char: sx, request regionsJiri Slaby2006-12-082-6/+50
* | [PATCH] Char: sx, use pci_iomapJiri Slaby2006-12-081-12/+14
* | [PATCH] Char: sx, fix return in module initJiri Slaby2006-12-081-0/+1
* | [PATCH] Char: sx, simplify timer logicJiri Slaby2006-12-081-11/+4
* | [PATCH] Char: sx, whitespace cleanupJiri Slaby2006-12-081-846/+976
* | [PATCH] Char: sx, remove duplicite codeJiri Slaby2006-12-081-15/+3
* | [PATCH] Char: sx, lock boards structJiri Slaby2006-12-081-14/+23
* | [PATCH] Char: sx, ifdef ISA codeJiri Slaby2006-12-081-6/+14
* | [PATCH] Char: sx, use eisa probingJiri Slaby2006-12-081-47/+117
* | [PATCH] Char: sx, mark functions as devinitJiri Slaby2006-12-081-4/+4
* | [PATCH] Char: sx, use kcallocJiri Slaby2006-12-081-13/+1
* | [PATCH] Char: sx, convert to pci probingJiri Slaby2006-12-081-78/+105
* | [PATCH] Char: isicom, fix tty index checkJiri Slaby2006-12-081-2/+2
* | [PATCH] Char: isicom, remove cvs stuffJiri Slaby2006-12-081-5/+2
* | [PATCH] Char: isicom, simplify timerJiri Slaby2006-12-081-14/+4
* | [PATCH] Char: isicom, use completionJiri Slaby2006-12-081-5/+3
* | [PATCH] Char: isicom, check kmalloc retvalJiri Slaby2006-12-081-0/+5
* | [PATCH] Char: isicom, use pci_request_regionJiri Slaby2006-12-081-3/+4
* | [PATCH] Char: isicom, move to tty_register_deviceJiri Slaby2006-12-081-1/+12
* | [PATCH] Char: isicom, remove unneeded memsetJiri Slaby2006-12-081-1/+0
* | [PATCH] Char: isicom, remove isa codeJiri Slaby2006-12-081-70/+21
* | [PATCH] Char: isicom, rename init functionJiri Slaby2006-12-081-2/+2
* | [PATCH] Char: isicom, expand functionJiri Slaby2006-12-081-107/+44
* | [PATCH] tty_ioctl: use termios for the old structure and termios2 for the newAlan Cox2006-12-081-7/+11
* | [PATCH] tty: switch to ktermiosAlan Cox2006-12-0829-74/+121
* | [PATCH] tty: switch to ktermios and new frameworkAlan Cox2006-12-082-113/+282
* | [PATCH] Char: stallion, remove many prototypesJiri Slaby2006-12-081-131/+91
* | [PATCH] Char: stallion, mark functions as initJiri Slaby2006-12-081-8/+8
* | [PATCH] Char: stallion, uninline functionsJiri Slaby2006-12-081-19/+9
* | [PATCH] Char: stallion, move init/deinitJiri Slaby2006-12-081-136/+120
* | [PATCH] Char: stallion, kill typedefsJiri Slaby2006-12-081-231/+227
* | [PATCH] Char: stallion, remove unneeded castsJiri Slaby2006-12-081-136/+136
* | [PATCH] Char: stallion, use pr_debug macroJiri Slaby2006-12-081-237/+86
* | [PATCH] mxser-workqueue-fixesAndrew Morton2006-12-081-3/+3
* | [PATCH] mxser_new: correct tty driver nameJiri Slaby2006-12-081-1/+1
* | [PATCH] Char: mxser_new, clean macrosJiri Slaby2006-12-081-10/+2
* | [PATCH] Char: mxser_new, pci probingJiri Slaby2006-12-081-87/+88
* | [PATCH] Char: mxser_new, delete ttys and termiosJiri Slaby2006-12-081-6/+0
* | [PATCH] Char: mxser_new, correct intr handler protoJiri Slaby2006-12-081-1/+1
* | [PATCH] Char: mxser_new, comments cleanupJiri Slaby2006-12-081-127/+16
* | [PATCH] Char: mxser_new, reverse if-else-paths patchJiri Slaby2006-12-081-20/+7
* | [PATCH] Char: mxser_new, compact structures, round2Jiri Slaby2006-12-081-167/+109
* | [PATCH] Char: mxser_new, register tty devices on the flyJiri Slaby2006-12-081-11/+27
* | [PATCH] Char: mxser_new, compress isa findingJiri Slaby2006-12-081-69/+40
* | [PATCH] Char: mxser_new, don't check tty_unregister retvalJiri Slaby2006-12-081-6/+3
* | [PATCH] Char: mxser_new, correct fail pathsJiri Slaby2006-12-081-25/+24
* | [PATCH] Char: mxser_new, testbit for bit testingJiri Slaby2006-12-081-7/+8