summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* tty: use krefs to protect driver module countsAlan Cox2008-10-131-6/+11
* tty: Add a kref countAlan Cox2008-10-131-6/+48
* tty: Split tty_port into its own fileAlan Cox2008-10-133-37/+56
* tty: split the buffering from tty_ioAlan Cox2008-10-133-503/+512
* tty: move tioclinux from a special caseAlan Cox2008-10-133-6/+2
* serial: allow 8250 to be used on sparcDavid Miller2008-10-133-10/+27
* 8250: remove a few inlines of dubious valueWill Newton2008-10-131-5/+4
* serial_8250: pci_enable_device fail is not fully handledAlan Cox2008-10-131-2/+2
* ftdi: A few errors are err() that should be debug which causes much spewageAlan Cox2008-10-131-3/+3
* usb: fix pl2303 initializationJason Wessel2008-10-131-11/+0
* serial-make-uart_ports-ioport-unsigned-long-fixAndrew Morton2008-10-131-3/+2
* nozomi: Fix close on errorAlan Cox2008-10-131-1/+4
* audit: Handle embedded NUL in TTY input auditingMiloslav Trmac2008-10-131-1/+1
* ip2: avoid add_timer with pending timerAkinobu Mita2008-10-131-15/+4
* ip2: init/deinit cleanupJiri Slaby2008-10-133-251/+198
* ip2: fix sparse warningsJiri Slaby2008-10-131-9/+5
* ip2: cleanup globalsJiri Slaby2008-10-131-11/+7
* Char: merge ip2main and ip2baseJiri Slaby2008-10-133-125/+77
* Char: sx, fix io unmappingJiri Slaby2008-10-131-2/+2
* Char: cyclades. remove bogus iomapJiri Slaby2008-10-131-9/+12
* Fix oti6858 debug levelScott Ashcroft2008-10-131-4/+0
* Blackfin Serial Driver: Fix bug - request UART2/3 peripheral mapped interrupt...Sonic Zhang2008-10-131-0/+50
* Blackfin Serial Driver: Fix bug - ircp fails on sir over Blackfin UARTGraf Yang2008-10-131-0/+4
* Blackfin Serial Driver: Fix bug - Don't call tx_stop in tx_transfer.Sonic Zhang2008-10-131-1/+5
* Blackfin Serial Driver: Remove useless stopSonic Zhang2008-10-131-3/+0
* Blackfin Serial Driver: move common variables out of serial headers and into ...Mike Frysinger2008-10-131-7/+10
* Blackfin Serial Driver: trim trailing whitespace -- no functional changesMike Frysinger2008-10-131-4/+4
* Blackfin Serial Driver: Fix bug - should suspend/resume/remove all uart ports.Sonic Zhang2008-10-131-17/+22
* Blackfin Serial Driver: use __initdata for data, not __initMike Frysinger2008-10-131-1/+1
* epca: call tty_port_initAlan Cox2008-10-131-4/+1
* coldfire: scheduled SERIAL_COLDFIRE removalAdrian Bunk2008-10-134-2054/+2
* drivers/char/hvc_console.c: adjust call to put_tty_driverJulia Lawall2008-10-131-2/+2
* drivers/serial/crisv10.c: add missing put_tty_driverJulia Lawall2008-10-131-0/+2
* Fix Kconfig dependency for WM97xx battery driverLinus Torvalds2008-10-121-1/+1
* Merge branch 'x86-core-v2-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-1214-342/+152
|\
| *-----------. Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x...Ingo Molnar2008-10-1214-342/+152
| |\ \ \ \ \ \ \
| | | | | | | | * Merge commit 'v2.6.27-rc8' into x86/setupIngo Molnar2008-10-032710-131930/+313957
| | | | | | | | |\
| | | | | | | | * | x86 setup: remove remnants of CONFIG_VIDEO_SELECT (read: vga=)Alexey Dobriyan2008-09-032-18/+0
| | | | | | | * | | usb: move ehci reg defYinghai Lu2008-07-261-137/+1
| | | | | | * | | | x86: memory corruption check - cleanupIngo Molnar2008-10-121-1/+0
| | | | | | * | | | Merge branch 'linus' into x86/memory-corruption-checkIngo Molnar2008-10-12895-37086/+76643
| | | | | | |\ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| | | | | | * | | | Merge commit 'v2.6.27-rc6' into x86/memory-corruption-checkIngo Molnar2008-09-1614-64/+100
| | | | | | |\ \ \ \
| | | | | | * | | | | x86: check for and defend against BIOS memory corruptionJeremy Fitzhardinge2008-09-071-0/+1
| | * | | | | | | | | Merge branch 'linus' into x86/xenIngo Molnar2008-10-12871-36818/+76101
| | |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | xen: remove unused balloon.hJeremy Fitzhardinge2008-10-031-1/+0
| | * | | | | | | | | Merge branch 'timers/urgent' into x86/xenIngo Molnar2008-09-2361-330/+604
| | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | |
| | * | | | | | | | | Merge branch 'core/xen' into x86/xenIngo Molnar2008-09-10293-4378/+5689
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / | | | |/| | | | | | |
| | * | | | | | | | | Xen: fix cpu_hotplug build when !CONFIG_SMPAlex Nixon2008-09-051-1/+2
| | * | | | | | | | | Xen: fix cpu_hotplug.c build by replacing is_running_on_xen() with xen_pv_dom...Alex Nixon2008-09-051-1/+1
| | * | | | | | | | | xen: implement CPU hotpluggingAlex Nixon2008-08-253-1/+95