aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-03-24pcmcia: use dev_pm_ops for class pcmcia_socket_classGravatar Dominik Brodowski 18-282/+66
2010-03-24power: support _noirq actions on device types and classesGravatar Dominik Brodowski 1-0/+31
2010-03-24pcmcia: allow for four multifunction subdevices (again)Gravatar Dominik Brodowski 1-2/+6
2010-03-23pcmcia: do not use ioports < 0x100 on x86Gravatar Dominik Brodowski 1-0/+7
2010-03-23pd6729: Coding Style fixesGravatar Komuro 1-25/+39
2010-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...Gravatar Linus Torvalds 1-2/+13
2010-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 20-137/+229
2010-03-22edac, mce: Filter out invalid valuesGravatar Borislav Petkov 1-1/+6
2010-03-22virtio: console: Check if port is valid in resize_consoleGravatar Amit Shah 1-0/+4
2010-03-22virtio: console: Generate a kobject CHANGE event on adding 'name' attributeGravatar Amit Shah 1-2/+9
2010-03-20Merge branch 'vhost' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar David S. Miller 2-10/+18
2010-03-19KS8695: update ksp->next_rx_desc_read at the end of rx loopGravatar Yegor Yefremov 1-15/+9
2010-03-19igb: Add support for 82576 ET2 Quad Port Server AdapterGravatar Carolyn Wyborny 3-0/+3
2010-03-19ixgbevf: Message formatting cleanupsGravatar Greg Rose 1-2/+2
2010-03-19ixgbevf: Shorten up delay timer for watchdog taskGravatar Greg Rose 1-1/+1
2010-03-19ixgbevf: Fix VF Stats accounting after resetGravatar Greg Rose 3-38/+78
2010-03-19ixgbe: Set IXGBE_RSC_CB(skb)->DMA field to zero after unmapping the addressGravatar Mallikarjuna R Chilakala 1-2/+6
2010-03-19ixgbe: fix for real_num_tx_queues update issueGravatar Vasu Dev 1-3/+3
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Gravatar Linus Torvalds 2-2/+30
2010-03-19Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-51/+69
2010-03-19Merge branch 'zerolen' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarz...Gravatar Linus Torvalds 1-0/+0
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Gravatar Linus Torvalds 6-35/+46
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 10-18/+62
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Gravatar Linus Torvalds 30-142/+321
2010-03-19Delete zero-length file drivers/mtd/maps/omap_nor.cGravatar Jeff Garzik 1-0/+0
2010-03-19USB: gadget/multi: cdc_do_config: remove redundant checkGravatar Peter Korsgaard 1-2/+0
2010-03-19usb: r8a66597-hcd: fix removed from an attached hubGravatar Yoshihiro Shimoda 1-5/+11
2010-03-19USB: xhci: Make endpoint interval debugging clearer.Gravatar Sarah Sharp 1-2/+7
2010-03-19USB: Fix usb_fill_int_urb for SuperSpeed devicesGravatar Matthew Wilcox 1-0/+1
2010-03-19USB: cp210x: Remove double usb_control_msg from cp210x_set_configGravatar Michael Brunner 1-5/+0
2010-03-19USB: Remove last bit of CONFIG_USB_BERRY_CHARGEGravatar Christoph Egger 1-14/+0
2010-03-19USB: gadget: add gadget controller number for s3c-hsotg driverGravatar Maurus Cuelenaere 1-0/+8
2010-03-19USB: ftdi_sio: Fix locking for change_speed() functionGravatar Alessio Igor Bogani 1-2/+4
2010-03-19USB: g_mass_storage: fixed module name in KconfigGravatar Michal Nazarewicz 1-1/+1
2010-03-19USB: gadget: f_mass_storage::fsg_bind(): fix error handlingGravatar Peter Korsgaard 1-1/+0
2010-03-19USB: g_mass_storage: fix section mismatch warningsGravatar Mike Frysinger 1-1/+1
2010-03-19USB: gadget: fix Blackfin builds after gadget cleansingGravatar Mike Frysinger 1-1/+1
2010-03-19USB: goku_udc: remove potential null dereferenceGravatar Dan Carpenter 1-1/+1
2010-03-19USB: option.c: Add Pirelli VID/PID and indicate Pirelli's modem interface is ...Gravatar spark 1-0/+43
2010-03-19USB: serial: Fix module name typo for qcaux Kconfig entry.Gravatar Stefan Schmidt 1-2/+2
2010-03-19usb: cdc-wdm: Fix deadlock between write and resumeGravatar Oliver Neukum 1-2/+2
2010-03-19usb: cdc-wdm: Fix order in disconnect and fix lockingGravatar Oliver Neukum 1-8/+17
2010-03-19usb: cdc-wdm:Fix loss of data due to autosuspendGravatar Oliver Neukum 1-1/+4
2010-03-19usb: cdc-wdm: Fix submission of URB after suspensionGravatar Oliver Neukum 1-2/+5
2010-03-19usb: cdc-wdm: Fix race between disconnect and debug messagesGravatar Oliver Neukum 1-5/+0
2010-03-19usb: cdc-wdm: Fix race between autosuspend and reading from the deviceGravatar Oliver Neukum 1-4/+10
2010-03-19usb: cdc-wdm: Fix race between write and disconnectGravatar Oliver Neukum 1-39/+45
2010-03-19usb: musb: core: declare mbase only where it's usedGravatar Felipe Balbi 1-1/+7
2010-03-19USB: musb: fix warnings in Blackfin regsGravatar Mike Frysinger 1-0/+9
2010-03-19usb: musb: abstract out ULPI_BUSCONTROL register reads/writesGravatar Mike Frysinger 2-3/+21