summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-04-30USB: oxu210hp: release spinlock on error pathDan Carpenter1-3/+3
2010-04-30USB: serial: option: add cinterion device idGreg Kroah-Hartman1-0/+3
2010-04-30USB: serial: option: ZTEAC8710 Support with Device ID 0xffffMahesh Kuruganti1-0/+2
2010-04-30USB: serial: pl2303: Hybrid reader Uniform HCR331Simone Contini2-0/+2
2010-04-30USB: option: add ID for ZTE MF 330Dominik Brodowski1-0/+5
2010-04-30USB: xhci: properly set endpoint context fields for periodic eps.Sarah Sharp2-0/+55
2010-04-30USB: xhci: properly set the "Mult" field of the endpoint context.Sarah Sharp1-0/+14
2010-04-30USB: OHCI: don't look at the root hub to get the number of portsAlan Stern1-1/+1
2010-04-30USB: don't choose configs with no interfacesAlan Stern1-1/+1
2010-04-30USB: cdc-acm: add another device quirkRuss Nelson1-0/+3
2010-04-30USB: fix testing the wrong variable in fs_create_by_name()Dan Carpenter1-2/+2
2010-04-30usb: Fix tusb6010 for DMA APITony Lindgren2-8/+27
2010-04-30musb_core: fix musb_init_controller() error cleanup pathSergei Shtylyov1-17/+34
2010-04-30MUSB: fix DaVinci glue layer dependencySergei Shtylyov2-2/+2
2010-04-30musb_core: don't call musb_platform_exit() twiceSergei Shtylyov1-10/+7
2010-04-30MUSB: OMAP: don't call clk_put()Sergei Shtylyov1-3/+0
2010-04-30MUSB: DaVinci: fix musb_platform_init() error cleanup pathSergei Shtylyov1-0/+2
2010-04-30musb_core: don't prevent disabling clock on driver unloadSergei Shtylyov1-3/+1
2010-04-30musb_core: don't touch 'musb->clock' in musb_free()Sergei Shtylyov1-5/+0
2010-04-30musb: potential use after freeDan Carpenter1-0/+1
2010-04-30musb: save and restore missing bus control registerAjay Kumar Gupta2-1/+3
2010-04-30MUSB: Blackfin: don't fake blackfin_interrupt() resultSergei Shtylyov1-7/+1
2010-04-30Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-4/+11
2010-04-30Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2-0/+6
2010-04-30ARM: 6061/1: PL061 GPIO: Bug fix - setting gpio for HIGH_LEVEL interrupt is n...viresh kumar1-1/+1
2010-04-29pktcdvd: improve BKL and compat_ioctl.c usageArnd Bergmann1-3/+14
2010-04-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds1-1/+1
2010-04-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds23-136/+1230
2010-04-28sfc: Change falcon_probe_board() to fail for unsupported boardsBen Hutchings3-12/+7
2010-04-28sfc: Always close net device at the end of a disabling resetBen Hutchings1-2/+2
2010-04-28sfc: Wait at most 10ms for the MC to finish reading out MAC statisticsBen Hutchings1-2/+11
2010-04-28Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds1-36/+18
2010-04-28Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds7-67/+80
2010-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds3-10/+10
2010-04-28regulator: fix enabling regulator issue on max8925Haojian Zhuang1-1/+1
2010-04-28powerpc/pseries: Flush lazy kernel mappings after unplug operationsBenjamin Herrenschmidt2-0/+6
2010-04-28net/usb: add sierra_net.c driverElina Pasheva3-0/+1012
2010-04-28cdc_ether: fix autosuspend for mbm devicesTorgny Johansson1-0/+1
2010-04-28gianfar: Wait for both RX and TX to stopAndy Fleming1-3/+3
2010-04-28gpio: fix pca953x set_type 'scheduling while atomic' bugMarc Zyngier1-1/+13
2010-04-28ipheth: potential null dereferences on error pathDan Carpenter1-7/+8
2010-04-28smc91c92_cs: spin_unlock_irqrestore before calling smc_interrupt()Ken Kawasaki1-10/+21
2010-04-28drivers/usb/net/kaweth.c: add device "Allied Telesyn AT-USB10 USB Ethernet Ad...Andreas Hartmann1-0/+1
2010-04-28bnx2: Update version to 2.0.9.Michael Chan1-2/+2
2010-04-28bnx2: Prevent "scheduling while atomic" warning with cnic, bonding and vlan.Michael Chan1-18/+20
2010-04-28bnx2: Fix lost MSI-X problem on 5709 NICs.Michael Chan1-1/+5
2010-04-27cxgb3: Wait longer for control packets on initializationAndre Detsch1-1/+1
2010-04-27e1000e: enable/disable ASPM L0s and L1 and ERT according to hardware errataBruce Allan3-40/+55
2010-04-27ixgbe: Power down PHY during driver resetsPeter Waskiewicz3-24/+62
2010-04-27Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds8-14/+25