summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: phy: msm: Remove unnecessarily check for valid regulators.Ivan T. Ivanov2014-04-301-10/+0
* usb: phy: msm: Migrate to Managed Device Resource allocationIvan T. Ivanov2014-04-301-119/+68
* usb: phy: msm: Enable deferred driver probingIvan T. Ivanov2014-04-301-2/+3
* usb: phy: msm: Move global regulators variables to driver stateIvan T. Ivanov2014-04-301-43/+39
* usb: phy: msm: Make driver selectable on ARCH_QCOMIvan T. Ivanov2014-04-301-3/+3
* usb: dwc3: gadget: pretty print Generic CMDsFelipe Balbi2014-04-251-0/+29
* usb: dwc3: gadget: pretty print link statesFelipe Balbi2014-04-251-3/+41
* usb: dwc3: gadget: print both cmd string and numberFelipe Balbi2014-04-251-2/+2
* usb: dwc3: exynos: Make provision for vdd regulatorsVivek Gautam2014-04-211-2/+49
* usb: musb: dsps: compile suspend/resume only with PM_SLEEPWolfram Sang2014-04-211-1/+1
* usb: gadget: f_subset: replace PTR_RET with PTR_ERR_OR_ZERODuan Jiong2014-04-211-1/+1
* usb: dwc3: add glue layer dependenciesJean Delvare2014-04-211-1/+3
* usb: musb: dsps: handle babble interruptsDaniel Mack2014-04-211-1/+24
* usb: musb: add a work_struct to recover from babble errorsDaniel Mack2014-04-212-0/+36
* usb: musb: add reset hook to platform opsDaniel Mack2014-04-211-0/+7
* usb: gadget: gr_udc: Use GFP_ATOMIC when allocating under held spinlockAndreas Larsson2014-04-211-2/+2
* usb: gadget: gr_udc: Return error code when trying to set ep.maxpacket > ep.m...Andreas Larsson2014-04-211-0/+4
* usb: gadget: gr_udc: Add ep.maxpacket_limit to debugfs informationAndreas Larsson2014-04-211-0/+1
* usb: gadget: gr_udc: Use of_property_read_u32_index to access arraysAndreas Larsson2014-04-211-8/+4
* usb: gadget: gr_udc: Use platform_get_irq instead of irq_of_parse_and_mapAndreas Larsson2014-04-211-6/+8
* usb: gadget: gr_udc: improve platform_device variable nameAndreas Larsson2014-04-211-9/+9
* usb: phy: generic: allow multiples calls to usb_phy_generic_register()Felipe Balbi2014-04-215-23/+35
* usb: musb: move usb_phy_generic_{un,}register calls to probe()/remove()Felipe Balbi2014-04-215-12/+11
* usb: phy: rename <linux/usb/usb_phy_gen_xceiv.h> to <linux/usb/usb_phy_generi...Felipe Balbi2014-04-2112-12/+12
* usb: phy: rename usb_nop_xceiv to usb_phy_genericFelipe Balbi2014-04-2111-48/+48
* usb: gadget: only GPL drivers in the gadget and phy frameworkFelipe Balbi2014-04-218-64/+64
* usb: dwc3: core: refactor mode initialization to its own functionFelipe Balbi2014-04-211-66/+67
* usb: phy: mv-u3d: switch over to writel/readlFelipe Balbi2014-04-211-10/+10
* usb: dwc3: core: refactor PHY initializationFelipe Balbi2014-04-161-54/+66
* usb: dwc3: gadget: clear stall when disabling endpointFelipe Balbi2014-04-161-0/+4
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-04-121-1/+7
|\
| * target: Pass in transport supported PI at session initializationNicholas Bellinger2014-04-071-1/+1
| * target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger2014-04-071-0/+6
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-04-051-1/+0
|\ \
| * \ Merge branch 'devel-stable' into for-nextRussell King2014-04-0435-212/+281
| |\ \
| * | | ARM: 7989/1: Delete asm/system.hDavid Howells2014-02-251-1/+0
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-024-6/+2
|\ \ \ \
| * \ \ \ Merge branch 'master' into for-nextJiri Kosina2014-02-20351-3981/+23012
| |\ \ \ \
| * | | | | Kconfig: Remove useless "default N" linesPaul Bolle2014-02-202-4/+0
| * | | | | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-192-2/+2
* | | | | | Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-04-0198-2155/+4112
|\ \ \ \ \ \
| * | | | | | USB: disable reset-resume when USB_QUIRK_RESET is setAlan Stern2014-03-191-2/+12
| * | | | | | USB: unbind all interfaces before rebinding anyAlan Stern2014-03-173-41/+60
| * | | | | | usb: phy: Add ulpi IDs for SMSC USB3320 and TI TUSB1210Michal Simek2014-03-171-0/+2
| * | | | | | usb: gadget: tcm_usb_gadget: stop format stringsKees Cook2014-03-171-1/+1
| * | | | | | usb: gadget: f_fs: add missing spinlock and mutex unlockRobert Baldyga2014-03-171-2/+6
| * | | | | | usb: gadget: composite: switch over to ERR_CAST()Felipe Balbi2014-03-171-1/+1
| * | | | | | usb: gadget: inode: switch over to memdup_user()Felipe Balbi2014-03-171-6/+3
| * | | | | | usb: gadget: f_subset: switch over to PTR_RETFelipe Balbi2014-03-171-1/+1
| * | | | | | usb: gadget: lpc32xx_udc: fix wrong clk_put() sequenceFelipe Balbi2014-03-171-2/+2
OpenPOWER on IntegriCloud