summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
Commit message (Expand)AuthorAgeFilesLines
* usb: musb: Fix getting a generic phy for musb_dspsTony Lindgren2015-02-231-1/+24
* usb: musb: Fix use for of_property_read_bool for disabled multipointTony Lindgren2015-02-232-4/+10
* usb: musb: core: add pm_runtime_irq_safe()Felipe Balbi2015-02-231-4/+6
* usb: musb: musb_host: Enable HCD_BH flag to handle urb return in bottom halfGeorge Cherian2015-02-231-1/+1
* usb: musb: fix device hotplug behind hubBin Liu2015-02-042-1/+7
* usb: musb: blackfin: remove incorrect __exit_p()Dmitry Torokhov2015-02-021-1/+1
* usb: musb: add omap-control dependencyArnd Bergmann2015-01-291-1/+1
* usb: musb: add generic usb phy dependenciesArnd Bergmann2015-01-291-0/+5
* usb: musb: gadget: use common is_selfpoweredPeter Chen2015-01-292-4/+2Star
* usb: musb: cppi41: improve rx channel abort routineBin Liu2015-01-271-3/+9
* usb: musb: cppi41: correct the macro name EP_MODE_AUTOREG_*Bin Liu2015-01-271-6/+6
* usb: musb: virthub: use HUB_CHAR_*Sergei Shtylyov2015-01-271-3/+3
* Merge tag 'v3.19-rc5' into nextFelipe Balbi2015-01-195-20/+25
|\
| * usb: musb: stuff leak of struct usb_hcdSebastian Andrzej Siewior2014-12-221-1/+0Star
| * usb: musb: Fix randconfig build issues for Kconfig optionsTony Lindgren2014-12-221-0/+4
| * usb: musb: Fix a few off-by-one lengthsRasmus Villemoes2014-12-222-10/+10
| * usb: musb: blackfin: fix build breakFelipe Balbi2014-12-221-1/+1
| * usb: musb: debugfs: cope with blackfin's odditiesFelipe Balbi2014-12-221-8/+10
* | usb: musb: debugfs: improve copy_from_user() argumentMarkus Pargmann2015-01-151-1/+1
|/
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\
| * Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-041-1/+0Star
| |\
| | * usb: musb: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | | usb: musb: Use IS_ENABLED for tusb6010Tony Lindgren2014-11-253-10/+4Star
* | | usb: musb: Allow multiple glue layers to be built inTony Lindgren2014-11-251-4/+1Star
* | | usb: musb: Pass fifo_mode in platform dataTony Lindgren2014-11-255-15/+10Star
* | | usb: musb: Change end point selection to use new IO accessTony Lindgren2014-11-2511-51/+62
* | | usb: musb: Change to use new IO accessTony Lindgren2014-11-257-120/+146
* | | usb: musb: Populate new IO functions for blackfinTony Lindgren2014-11-251-0/+43
* | | usb: musb: Populate new IO functions for tusb6010Tony Lindgren2014-11-251-0/+41
* | | usb: musb: Add function pointers for IO access functionsTony Lindgren2014-11-252-0/+58
* | | usb: musb: core: Disable the Interrupts till BABBLE is fully handledGeorge Cherian2014-11-181-1/+4
* | | usb: musb: musb_cppi41: recognize HS devices in hostmodeSebastian Andrzej Siewior2014-11-181-1/+9
* | | usb: musb: replace hard coded registers with definesRoman Byshko2014-11-181-27/+30
* | | usb: musb: core: make sure musb is in RPM_ACTIVE on resumeSebastian Andrzej Siewior2014-11-181-0/+8
* | | usb: musb: gadget: use udc-core's reset notifierFelipe Balbi2014-11-111-3/+6
* | | usb: musb: try a race-free wakeupSebastian Andrzej Siewior2014-11-053-4/+8
* | | usb: musb: core: check link status on resumeSebastian Andrzej Siewior2014-11-051-0/+6
* | | usb: move the OTG state from the USB PHY to the OTG structureAntoine Tenart2014-11-0312-180/+180
* | | usb: musb: core: use ->resume instead ->resume_noirqSebastian Andrzej Siewior2014-11-031-2/+2
* | | usb: musb: core: remove duplicate check on resourceVarka Bhadram2014-11-031-2/+2
* | | usb: musb: dsps: remove duplicate check on resourceVarka Bhadram2014-11-031-3/+0Star
* | | usb: musb: omap2430: use MUSB_DEVCTL_BDEVICESergei Shtylyov2014-11-031-1/+2
* | | usb: gadget: remove unnecessary 'driver' argumentFelipe Balbi2014-11-031-4/+2Star
* | | usb: musb: gadget: remove bind/unbind messagesFelipe Balbi2014-11-031-5/+0Star
* | | usb: musb: gadget: do not rely on 'driver' argumentFelipe Balbi2014-11-031-2/+2
* | | usb: musb: ux500_dma: use dmaengine_xxx() APIsVinod Koul2014-11-031-5/+2Star
* | | usb: musb: musb_dsps: delete unnecessary 'out of memory' messagesPeter Chen2014-11-031-4/+1Star
* | | usb: musb: tusb6010: delete unnecessary 'out of memory' messagesPeter Chen2014-11-031-3/+1Star
* | | usb: musb: blackfin: delete unnecessary 'out of memory' messagesPeter Chen2014-11-031-6/+2Star
* | | usb: musb: omap2430: delete unnecessary 'out of memory' messagesPeter Chen2014-11-031-15/+4Star