aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
Commit message (Expand)AuthorAgeFilesLines
...
* | usb: musb: omap2430: use dev_errLadislav Michl2016-11-211-3/+3
* | usb: musb: don't complain on -EPROBE_DEFER when initializing controllerLadislav Michl2016-11-211-2/+3
* | musb: sunxi: Force session end on babble errors in host-modeHans de Goede2016-11-211-0/+15
* | musb: sunxi: Remove custom babble handlingHans de Goede2016-11-211-10/+0
* | USB: musb: remove obsolete resume-signalling commentsJohan Hovold2016-11-212-5/+1
* | Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2016-11-182-5/+5
|\ \ | |/ |/|
| * usb: musb: make use of new usb_endpoint_maxp_mult()Felipe Balbi2016-11-032-5/+5
* | usb: musb: remove duplicated actionsKirill Esipov2016-11-071-5/+0
* | usb: musb: da8xx: Don't print phy error on -EPROBE_DEFERDavid Lechner2016-11-071-1/+2
|/
* usb: musb: Call pm_runtime from musb_gadget_queueTony Lindgren2016-10-241-0/+4
* usb: musb: Fix hardirq-safe hardirq-unsafe lock order errorTony Lindgren2016-10-241-5/+2
* usb: musb: da8xx: fix error handling message in probeArnd Bergmann2016-09-231-7/+7
* usb: musb: Fix session based PM for first invalid VBUSTony Lindgren2016-09-232-5/+9
* usb: musb: Fix PM runtime for disconnect after unconfigureTony Lindgren2016-09-231-0/+3
* musb: Export musb_root_disconnect for use in modulesHans de Goede2016-09-221-0/+1
* Merge 4.8-rc7 into usb-nextGreg Kroah-Hartman2016-09-191-1/+1
|\
| * usb: musb: Fix tusb6010 compile error on blackfinTony Lindgren2016-09-161-1/+1
* | usb: musb: remove redundant stack buffersRasmus Villemoes2016-09-131-7/+5
* | usb: musb: am35x: fix error return code in am35x_probe()Wei Yongjun2016-09-131-1/+3
* | usb: musb: da8xx: Remove mach codeDavid Lechner2016-09-132-86/+51
* | usb: musb: da8xx: Use devm in probeDavid Lechner2016-09-131-14/+5
* | musb: sunxi: Add support for platform_set_modeHans de Goede2016-09-131-4/+57
* | usb: musb: Add PM runtime support for MUSB DSPS glue layerTony Lindgren2016-09-131-41/+17
* | usb: musb: Simplify PM runtime for 2430 glue layerTony Lindgren2016-09-131-66/+10
* | usb: musb: Prepare dsps glue layer for PM runtime supportTony Lindgren2016-09-131-4/+18
* | usb: musb: Implement session bit based runtime PM for musb-coreTony Lindgren2016-09-132-0/+67
* | Merge 4.8-rc5 into usb-testingGreg Kroah-Hartman2016-09-051-1/+6
|\|
| * usb: musb: Fix locking errors for host only modeTony Lindgren2016-08-301-1/+6
* | usb: musb: da8xx: don't print on ENOMEMWolfram Sang2016-08-301-3/+1
* | usb: musb: am35x: don't print on ENOMEMWolfram Sang2016-08-301-3/+1
|/
* usb: musb: sunxi: Simplify dr_mode handlingHans de Goede2016-07-171-43/+25
* usb: musb: sunxi: make unexported symbols staticBen Dooks2016-07-171-3/+3
* usb: musb: cppi41: add dma channel tracepointsBin Liu2016-07-172-12/+80
* usb: musb: cppi41: move struct cppi41_dma_channel to headerBin Liu2016-07-172-21/+23
* usb: musb: cleanup cppi_dma headerBin Liu2016-07-172-8/+1
* usb: musb: gadget: add usb-request tracepointsBin Liu2016-07-172-21/+90
* usb: musb: host: add urb tracepointsBin Liu2016-07-172-26/+71
* usb: musb: add tracepoints to dump interrupt eventsBin Liu2016-07-172-3/+22
* usb: musb: add tracepoints for register accessBin Liu2016-07-172-3/+103
* usb: musb: dsps: use musb register read/write wrappers insteadBin Liu2016-07-171-68/+44
* usb: musb: switch dev_dbg to tracepointsBin Liu2016-07-178-199/+187
* usb: musb: add tracepoints support for debuggingBin Liu2016-07-174-1/+93
* usb: musb: sunxi: Remove bogus "Frees glue" commentHans de Goede2016-06-141-1/+1
* usb: musb: sunxi: Fix NULL ptr deref when gadget is registered before musbHans de Goede2016-06-141-6/+9
* usb: musb: Stop bulk endpoint while queue is rotatedAndrew Goodbody2016-06-011-1/+7
* usb: musb: Ensure rx reinit occurs for shared_fifo endpointsAndrew Goodbody2016-06-011-7/+6
* usb: musb: host: correct cppi dma channel for isoch transferBin Liu2016-06-011-1/+1
* usb: musb: only restore devctl when session was set in backupBin Liu2016-06-011-1/+2
* usb: musb: Use normal module_init for 2430 glueTony Lindgren2016-06-011-12/+2
* usb: musb: Remove pm_runtime_set_irq_safeTony Lindgren2016-06-011-6/+0