summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
Commit message (Expand)AuthorAgeFilesLines
* usb: musb: tusb6010: check return value after calling platform_get_resource()Yang Yingliang2021-11-261-0/+5
* usb: musb: tusb6010: uninitialized data in tusb_fifo_write_unaligned()Dan Carpenter2021-10-061-0/+1
* usb: musb: fix crash with highmen PIO and usbmonMans Rullgard2020-04-021-12/+5
* usb: musb: dma: Correct parameter passed to IRQ handlerPaul Cercueil2020-01-141-1/+1
* usb: musb: Disable pullup at initPaul Cercueil2020-01-141-0/+3
* usb: musb: fix remote wakeup racing with suspendDaniel Glöckner2018-07-033-13/+24
* usb: musb: call pm_runtime_{get,put}_sync before reading vbus registersMerlijn Wajer2018-05-301-0/+2
* usb: musb: fix enumeration after resumeAndreas Kemnade2018-05-301-1/+2
* usb: musb: host: fix potential NULL pointer dereferenceBin Liu2018-05-161-1/+3
* usb: musb: gadget: misplaced out of bounds checkHeinrich Schuchardt2018-04-241-5/+9
* usb: musb/ux500: remove duplicate check for dma_is_compatibleArnd Bergmann2018-02-251-3/+0
* usb: musb: ux500: Fix NULL pointer dereference at system PMUlf Hansson2018-01-171-2/+5
* usb: musb: da8xx: fix babble condition handlingBin Liu2017-12-201-1/+9
* usb: musb: Check for host-mode using is_host_active() on reset interruptJonathan Liu2017-10-271-4/+2
* usb: musb: sunxi: Explicitly release USB PHY on exitJonathan Liu2017-10-271-0/+2
* usb: musb: fix tx fifo flush handling againBin Liu2017-08-161-0/+1
* usb: musb: tusb6010_omap: Do not reset the other direction's packet sizePeter Ujfalusi2017-05-251-4/+9
* usb: musb: cppi41: don't check early-TX-interrupt for Isoch transferBin Liu2017-03-301-2/+21
* usb: musb: da8xx: Remove CPPI 3.0 quirk and methodsAlexandre Bailon2017-03-121-5/+1
* usb: musb: blackfin: add bfin_fifo_offset in bfin_opsJérémy Lefaure2017-01-121-0/+1
* usb: musb: Fix trying to free already-free IRQ 4Tony Lindgren2017-01-121-1/+1
* usb: musb: dsps: implement clear_ep_rxintr() callbackBin Liu2017-01-121-0/+12
* usb: musb: core: add clear_ep_rxintr() to musb_platform_opsBin Liu2017-01-122-6/+11
* usb: musb: fix DMA for host modeCristian Birsan2016-10-071-4/+2
* usb: musb: Fix DMA desired mode for Mentor DMA engineCristian Birsan2016-10-071-1/+1
* usb: musb: host: correct cppi dma channel for isoch transferBin Liu2016-07-111-1/+1
* usb: musb: Ensure rx reinit occurs for shared_fifo endpointsAndrew Goodbody2016-07-111-7/+6
* usb: musb: Stop bulk endpoint while queue is rotatedAndrew Goodbody2016-07-111-1/+7
* usb: musb: only restore devctl when session was set in backupBin Liu2016-07-111-1/+2
* usb: musb: fail with error when no DMA controller setAaro Koskinen2015-12-091-0/+1
* usb: musb: core: Fix pm runtime for deferred probeTony Lindgren2015-12-081-1/+6
* usb: musb: USB_TI_CPPI41_DMA requires dmaengine supportArnd Bergmann2015-11-181-1/+1
* usb: musb: enable usb_dma parameterBin Liu2015-11-171-1/+1
* usb: musb: fix tx fifo flush handlingBin Liu2015-11-171-6/+16
* usb: musb: core: fix order of arguments to ulpi write callbackUwe Kleine-König2015-11-161-5/+5
* Merge tag 'usb-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-11-044-12/+48
|\
| * usb: musb: core: add common method of getting vbus statusRoman Alyautdin2015-10-162-4/+11
| * musb: sunxi: Make sunxi musb glue work without MUSB_PIO_ONLYHans de Goede2015-10-091-0/+12
| * usb: common: of_usb_get_dr_mode to usb_get_dr_modeHeikki Krogerus2015-09-272-2/+2
| * usb: common: of_usb_get_maximum_speed to usb_get_maximum_speedHeikki Krogerus2015-09-271-1/+1
| * usb: musb: dsps: control musb speed based on dts settingBin Liu2015-09-271-0/+13
| * usb: musb: set the controller speed based on the config settingBin Liu2015-09-271-6/+10
* | usb: musb: omap2430: Fix regression caused by driver core changeTony Lindgren2015-10-281-6/+23
|/
* usb: musb: fix cppi channel teardown for isoch transferBin Liu2015-09-211-0/+3
* usb: musb: dsps: fix polling in device-only modeBin Liu2015-09-211-2/+5
* usb: musb: ux500: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-141-0/+2
* usb: musb: Disable interrupts on suspend, enable them on resumePascal Huerst2015-09-141-0/+6
* usb: musb: ensure in peripheral mode when checking sessionBin Liu2015-09-141-0/+1
* usb: musb: gadget: fix build break by adding missing 'break'Robert Baldyga2015-08-071-0/+1
* usb: musb: cppi41: allow it to work againFelipe Balbi2015-08-061-3/+3