summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-01-16video/framebuffer: fix bug: jpegview cannot work on framebuffer device other ...Michael Hennerich2-2/+28
2009-01-16gpio: fix probe() error return in gpio driver probesBen Dooks5-12/+24
2009-01-16atmel_spi: allow transfer when max_speed_hz = 0Stanislaw Gruszka1-2/+1
2009-01-16atmel_serial: fix flow control bugItai Levi1-1/+1
2009-01-15hso serial throttled tty kref fix.Denis Joseph Barrow1-1/+3
2009-01-15tty: Fix double grabbing of a spinlockDenis Joseph Barrow1-2/+1
2009-01-15tty: Fix a kref leak in the HSO driver on re-openAlan Cox1-0/+1
2009-01-15ftdi_sio: fix kref leakJim Paris1-1/+1
2009-01-15When a break signal is detected, the next character should be ignored.Mischa Jonker1-11/+12
2009-01-15serial: Add SupraExpress 336i PnP Voice ModemDaniel Gagnon1-0/+2
2009-01-158250_pci: add support for netmos 9835 IBM devicesJiri Slaby1-0/+8
2009-01-15tty: Fix race in the flush for some ldiscsAlan Cox1-1/+1
2009-01-15Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds16-317/+143
2009-01-15Merge branch 'syscalls' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds1-8/+4
2009-01-14ide: fix suspend regressionBartlomiej Zolnierkiewicz1-4/+8
2009-01-14tx4938ide: Fix build error due to read_sff_dma_status movingAtsushi Nemoto1-1/+0
2009-01-14ide: remove unused CONFIG_BLK_DEV_IDE_AU1XXX_SEQTS_PER_RQBartlomiej Zolnierkiewicz1-5/+0
2009-01-14sl82c105: remove dead codeBartlomiej Zolnierkiewicz1-4/+0
2009-01-14via82cxxx: fix cable warning messageBartlomiej Zolnierkiewicz1-2/+0
2009-01-14ide: can't use SSD/non-rotational queue flag for all CFA devicesBartlomiej Zolnierkiewicz1-1/+1
2009-01-14it821x.c: use dev->revision instead of pci_read_config_byteBrandon Philips1-2/+1
2009-01-14it821x: Add ultra_mask quirk for Vortex86SXBrandon Philips1-0/+12
2009-01-14ide: fix accidental LOCKDEP breakage caused by local_irq_set() removalBartlomiej Zolnierkiewicz2-2/+2
2009-01-14[CVE-2009-0029] System call wrappers part 26Heiko Carstens1-8/+4
2009-01-14powerpc/83xx: Move mcu_mpc8349emitx driver out of drivers/i2c/chips/Anton Vorontsov3-221/+0
2009-01-14Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-4/+4
2009-01-14fix early_serial_setup() regressionHelge Deller2-1/+2
2009-01-13TWL4030: fix clk API usageRussell King1-4/+4
2009-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds8-31/+47
2009-01-13Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-7/+19
2009-01-13Prevent oops at boot with VT-dDirk Hohndel1-1/+2
2009-01-13pata_it821x: Update RDC UDMA handlingAlan Cox1-4/+13
2009-01-13ata: fix wrong WARN_ON_ONCEChristian Borntraeger1-3/+6
2009-01-13hvc_console: Use kzalloc() instead of kmalloc() + memset()Milton Miller1-3/+1
2009-01-13hvc_console: Do not set low_latency when using interruptsMilton Miller1-1/+2
2009-01-13hvc_console: Call free_irq() only if request_irq() was successfulMilton Miller1-1/+1
2009-01-13hvc_console: Change an mb() to smp_mb() and add some commentsMilton Miller1-2/+5
2009-01-13powerpc: Cleanup from l64 to ll64 change: drivers/netStephen Rothwell4-22/+22
2009-01-13powerpc: Cleanup from l64 to ll64 change: drivers/charStephen Rothwell1-1/+1
2009-01-13powerpc: Change u64/s64 to a long long integer typeIngo Molnar3-10/+10
2009-01-13Merge branches 'ehca', 'ipoib', 'iser', 'mlx4' and 'nes' into for-nextRoland Dreier7-30/+46
2009-01-13IB/iser: Add dependency on INFINIBAND_ADDR_TRANSRandy Dunlap1-1/+1
2009-01-13IPoIB: Do not join broadcast group if interface is brought downYossi Etigin1-0/+3
2009-01-13Merge commit 'gcl/gcl-next' into nextBenjamin Herrenschmidt3-56/+101
2009-01-13ti_usb_3410_5052: add Multi-Tech firmwareChris Adams1-0/+3
2009-01-13ti_usb_3410_5052: add Multi-Tech modem supportChris Adams2-5/+39
2009-01-13ti_usb_3410_5052: support alternate firmwareChris Adams1-15/+29
2009-01-13usb-serial: remove NULL checkAlan Cox1-3/+0
2009-01-13neo: Remove a bogus NULL checkAlan Cox1-3/+0
2009-01-13pty: Fix documentationAlan Cox1-3/+1