summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
* | dsp56k: BKL pushdownAlan Cox2008-07-251-6/+14
* | ds1302: push down the BKL into the driver ioctl codeAlan Cox2008-07-251-6/+11
* | ppdev: wrap ioctl handler in driver and push lock downAlan Cox2008-07-251-5/+13
* | sx: push BKL down into the firmware ioctl handlerAlan Cox2008-07-251-30/+43
* | rio: push down the BKL into the firmware ioctl handlerAlan Cox2008-07-251-3/+5
* | mwave: ioctl BKL pushdownAlan Cox2008-07-251-11/+28
* | ip2: push BKL down for the firmware interfaceAlan Cox2008-07-251-5/+8
* | efirtc: push down the BKLAlan Cox2008-07-251-16/+19
* | #if 0 hpet_unregister()Adrian Bunk2008-07-251-0/+2
* | proper extern for mwave_s_mddAdrian Bunk2008-07-252-2/+2
* | remove some more tipar bitsAdrian Bunk2008-07-251-1/+0Star
* | char/xilinx_hwicap/xilinx_hwicap.c: Removed duplicated includeHuang Weiyi2008-07-251-1/+0Star
* | virtio: console as a config optionChristian Borntraeger2008-07-252-1/+9
* | virtio_console: use virtqueue notification for hvc_consoleChristian Borntraeger2008-07-251-7/+33
* | hvc_console: rework setup to replace irq functions with callbacksChristian Borntraeger2008-07-258-67/+105
* | drivers/char: remove old broken Cobalt LCD driverYoichi Yuasa2008-07-244-678/+0Star
* | rtc: remove and clarify unneeded externsCarlos R. Mafra2008-07-241-2/+0Star
* | rtc: push the BKL down into the driver ioctl methodAlan Cox2008-07-241-7/+10
* | vt: do not update when the console is blankedStefano Stabellini2008-07-241-1/+1
* | vt: hold console_sem across sysfs operationsJiri Slaby2008-07-241-2/+2
* | stallion: removed unused variableAndre Haupt2008-07-241-1/+0Star
* | PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi2008-07-241-0/+1
* | use generic_access_phys for /dev/mem mappingsRik van Riel2008-07-241-1/+4
* | mspec: convert nopfn to faultNick Piggin2008-07-241-9/+14
* | remove is_tty()Adrian Bunk2008-07-241-13/+0Star
* | drivers/char/nvram.c: Removed duplicated includeHuang Weiyi2008-07-231-1/+0Star
* | tty: Fix up escaped characterAlan Cox2008-07-231-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-2218-49/+61
* | | istallion: Use helpersAlan Cox2008-07-221-2/+1Star
* | | 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/+11Star
* | | 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/+12Star
* | | 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/+10Star
* | | isicom: restore using hardware break supportAlan Cox2008-07-222-22/+10Star
* | | epca: Restore driverAlan Cox2008-07-222-30/+10Star
* | | tty: rework break handlingAlan Cox2008-07-2215-76/+73Star
* | | tty: Mark unconverted drivers as BROKENAlan Cox2008-07-221-3/+3
* | | mxser: remove dead codeAlan Cox2008-07-221-36/+0Star
* | | epca: Fix comments and move breakAlan Cox2008-07-221-5/+0Star
* | | specialix: Code cleanupsAlan Cox2008-07-222-182/+44Star
* | | specialix: Tidy up coding styleAlan Cox2008-07-221-302/+361