summaryrefslogtreecommitdiff
path: root/drivers/usb/musb
AgeCommit message (Expand)AuthorFilesLines
2015-03-10usb: musb: dsps: remove babble check from dsps irq handlerFelipe Balbi2-23/+1
2015-03-10usb: musb: core: there is no connect interrupt in peripheral modeFelipe Balbi1-4/+0
2015-03-10usb: musb: core: remove unnecessary reg access from resume IRQFelipe Balbi1-15/+0
2015-03-10usb: musb: core: break long lineFelipe Balbi1-1/+2
2015-03-10usb: musb: core: move babble recovery inside babble checkFelipe Balbi1-7/+6
2015-03-10usb: musb: dsps: return error code if reset failsFelipe Balbi1-1/+1
2015-03-10usb: musb: core: fix highspeed checkFelipe Balbi1-7/+14
2015-03-10usb: musb: core: add missing curly bracesFelipe Balbi1-2/+2
2015-03-10usb: musb: core: remove unnecessary logical comparisonFelipe Balbi1-1/+1
2015-03-09usb: musb: fix Kconfig regressionArnd Bergmann1-1/+2
2015-03-09usb: musb: core: improve musb_interrupt() a bitFelipe Balbi1-28/+24
2015-03-09usb: musb: core: fix TX/RX endpoint orderFelipe Balbi1-18/+26
2015-03-09usb: musb: gadget: get rid of stop_activity()Felipe Balbi1-39/+1
2015-02-23usb: musb: Fix getting a generic phy for musb_dspsTony Lindgren1-1/+24
2015-02-23usb: musb: Fix use for of_property_read_bool for disabled multipointTony Lindgren2-4/+10
2015-02-23usb: musb: core: add pm_runtime_irq_safe()Felipe Balbi1-4/+6
2015-02-23usb: musb: musb_host: Enable HCD_BH flag to handle urb return in bottom halfGeorge Cherian1-1/+1
2015-02-04usb: musb: fix device hotplug behind hubBin Liu2-1/+7
2015-02-02usb: musb: blackfin: remove incorrect __exit_p()Dmitry Torokhov1-1/+1
2015-01-29usb: musb: add omap-control dependencyArnd Bergmann1-1/+1
2015-01-29usb: musb: add generic usb phy dependenciesArnd Bergmann1-0/+5
2015-01-29usb: musb: gadget: use common is_selfpoweredPeter Chen2-4/+2
2015-01-27usb: musb: cppi41: improve rx channel abort routineBin Liu1-3/+9
2015-01-27usb: musb: cppi41: correct the macro name EP_MODE_AUTOREG_*Bin Liu1-6/+6
2015-01-27usb: musb: virthub: use HUB_CHAR_*Sergei Shtylyov1-3/+3
2015-01-19Merge tag 'v3.19-rc5' into nextFelipe Balbi5-20/+25
2015-01-15usb: musb: debugfs: improve copy_from_user() argumentMarkus Pargmann1-1/+1
2014-12-22usb: musb: stuff leak of struct usb_hcdSebastian Andrzej Siewior1-1/+0
2014-12-22usb: musb: Fix randconfig build issues for Kconfig optionsTony Lindgren1-0/+4
2014-12-22usb: musb: Fix a few off-by-one lengthsRasmus Villemoes2-10/+10
2014-12-22usb: musb: blackfin: fix build breakFelipe Balbi1-1/+1
2014-12-22usb: musb: debugfs: cope with blackfin's odditiesFelipe Balbi1-8/+10
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-11-25usb: musb: Use IS_ENABLED for tusb6010Tony Lindgren3-10/+4
2014-11-25usb: musb: Allow multiple glue layers to be built inTony Lindgren1-4/+1
2014-11-25usb: musb: Pass fifo_mode in platform dataTony Lindgren5-15/+10
2014-11-25usb: musb: Change end point selection to use new IO accessTony Lindgren11-51/+62
2014-11-25usb: musb: Change to use new IO accessTony Lindgren7-120/+146
2014-11-25usb: musb: Populate new IO functions for blackfinTony Lindgren1-0/+43
2014-11-25usb: musb: Populate new IO functions for tusb6010Tony Lindgren1-0/+41
2014-11-25usb: musb: Add function pointers for IO access functionsTony Lindgren2-0/+58
2014-11-18usb: musb: core: Disable the Interrupts till BABBLE is fully handledGeorge Cherian1-1/+4
2014-11-18usb: musb: musb_cppi41: recognize HS devices in hostmodeSebastian Andrzej Siewior1-1/+9
2014-11-18usb: musb: replace hard coded registers with definesRoman Byshko1-27/+30
2014-11-18usb: musb: core: make sure musb is in RPM_ACTIVE on resumeSebastian Andrzej Siewior1-0/+8
2014-11-11usb: musb: gadget: use udc-core's reset notifierFelipe Balbi1-3/+6
2014-11-05usb: musb: try a race-free wakeupSebastian Andrzej Siewior3-4/+8
2014-11-05usb: musb: core: check link status on resumeSebastian Andrzej Siewior1-0/+6
2014-11-04Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-1/+0
2014-11-03usb: move the OTG state from the USB PHY to the OTG structureAntoine Tenart12-180/+180