summaryrefslogtreecommitdiff
path: root/drivers/usb/musb
AgeCommit message (Expand)AuthorFilesLines
2020-04-02usb: musb: fix crash with highmen PIO and usbmonMans Rullgard1-12/+5
2020-01-14usb: musb: dma: Correct parameter passed to IRQ handlerPaul Cercueil1-1/+1
2020-01-14usb: musb: Disable pullup at initPaul Cercueil1-0/+3
2018-07-03usb: musb: fix remote wakeup racing with suspendDaniel Glöckner3-13/+24
2018-05-30usb: musb: call pm_runtime_{get,put}_sync before reading vbus registersMerlijn Wajer1-0/+2
2018-05-30usb: musb: fix enumeration after resumeAndreas Kemnade1-1/+2
2018-05-16usb: musb: host: fix potential NULL pointer dereferenceBin Liu1-1/+3
2018-04-24usb: musb: gadget: misplaced out of bounds checkHeinrich Schuchardt1-5/+9
2018-02-25usb: musb/ux500: remove duplicate check for dma_is_compatibleArnd Bergmann1-3/+0
2018-01-17usb: musb: ux500: Fix NULL pointer dereference at system PMUlf Hansson1-2/+5
2017-12-20usb: musb: da8xx: fix babble condition handlingBin Liu1-1/+9
2017-10-27usb: musb: Check for host-mode using is_host_active() on reset interruptJonathan Liu1-4/+2
2017-10-27usb: musb: sunxi: Explicitly release USB PHY on exitJonathan Liu1-0/+2
2017-08-16usb: musb: fix tx fifo flush handling againBin Liu1-0/+1
2017-05-25usb: musb: tusb6010_omap: Do not reset the other direction's packet sizePeter Ujfalusi1-4/+9
2017-03-30usb: musb: cppi41: don't check early-TX-interrupt for Isoch transferBin Liu1-2/+21
2017-03-12usb: musb: da8xx: Remove CPPI 3.0 quirk and methodsAlexandre Bailon1-5/+1
2017-01-12usb: musb: blackfin: add bfin_fifo_offset in bfin_opsJérémy Lefaure1-0/+1
2017-01-12usb: musb: Fix trying to free already-free IRQ 4Tony Lindgren1-1/+1
2017-01-12usb: musb: dsps: implement clear_ep_rxintr() callbackBin Liu1-0/+12
2017-01-12usb: musb: core: add clear_ep_rxintr() to musb_platform_opsBin Liu2-6/+11
2016-10-07usb: musb: fix DMA for host modeCristian Birsan1-4/+2
2016-10-07usb: musb: Fix DMA desired mode for Mentor DMA engineCristian Birsan1-1/+1
2016-07-11usb: musb: host: correct cppi dma channel for isoch transferBin Liu1-1/+1
2016-07-11usb: musb: Ensure rx reinit occurs for shared_fifo endpointsAndrew Goodbody1-7/+6
2016-07-11usb: musb: Stop bulk endpoint while queue is rotatedAndrew Goodbody1-1/+7
2016-07-11usb: musb: only restore devctl when session was set in backupBin Liu1-1/+2
2015-12-09usb: musb: fail with error when no DMA controller setAaro Koskinen1-0/+1
2015-12-08usb: musb: core: Fix pm runtime for deferred probeTony Lindgren1-1/+6
2015-11-19usb: musb: USB_TI_CPPI41_DMA requires dmaengine supportArnd Bergmann1-1/+1
2015-11-17usb: musb: enable usb_dma parameterBin Liu1-1/+1
2015-11-17usb: musb: fix tx fifo flush handlingBin Liu1-6/+16
2015-11-16usb: musb: core: fix order of arguments to ulpi write callbackUwe Kleine-König1-5/+5
2015-11-05Merge tag 'usb-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-12/+48
2015-10-28usb: musb: omap2430: Fix regression caused by driver core changeTony Lindgren1-6/+23
2015-10-16usb: musb: core: add common method of getting vbus statusRoman Alyautdin2-4/+11
2015-10-10musb: sunxi: Make sunxi musb glue work without MUSB_PIO_ONLYHans de Goede1-0/+12
2015-09-27usb: common: of_usb_get_dr_mode to usb_get_dr_modeHeikki Krogerus2-2/+2
2015-09-27usb: common: of_usb_get_maximum_speed to usb_get_maximum_speedHeikki Krogerus1-1/+1
2015-09-27usb: musb: dsps: control musb speed based on dts settingBin Liu1-0/+13
2015-09-27usb: musb: set the controller speed based on the config settingBin Liu1-6/+10
2015-09-21usb: musb: fix cppi channel teardown for isoch transferBin Liu1-0/+3
2015-09-21usb: musb: dsps: fix polling in device-only modeBin Liu1-2/+5
2015-09-14usb: musb: ux500: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+2
2015-09-14usb: musb: Disable interrupts on suspend, enable them on resumePascal Huerst1-0/+6
2015-09-14usb: musb: ensure in peripheral mode when checking sessionBin Liu1-0/+1
2015-08-07usb: musb: gadget: fix build break by adding missing 'break'Robert Baldyga1-0/+1
2015-08-06usb: musb: cppi41: allow it to work againFelipe Balbi1-3/+3
2015-08-06usb: musb: gadget: remove remaining DMA ifdeferryFelipe Balbi1-21/+18
2015-08-06usb: musb: gadget: add musb_match_ep() functionRobert Baldyga1-0/+34