summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* usb: chipidea: udc: manage dynamic amount of tds with a linked listMichael Grzeschik2013-06-173-62/+129
* usb: chipidea: improve kconfigPeter Chen2013-06-171-3/+3
* usb: chipidea: ci13xxx_imx: remove 'phy_np'Fabio Estevam2013-06-171-7/+5
* usb: chipidea: ci13xxx_imx: check if 'data->phy_np' is not NULLFabio Estevam2013-06-171-1/+2
* usb: chipidea: ci13xxx_imx: remove reg_vbusFabio Estevam2013-06-171-8/+6
* usb: chipidea: ci13xxx_imx: fix error pathFabio Estevam2013-06-171-6/+7
* usb: chipidea: udc: configure iso endpointsMichael Grzeschik2013-06-173-2/+21
* usb: chipidea: usbmisc_imx: Staticize usbmisc_imx_drv_init/exitFabio Estevam2013-06-171-2/+2
* usb: chipidea: ci13xxx_imx: let device core handle pinctrlFabio Estevam2013-06-171-7/+0
* usb: wire adapter: add scatter gather supportThomas Pugliese2013-06-172-15/+167
* usb/gadget: Kconfig: fix separate building of configfs-enabled functionsAndrzej Pietrasiewicz2013-06-171-0/+64
* usb: phy: rcar-usb: Fix comment w.r.t. devm_ioremap_resourceTushar Behera2013-06-171-1/+1
* USB: cdc-acm: remove unneeded spin_lock_irqsave/restore on write pathGreg Kroah-Hartman2013-06-171-33/+19
* USB: serial: increase the number of devices we supportGreg Kroah-Hartman2013-06-171-3/+6
* USB: serial: make minor allocation dynamicGreg Kroah-Hartman2013-06-1716-95/+80
* Merge 3.10-rc6 into usb-nextGreg Kroah-Hartman2013-06-1786-476/+905
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-06-1511-29/+74
| |\
| | * netiucv: Hold rtnl between name allocation and device registration.Benjamin Poirier2013-06-141-1/+5
| | * tulip: Properly check dma mapping resultNeil Horman2013-06-141-0/+6
| | * net: sh_eth: fix incorrect RX length error if R8A7740Yoshihiro Shimoda2013-06-131-4/+11
| | * drivers: net: davinci_mdio: restore mdio clk divider in mdio resumeMugunthan V N2013-06-131-4/+1
| | * drivers: net: davinci_mdio: moving mdio resume earlier than cpsw ethernet driverMugunthan V N2013-06-131-2/+2
| | * tg3: Wait for boot code to finish after power onNithin Sujir2013-06-131-0/+10
| | * bonding: fix igmp_retrans type and two related racesNikolay Aleksandrov2013-06-132-5/+12
| | * bonding: reset master mac on first enslave failureNikolay Aleksandrov2013-06-131-0/+4
| | * net: ethernet: stmicro: stmmac: Fix compile error when STMMAC_XMIT_DEBUG usedDinh Nguyen2013-06-131-1/+1
| | * be2net: Fix 32-bit DMA Mask handlingSomnath Kotur2013-06-131-0/+3
| | * xen-netback: don't de-reference vif pointer after having called xenvif_put()Jan Beulich2013-06-131-5/+6
| | * macvlan: don't touch promisc without passthroughMichael S. Tsirkin2013-06-131-7/+13
| * | Merge tag 'char-misc-3.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-06-153-2/+5
| |\ \
| | * | mei: me: clear interrupts on the resume pathTomas Winkler2013-06-141-0/+1
| | * | mei: nfc: fix nfc device freeingTomas Winkler2013-06-141-0/+2
| | * | mei: init: Flush scheduled work before resetting the deviceSamuel Ortiz2013-06-141-2/+2
| * | | Merge tag 'usb-3.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-06-155-21/+23
| |\ \ \
| | * | | usb: chipidea: fix id change handlingAlexander Shishkin2013-06-121-1/+2
| | * | | usb: chipidea: fix no transceiver caseAlexander Shishkin2013-06-121-5/+8
| | * | | USB: pl2303: fix device initialisation at openJohan Hovold2013-06-101-5/+5
| | * | | USB: spcp8x5: fix device initialisation at openJohan Hovold2013-06-101-6/+4
| | * | | USB: f81232: fix device initialisation at openJohan Hovold2013-06-101-4/+4
| | |/ /
| * | | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-06-141-6/+9
| |\ \ \
| | * | | of: Fix locking vs. interruptsBenjamin Herrenschmidt2013-06-131-6/+9
| | |/ /
| * | | Merge tag 'acpi-3.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2013-06-132-4/+4
| |\ \ \
| | * | | ACPI / video: Do not bind to device objects with a scan handlerRafael J. Wysocki2013-06-102-4/+4
| | |/ /
| * | | Merge tag 'md-3.10-fixes' of git://neil.brown.name/mdLinus Torvalds2013-06-134-26/+47
| |\ \ \ | | |_|/ | |/| |
| | * | md/raid1,5,10: Disable WRITE SAME until a recovery strategy is in placeH. Peter Anvin2013-06-133-5/+6
| | * | md/raid1,raid10: use freeze_array in place of raise_barrier in various places.NeilBrown2013-06-132-18/+18
| | * | md/raid1: consider WRITE as successful only if at least one non-Faulty and no...Alex Lyakas2013-06-132-2/+22
| | * | md: md_stop_writes() should always freeze recovery.NeilBrown2013-06-131-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-06-1332-97/+251
| |\ \ \
| | * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-1221-73/+211
| | |\ \ \