summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* usb: musb_am335x: Remove redundant of_match_ptrSachin Kamat2013-10-041-1/+1
* usb: gadget: s3c-hsotg: fix CodingStyle issuesPavel Machek2013-10-021-8/+10
* usb: musb: ux500: use SIMPLE_DEV_PM_OPSDaniel Mack2013-10-021-10/+3
* usb: musb: blackfin: use SIMPLE_DEV_PM_OPSDaniel Mack2013-10-021-10/+3
* usb: musb: am35x: use SIMPLE_DEV_PM_OPSDaniel Mack2013-10-021-10/+3
* usb: phy: tegra-usb: Remove redundant of_match_ptrSachin Kamat2013-10-011-1/+1
* usb: phy: am335x: Remove redundant of_match_ptrSachin Kamat2013-10-011-1/+1
* usb: phy: am335x-control: Remove redundant of_match_ptrSachin Kamat2013-10-011-1/+1
* usb: musb_dsps: Remove redundant of_match_ptrSachin Kamat2013-10-011-1/+1
* usb: gadget: f_mass_storage: use usb_gstrings_attachAndrzej Pietrasiewicz2013-10-011-13/+12
* usb: gadget: f_mass_storage: add a level of indirection for luns storageAndrzej Pietrasiewicz2013-10-011-19/+41
* usb: gadget: f_mass_storage: factor out a header fileAndrzej Pietrasiewicz2013-10-012-110/+133
* usb: gadget: create a utility module for mass_storageAndrzej Pietrasiewicz2013-10-018-291/+423
* usb: gadget: configfs: add a method to unregister the gadgetAndrzej Pietrasiewicz2013-10-012-0/+14
* usb: gadget: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))Duan Jiong2013-10-011-1/+1
* usb: musb: davinci: fix resources passed to MUSB driver for DM6467Sergei Shtylyov2013-10-011-1/+10
* usb: usbtest: bmAttributes would better be maskedHuang Rui2013-10-011-1/+1
* usb: dwc3: Remove additional delay of 100ms when resumingVivek Gautam2013-10-011-1/+0
* usb: gadget: mv_u3d_core: fix memory leaksValentin Ilie2013-10-011-0/+2
* usb: dwc3: Remove redundant pci_set_drvdataSachin Kamat2013-10-011-2/+0
* usb: musb: use platform_device_register_full() to avoid directly messing with...Russell King2013-10-014-128/+68
* usb: gadget: net2280: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-011-1/+0
* usb: gadget: pch_udc: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-011-1/+0
* usb: gadget: goku_udc: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-011-1/+0
* usb: gadget: amd5536udc: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-011-2/+0
* usb: gadget: zero: Add flexible auto remote wakeup test methodPeter Chen2013-10-011-2/+23
* usb: musb: Call atomic_notifier_call_chain when status is changedPali Rohár2013-10-011-0/+3
* usb: musb: Add missing ATOMIC_INIT_NOTIFIER_HEADPali Rohár2013-10-011-0/+2
* usb: musb: name ux500 platforms more broadlyLinus Walleij2013-10-011-2/+2
* usb: phy: am335x: add wakeup supportSebastian Andrzej Siewior2013-10-012-0/+77
* usb: phy: nop: Defer clock prepare until PHY initMark Brown2013-10-013-25/+5
* Linux 3.12-rc3v3.12-rc3Linus Torvalds2013-09-291-1/+1
* Merge tag 'usb-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-09-2921-107/+201
|\
| * usb: dwc3: add support for MerrifieldDavid Cohen2013-09-261-0/+2
| * USB: fsl/ehci: fix failure of checking PHY_CLK_VALID during reinitializationShengzhou Liu2013-09-261-2/+3
| * USB: Fix breakage in ffs_fs_mount()Al Viro2013-09-261-34/+26
| * fsl/usb: Resolve PHY_CLK_VLD instability issue for ULPI phyRamneek Mehresh2013-09-261-9/+3
| * usb/core/devio.c: Don't reject control message to endpoint with wrong directi...Kurt Garloff2013-09-251-0/+16
| * usb: chipidea: USB_CHIPIDEA should depend on HAS_DMAGeert Uytterhoeven2013-09-251-1/+1
| * usb: chipidea: udc: free pending TD at removal procedurePeter Chen2013-09-251-0/+2
| * usb: chipidea: imx: Add usb_phy_shutdown at probe's error pathPeter Chen2013-09-251-2/+5
| * usb: chipidea: Fix memleak for ci->hw_bank.regmap when removalPeter Chen2013-09-251-0/+1
| * usb: chipidea: udc: fix the oops after rmmod gadgetPeter Chen2013-09-251-1/+1
| * USB: fix PM config symbol in uhci-hcd, ehci-hcd, and xhci-hcdAlan Stern2013-09-253-3/+3
| * USB: OHCI: accept very late isochronous URBsAlan Stern2013-09-252-14/+34
| * USB: UHCI: accept very late isochronous URBsAlan Stern2013-09-251-4/+8
| * USB: iMX21: accept very late isochronous URBsAlan Stern2013-09-251-4/+4
| * Merge tag 'for-usb-linus-2013-09-23' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2013-09-256-33/+92
| |\
| | * usbcore: check usb device's state before sending a Set SEL control transferXenia Ragiadakou2013-09-231-0/+3
| | * xhci: Fix race between ep halt and URB cancellationFlorian Wolter2013-09-231-2/+6