aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/musb (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-5/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-28Merge 4.9-rc7 into usb-nextGreg Kroah-Hartman6-66/+207
2016-11-21usb: musb: da8xx: Set phy in OTG mode by defaultAlexandre Bailon1-0/+7
2016-11-21usb: musb: da8xx: Call earlier clk_prepare_enable()Alexandre Bailon1-9/+8
2016-11-21usb: musb: da8xx: Add DT support for the DA8xx driverPetr Kulhavy1-0/+46
2016-11-21usb: musb: core: added helper function for parsing DTPetr Kulhavy2-0/+25
2016-11-21usb: musb: omap2430: make complain on -EPROBE_DEFER dev_dbgLadislav Michl1-1/+1
2016-11-21usb: musb: omap2430: use dev_errLadislav Michl1-3/+3
2016-11-21usb: musb: don't complain on -EPROBE_DEFER when initializing controllerLadislav Michl1-2/+3
2016-11-21musb: sunxi: Force session end on babble errors in host-modeHans de Goede1-0/+15
2016-11-21musb: sunxi: Remove custom babble handlingHans de Goede1-10/+0
2016-11-21USB: musb: remove obsolete resume-signalling commentsJohan Hovold2-5/+1
2016-11-18Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman2-5/+5
2016-11-17usb: musb: Drop pointless PM runtime code for dsps glueTony Lindgren1-20/+2
2016-11-17usb: musb: Add missing pm_runtime_disable and drop 2430 PM timeoutTony Lindgren1-6/+4
2016-11-17usb: musb: Fix PM for hub disconnectTony Lindgren4-18/+27
2016-11-17usb: musb: Fix sleeping function called from invalid context for hdrc glueTony Lindgren4-18/+167
2016-11-17usb: musb: Fix broken use of static variable for multiple instancesTony Lindgren2-4/+7
2016-11-07usb: musb: remove duplicated actionsKirill Esipov1-5/+0
2016-11-07usb: musb: da8xx: Don't print phy error on -EPROBE_DEFERDavid Lechner1-1/+2
2016-11-03usb: musb: make use of new usb_endpoint_maxp_mult()Felipe Balbi2-5/+5
2016-10-24usb: musb: Call pm_runtime from musb_gadget_queueTony Lindgren1-0/+4
2016-10-24usb: musb: Fix hardirq-safe hardirq-unsafe lock order errorTony Lindgren1-5/+2
2016-09-23usb: musb: da8xx: fix error handling message in probeArnd Bergmann1-7/+7
2016-09-23usb: musb: Fix session based PM for first invalid VBUSTony Lindgren2-5/+9
2016-09-23usb: musb: Fix PM runtime for disconnect after unconfigureTony Lindgren1-0/+3
2016-09-22musb: Export musb_root_disconnect for use in modulesHans de Goede1-0/+1
2016-09-19Merge 4.8-rc7 into usb-nextGreg Kroah-Hartman1-1/+1
2016-09-16usb: musb: Fix tusb6010 compile error on blackfinTony Lindgren1-1/+1
2016-09-13usb: musb: remove redundant stack buffersRasmus Villemoes1-7/+5
2016-09-13usb: musb: am35x: fix error return code in am35x_probe()Wei Yongjun1-1/+3
2016-09-13usb: musb: da8xx: Remove mach codeDavid Lechner2-86/+51
2016-09-13usb: musb: da8xx: Use devm in probeDavid Lechner1-14/+5
2016-09-13musb: sunxi: Add support for platform_set_modeHans de Goede1-4/+57
2016-09-13usb: musb: Add PM runtime support for MUSB DSPS glue layerTony Lindgren1-41/+17
2016-09-13usb: musb: Simplify PM runtime for 2430 glue layerTony Lindgren1-66/+10
2016-09-13usb: musb: Prepare dsps glue layer for PM runtime supportTony Lindgren1-4/+18
2016-09-13usb: musb: Implement session bit based runtime PM for musb-coreTony Lindgren2-0/+67
2016-09-05Merge 4.8-rc5 into usb-testingGreg Kroah-Hartman1-1/+6
2016-08-30usb: musb: da8xx: don't print on ENOMEMWolfram Sang1-3/+1
2016-08-30usb: musb: am35x: don't print on ENOMEMWolfram Sang1-3/+1
2016-08-30usb: musb: Fix locking errors for host only modeTony Lindgren1-1/+6
2016-07-17usb: musb: sunxi: Simplify dr_mode handlingHans de Goede1-43/+25
2016-07-17usb: musb: sunxi: make unexported symbols staticBen Dooks1-3/+3
2016-07-17usb: musb: cppi41: add dma channel tracepointsBin Liu2-12/+80
2016-07-17usb: musb: cppi41: move struct cppi41_dma_channel to headerBin Liu2-21/+23
2016-07-17usb: musb: cleanup cppi_dma headerBin Liu2-8/+1
2016-07-17usb: musb: gadget: add usb-request tracepointsBin Liu2-21/+90
2016-07-17usb: musb: host: add urb tracepointsBin Liu2-26/+71