aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-13pty: If the administrator creates a device for a ptmx slave we should not errorAlan Cox1-6/+12
2008-10-13tty: Redo current tty lockingAlan Cox2-14/+5
2008-10-13tty: the vhangup syscall is racyAlan Cox1-0/+19
2008-10-13mxser: Switch to kref ttyAlan Cox1-89/+103
2008-10-13stallion: Use krefsAlan Cox3-93/+123
2008-10-13tty: kref usage for isicom and moxaAlan Cox2-53/+69
2008-10-13tty: usb-serial krefsAlan Cox36-208/+310
2008-10-13tty: Move tty_write_message out of kernel/printkAlan Cox1-0/+25
2008-10-13tty: Make get_current_tty use a krefAlan Cox2-5/+8
2008-10-13tty: compare the tty winsizeAlan Cox1-1/+1
2008-10-13tty: Termios locking - sort out real_tty confusions and lock readsAlan Cox2-21/+39
2008-10-13tty: Add termioxAlan Cox1-0/+58
2008-10-13tty: ipw need reworkingAlan Cox1-9/+10
2008-10-13tty: use krefs to protect driver module countsAlan Cox1-6/+11
2008-10-13tty: Add a kref countAlan Cox1-6/+48
2008-10-13tty: Split tty_port into its own fileAlan Cox3-37/+56
2008-10-13tty: split the buffering from tty_ioAlan Cox3-503/+512
2008-10-13tty: move tioclinux from a special caseAlan Cox3-6/+2
2008-10-13serial: allow 8250 to be used on sparcDavid Miller3-10/+27
2008-10-138250: remove a few inlines of dubious valueWill Newton1-5/+4
2008-10-13serial_8250: pci_enable_device fail is not fully handledAlan Cox1-2/+2
2008-10-13ftdi: A few errors are err() that should be debug which causes much spewageAlan Cox1-3/+3
2008-10-13usb: fix pl2303 initializationJason Wessel1-11/+0
2008-10-13serial-make-uart_ports-ioport-unsigned-long-fixAndrew Morton1-3/+2
2008-10-13nozomi: Fix close on errorAlan Cox1-1/+4
2008-10-13audit: Handle embedded NUL in TTY input auditingMiloslav Trmac1-1/+1
2008-10-13ip2: avoid add_timer with pending timerAkinobu Mita1-15/+4
2008-10-13ip2: init/deinit cleanupJiri Slaby3-251/+198
2008-10-13ip2: fix sparse warningsJiri Slaby1-9/+5
2008-10-13ip2: cleanup globalsJiri Slaby1-11/+7
2008-10-13Char: merge ip2main and ip2baseJiri Slaby3-125/+77
2008-10-13Char: sx, fix io unmappingJiri Slaby1-2/+2
2008-10-13Char: cyclades. remove bogus iomapJiri Slaby1-9/+12
2008-10-13Fix oti6858 debug levelScott Ashcroft1-4/+0
2008-10-13Blackfin Serial Driver: Fix bug - request UART2/3 peripheral mapped interrupts in PIO modeSonic Zhang1-0/+50
2008-10-13Blackfin Serial Driver: Fix bug - ircp fails on sir over Blackfin UARTGraf Yang1-0/+4
2008-10-13Blackfin Serial Driver: Fix bug - Don't call tx_stop in tx_transfer.Sonic Zhang1-1/+5
2008-10-13Blackfin Serial Driver: Remove useless stopSonic Zhang1-3/+0
2008-10-13Blackfin Serial Driver: move common variables out of serial headers and into the serial driverMike Frysinger1-7/+10
2008-10-13Blackfin Serial Driver: trim trailing whitespace -- no functional changesMike Frysinger1-4/+4
2008-10-13Blackfin Serial Driver: Fix bug - should suspend/resume/remove all uart ports.Sonic Zhang1-17/+22
2008-10-13Blackfin Serial Driver: use __initdata for data, not __initMike Frysinger1-1/+1
2008-10-13epca: call tty_port_initAlan Cox1-4/+1
2008-10-13coldfire: scheduled SERIAL_COLDFIRE removalAdrian Bunk4-2054/+2
2008-10-13drivers/char/hvc_console.c: adjust call to put_tty_driverJulia Lawall1-2/+2
2008-10-13drivers/serial/crisv10.c: add missing put_tty_driverJulia Lawall1-0/+2
2008-10-12Fix Kconfig dependency for WM97xx battery driverLinus Torvalds1-1/+1
2008-10-12Merge branch 'x86-core-v2-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds14-342/+152
2008-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds14-475/+1153
2008-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds8-132/+1970