summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* drivers/char/nvram.c: Removed duplicated includeHuang Weiyi2008-07-231-1/+0
* tty: Fix up escaped characterAlan Cox2008-07-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-07-2218-49/+61
|\
| * device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-2118-49/+61
* | istallion: Use helpersAlan Cox2008-07-221-2/+1
* | synclink_gt fix locking in error path of rx enablePaul Fulghum2008-07-221-1/+3
* | synclink_gt: add rx DMA buffer fill level controlPaul Fulghum2008-07-221-15/+27
* | synclink_gt: leave transmitter in reset state after configurationPaul Fulghum2008-07-221-1/+1
* | synclink_gt: improve TIOCOUTQ accuracyPaul Fulghum2008-07-221-2/+57
* | synclink_gt: add serial bit order controlPaul Fulghum2008-07-221-0/+2
* | synclink_gt: improve and simplify write methodPaul Fulghum2008-07-221-27/+11
* | n_hdlc: honor O_NONBLOCK on writePaul Fulghum2008-07-221-0/+4
* | Fix the epca driver to permit epca_setup() to be invoked from the kernel cmdlineDavid Howells2008-07-221-2/+13
* | Char: mxser, add CP-102UF supportJiri Slaby2008-07-221-4/+6
* | specialix: restore driver using new break functionalityAlan Cox2008-07-222-28/+12
* | Fix the (i)Stallion driver's putchar() and break_ctl() opsDavid Howells2008-07-221-7/+9
* | riscom8: Restore driver using new break functionalityAlan Cox2008-07-222-19/+10
* | isicom: restore using hardware break supportAlan Cox2008-07-222-22/+10
* | epca: Restore driverAlan Cox2008-07-222-30/+10
* | tty: rework break handlingAlan Cox2008-07-2215-76/+73
* | tty: Mark unconverted drivers as BROKENAlan Cox2008-07-221-3/+3
* | mxser: remove dead codeAlan Cox2008-07-221-36/+0
* | epca: Fix comments and move breakAlan Cox2008-07-221-5/+0
* | specialix: Code cleanupsAlan Cox2008-07-222-182/+44
* | specialix: Tidy up coding styleAlan Cox2008-07-221-302/+361
* | tty: Split ldisc code into its own fileAlan Cox2008-07-223-628/+724
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-07-211-14/+15
|\
| * mmtimer: Push BKL down into the ioctl handlerAlan Cox2008-07-171-14/+15
* | Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-07-211-1/+1
|\ \
| * \ Merge branch 'linus' into x86/urgentIngo Molnar2008-07-2158-1970/+1840
| |\ \
| * | | Subject: devmem, x86: fix rename of CONFIG_NONPROMISC_DEVMEMIngo Molnar2008-07-201-1/+1
| * | | Merge branch 'linus' into x86/urgentIngo Molnar2008-07-182-140/+208
| |\ \ \
| * | | | x86: rename CONFIG_NONPROMISC_DEVMEM to CONFIG_PROMISC_DEVMEMIngo Molnar2008-07-181-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-07-211-0/+2
|\ \ \ \ \
| * \ \ \ \ Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into nextDmitry Torokhov2008-07-21239-67977/+3311
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Input: remove unused definesJoe Perches2008-05-161-0/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-07-215-0/+983
|\ \ \ \ \ \
| * | | | | | sparc64: Add Niagara2 RNG driver.David S. Miller2008-07-185-0/+983
| | |_|_|/ / | |/| | | |
* | | | | | Fix istallion build failureWang Chen2008-07-211-13/+13
| |_|/ / / |/| | | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-204-67/+53
|\ \ \ \ \
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-18160-66428/+1032
| |\| | | |
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-0536-1235/+2840
| |\ \ \ \ \
| * | | | | | WAN: convert drivers to use built-in netdev_statsKrzysztof Halasa2008-07-044-67/+53
* | | | | | | m68k: Return -ENODEV if no device is foundGeert Uytterhoeven2008-07-201-1/+1
* | | | | | | tty: add more tty_port fieldsAlan Cox2008-07-2016-194/+165
* | | | | | | cyclades: use tty_portAlan Cox2008-07-201-158/+157
* | | | | | | tty: Clean up tiocmsetAlan Cox2008-07-201-26/+22
* | | | | | | synclink: use tty_portAlan Cox2008-07-203-310/+289
* | | | | | | stallion: use tty_portAlan Cox2008-07-201-80/+80
* | | | | | | rocket: use tty_portAlan Cox2008-07-202-64/+61