aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-3/+3
2012-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds4-0/+427
2012-07-23Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-10/+10
2012-07-23Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds5-7/+9
2012-07-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-30/+24
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-33/+100
2012-07-18usb: add host support for the tilegx architectureChris Metcalf4-0/+427
2012-07-17target: Allow for target_submit_cmd() returning errorsRoland Dreier1-14/+22
2012-07-16usb: Use eth_random_addrJoe Perches2-3/+3
2012-07-16target: remove transport_generic_handle_cdb_mapChristoph Hellwig1-14/+0
2012-07-16target: remove transport_generic_process_writeChristoph Hellwig1-2/+2
2012-07-13Merge tag 'mfd-for-linus-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-10/+8
2012-07-10Merge branch 'omap/cleanup2' into next/clkArnd Bergmann5-7/+9
2012-07-09mfd: USB: Fix the omap-usb EHCI ULPI PHY reset fix issues.Russ Dill1-10/+8
2012-07-06Merge branch 'for-3.6/common-clk' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/clkArnd Bergmann1-10/+10
2012-07-05USB: cdc-wdm: fix lockup on error in wdm_readBjørn Mork1-0/+2
2012-07-05USB: metro-usb: fix tty_flip_buffer_push useJohan Hovold1-8/+0
2012-07-05USB: option: Add MEDIATEK product idsGaosen Zhang1-0/+20
2012-07-05USB: option: add ZTE MF60Bjørn Mork1-0/+6
2012-07-04Merge tags 'omap-cleanup-for-v3.6', 'omap-devel-dmtimer-for-v3.6' and 'omap-devel-am33xx-for-v3.6' into devel-am33xx-part2Tony Lindgren5-7/+9
2012-07-03Merge tag 'omap-cleanup-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanupArnd Bergmann5-7/+9
2012-07-02xhci: Fix hang on back-to-back Set TR Deq Ptr commands.Sarah Sharp1-0/+11
2012-07-02usb: Add support for root hub port status CASStanislaw Ledwon3-15/+53
2012-06-28Merge branches 'cleanup-udc' and 'cleanup-dma' into cleanupTony Lindgren5-7/+9
2012-06-26USB: CP210x Add 10 Device IDsCraig Shelley1-0/+11
2012-06-26USB: option: Add USB ID for Novatel Ovation MC551Forest Bond1-0/+3
2012-06-26usb: phy: Fix Kconfig dependency for Phy driversAlexandre Pereira da Silva2-3/+3
2012-06-22Merge tag 'fixes-for-v3.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linusGreg Kroah-Hartman5-14/+23
2012-06-22usb-storage: revert commit afff07e61a52 (Add 090c:1000 to unusal-devs)Alan Stern1-7/+0
2012-06-22SCSI & usb-storage: add try_rc_10_first flagAlan Stern1-0/+6
2012-06-22usb: musb: host: release dma channels if no active ioAjay Kumar Gupta1-2/+12
2012-06-22usb: gadget: lpc32xx_udc: fix build error with debugfs enabledAlexandre Pereira da Silva1-0/+1
2012-06-22usb: otg: twl6030-usb: Fix twl writesMoiz Sonasath1-9/+6
2012-06-20USB: option: add id for Cellient MEN-200Dmitry Shmygov1-0/+5
2012-06-15usb: dwc3: fix giveback of queued request in ep_dequeuePratyush Anand1-1/+2
2012-06-14USB: fix gathering of interface associationsDaniel Mack1-1/+2
2012-06-14usb: ehci-sh: fix illegal phy_init() running when platform_data is NULLShimoda, Yoshihiro1-2/+1
2012-06-14usb: cdc-acm: fix devices not unthrottled on openOtto Meta1-0/+8
2012-06-13Fix OMAP EHCI suspend/resume failure (i693)Anand Gadiyar1-1/+167
2012-06-13USB: ohci-hub: Mark ohci_finish_controller_resume() as __maybe_unusedRoland Stigge1-1/+1
2012-06-13usb: use usb_serial_put in usb_serial_probe errorsJan Safrata1-3/+3
2012-06-13USB: EHCI: Fix build warning in xilinx ehci driverHerton Ronaldo Krzesinski1-3/+1
2012-06-13USB: fix PS3 EHCI systemsRicardo Martins1-0/+2
2012-06-13Merge tag 'for-usb-linus-2012-06-13' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-linusGreg Kroah-Hartman3-56/+30
2012-06-13xHCI: Increase the timeout for controller save/restore state operationAndiry Xu1-4/+4
2012-06-13xhci: Don't free endpoints in xhci_mem_cleanup()Takashi Iwai1-21/+14
2012-06-13xhci: Fix invalid loop check in xhci_free_tt_info()Takashi Iwai1-29/+10
2012-06-13xhci: Fix error path return value.Sarah Sharp1-1/+1
2012-06-13USB: Checking the wrong variable in usb_disable_lpm()Dan Carpenter1-1/+1
2012-06-13usb-storage: Add 090c:1000 to unusal-devsHans de Goede1-0/+7