summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2008-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds18-49/+61
2008-07-23istallion: Use helpersAlan Cox1-2/+1
2008-07-23synclink_gt fix locking in error path of rx enablePaul Fulghum1-1/+3
2008-07-23synclink_gt: add rx DMA buffer fill level controlPaul Fulghum1-15/+27
2008-07-23synclink_gt: leave transmitter in reset state after configurationPaul Fulghum1-1/+1
2008-07-23synclink_gt: improve TIOCOUTQ accuracyPaul Fulghum1-2/+57
2008-07-23synclink_gt: add serial bit order controlPaul Fulghum1-0/+2
2008-07-23synclink_gt: improve and simplify write methodPaul Fulghum1-27/+11
2008-07-23n_hdlc: honor O_NONBLOCK on writePaul Fulghum1-0/+4
2008-07-23Fix the epca driver to permit epca_setup() to be invoked from the kernel cmdlineDavid Howells1-2/+13
2008-07-23Char: mxser, add CP-102UF supportJiri Slaby1-4/+6
2008-07-23specialix: restore driver using new break functionalityAlan Cox2-28/+12
2008-07-23Fix the (i)Stallion driver's putchar() and break_ctl() opsDavid Howells1-7/+9
2008-07-23riscom8: Restore driver using new break functionalityAlan Cox2-19/+10
2008-07-23isicom: restore using hardware break supportAlan Cox2-22/+10
2008-07-23epca: Restore driverAlan Cox2-30/+10
2008-07-23tty: rework break handlingAlan Cox15-76/+73
2008-07-23tty: Mark unconverted drivers as BROKENAlan Cox1-3/+3
2008-07-23mxser: remove dead codeAlan Cox1-36/+0
2008-07-23epca: Fix comments and move breakAlan Cox1-5/+0
2008-07-23specialix: Code cleanupsAlan Cox2-182/+44
2008-07-23specialix: Tidy up coding styleAlan Cox1-302/+361
2008-07-23tty: Split ldisc code into its own fileAlan Cox3-628/+724
2008-07-22device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman18-49/+61
2008-07-22Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds1-14/+15
2008-07-21Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2008-07-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+2
2008-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds5-0/+983
2008-07-21Fix istallion build failureWang Chen1-13/+13
2008-07-21Merge branch 'linus' into x86/urgentIngo Molnar58-1970/+1840
2008-07-21Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into nextDmitry Torokhov239-67977/+3311
2008-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-67/+53
2008-07-21m68k: Return -ENODEV if no device is foundGeert Uytterhoeven1-1/+1
2008-07-21tty: add more tty_port fieldsAlan Cox16-194/+165
2008-07-21cyclades: use tty_portAlan Cox1-158/+157
2008-07-21tty: Clean up tiocmsetAlan Cox1-26/+22
2008-07-21synclink: use tty_portAlan Cox3-310/+289
2008-07-21stallion: use tty_portAlan Cox1-80/+80
2008-07-21rocket: use tty_portAlan Cox2-64/+61
2008-07-21mxser: use tty_portAlan Cox1-131/+126
2008-07-21moxa: use tty_portAlan Cox1-45/+42
2008-07-21istallion: use tty_portAlan Cox1-58/+58
2008-07-21isicom: use tty_portAlan Cox1-102/+79
2008-07-21riscom8: remove bogus checksAlan Cox1-24/+8
2008-07-21riscom8: use tty_portAlan Cox2-85/+68
2008-07-21gs: use tty_portAlan Cox7-167/+164
2008-07-21esp: use tty_portAlan Cox1-136/+136
2008-07-21epca: use tty_portAlan Cox2-59/+54
2008-07-21tty: Introduce a tty_port common structureAlan Cox1-0/+34
2008-07-21drivers/char/rio/: remove VCS tagsAdrian Bunk26-121/+0