aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus 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-10usb: 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-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-nextGreg Kroah-Hartman1-1/+0
2014-11-03usb: move the OTG state from the USB PHY to the OTG structureAntoine Tenart12-180/+180
2014-11-03usb: musb: core: use ->resume instead ->resume_noirqSebastian Andrzej Siewior1-2/+2
2014-11-03usb: musb: core: remove duplicate check on resourceVarka Bhadram1-2/+2
2014-11-03usb: musb: dsps: remove duplicate check on resourceVarka Bhadram1-3/+0
2014-11-03usb: musb: omap2430: use MUSB_DEVCTL_BDEVICESergei Shtylyov1-1/+2
2014-11-03usb: gadget: remove unnecessary 'driver' argumentFelipe Balbi1-4/+2
2014-11-03usb: musb: gadget: remove bind/unbind messagesFelipe Balbi1-5/+0
2014-11-03usb: musb: gadget: do not rely on 'driver' argumentFelipe Balbi1-2/+2
2014-11-03usb: musb: ux500_dma: use dmaengine_xxx() APIsVinod Koul1-5/+2
2014-11-03usb: musb: musb_dsps: delete unnecessary 'out of memory' messagesPeter Chen1-4/+1
2014-11-03usb: musb: tusb6010: delete unnecessary 'out of memory' messagesPeter Chen1-3/+1
2014-11-03usb: musb: blackfin: delete unnecessary 'out of memory' messagesPeter Chen1-6/+2
2014-11-03usb: musb: omap2430: delete unnecessary 'out of memory' messagesPeter Chen1-15/+4
2014-11-03usb: musb: ux500: delete unnecessary 'out of memory' messagesPeter Chen1-3/+1
2014-11-03usb: musb: davinci: delete unnecessary 'out of memory' messagesPeter Chen1-3/+1
2014-10-23usb: musb: musb_dsps: fix NULL pointer in suspendSebastian Andrzej Siewior1-2/+12
2014-10-23usb: musb: dsps: start OTG timer on resume againSebastian Andrzej Siewior1-1/+3
2014-10-23usb: musb: cppi41: restart hrtimer only if not yet doneThomas Gleixner1-1/+2
2014-10-20usb: musb: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-25usb: gadget: Refactor request completionMichal Sojka1-1/+1
2014-09-23usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek2-1/+2
2014-09-23usb: Fixed a few typosMickael Maison1-1/+1
2014-09-16usb: musb: dsps: kill OTG timer on suspendFelipe Balbi1-0/+2
2014-09-16Merge tag 'v3.17-rc5' into nextFelipe Balbi1-2/+15
2014-09-08Merge tag 'v3.17-rc4' into nextFelipe Balbi1-1/+1
2014-09-05usb: musb: cppi41: tweak hrtimer valuesDaniel Mack1-2/+2
2014-09-03usb: musb: cppi41: fix not transmitting zero length packet issueBin Liu1-2/+15
2014-08-19usb: musb: ux500: fix decimal printf format specifiers prefixed with 0xHans Wennborg1-1/+1
2014-07-21Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman12-153/+188
2014-07-16usb: musb: dsps: Add the sw_babble_control() and Enable for newer siliconGeorge Cherian2-6/+90
2014-07-16usb: musb: core: Convert the musb_platform_reset to have a return value.George Cherian3-9/+14
2014-07-16usb: musb: core: Convert babble recover work to delayed workGeorge Cherian2-8/+9
2014-07-16usb: musb: core: Handle Babble condition only in HOST modeGeorge Cherian1-1/+1