summaryrefslogtreecommitdiff
path: root/drivers/usb/musb
AgeCommit message (Expand)AuthorFilesLines
2023-10-25usb: musb: Modify the "HWVers" register addressXingxing Luo1-1/+1
2023-10-25usb: musb: Get the musb_qh poniter after musb_givebackXingxing Luo1-1/+8
2023-08-11treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2023-01-18usb: musb: remove extra check in musb_gadget_vbus_drawIvaylo Dimitrov1-2/+0
2022-10-26usb: musb: Fix musb_gadget.c rxstate overflow bugRobin Guo1-0/+3
2021-11-26usb: musb: tusb6010: check return value after calling platform_get_resource()Yang Yingliang1-0/+5
2021-11-12usb: musb: Balance list entry in musb_gadget_queueViraj Shah1-1/+3
2021-10-20usb: musb: dsps: Fix the probe error pathMiquel Raynal1-1/+3
2021-10-06usb: musb: tusb6010: uninitialized data in tusb_fifo_write_unaligned()Dan Carpenter1-0/+1
2021-09-22usb: musb: musb_dsps: request_irq() after initializing musbNadezda Lutovinova1-7/+6
2021-04-07usb: musb: Fix suspend with devices connected for a64Tony Lindgren1-4/+8
2021-03-03usb: musb: Fix runtime PM race in musb_queue_resume_workPaul Cercueil1-14/+17
2020-06-11usb: musb: Fix runtime PM imbalance on errorDinghao Liu1-5/+5
2020-06-11usb: musb: start session in resume for host portBin Liu1-0/+7
2020-04-02usb: musb: fix crash with highmen PIO and usbmonMans Rullgard1-12/+5
2020-02-28usb: musb: omap2430: Get rid of musb .set_vbus for omap2430 glueTony Lindgren1-2/+0
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
2020-01-14usb: musb: fix idling for suspend after disconnect interruptTony Lindgren1-0/+8
2019-02-12usb: gadget: musb: fix short isoc packets with inventra dmaPaul Elder2-22/+12
2019-02-12usb: musb: dsps: fix otg state machineBin Liu1-2/+7
2018-10-04usb: musb: dsps: do not disable CPPI41 irq in driver teardownBin Liu1-11/+1
2018-06-20usb: musb: fix remote wakeup racing with suspendDaniel Glöckner3-13/+24
2018-05-09usb: musb: trace: fix NULL pointer dereference in musb_g_tx()Bin Liu1-1/+2
2018-05-09usb: musb: host: fix potential NULL pointer dereferenceBin Liu1-1/+3
2018-04-26usb: musb: Fix external abort in musb_remove on omap2430Merlijn Wajer1-1/+1
2018-04-26usb: musb: call pm_runtime_{get,put}_sync before reading vbus registersMerlijn Wajer1-0/+2
2018-04-26usb: musb: fix enumeration after resumeAndreas Kemnade1-1/+2
2018-04-24usb: musb: gadget: misplaced out of bounds checkHeinrich Schuchardt1-5/+9
2018-02-28Revert "usb: musb: host: don't start next rx urb if current one failed"Bin Liu1-7/+1
2017-12-20usb: musb: da8xx: fix babble condition handlingBin Liu1-1/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-17usb: musb: sunxi: Explicitly release USB PHY on exitJonathan Liu1-0/+2
2017-10-17usb: musb: Check for host-mode using is_host_active() on reset interruptJonathan Liu1-4/+2
2017-10-17usb: musb: musb_cppi41: Configure the number of channels for DA8xxAlexandre Bailon1-5/+26
2017-10-17usb: musb: musb_cppi41: Fix cppi41_set_dma_mode() for DA8xxAlexandre Bailon1-3/+37
2017-10-17usb: musb: musb_cppi41: Fix the address of teardown and autoreq registersAlexandre Bailon1-4/+19
2017-10-17USB: musb: fix late external abort on suspendJohan Hovold2-2/+11
2017-10-17USB: musb: fix session-bit runtime-PM quirkJohan Hovold1-4/+4
2017-08-28USB: musb: dsps: add explicit runtime resume at suspendJohan Hovold1-2/+11
2017-08-28USB: musb: fix external abort on suspendJohan Hovold1-8/+10
2017-08-28usb: musb: fix endpoint fifo allocation for 4KB fifo memoryBin Liu1-2/+2
2017-08-28usb: musb: print an error message when high bandwidth is unsupportedBin Liu1-0/+4
2017-08-28usb: musb: print an error message when hwep alloc failedBin Liu1-0/+4
2017-08-28usb: musb: add helper function musb_ep_xfertype_stringBin Liu2-5/+25
2017-07-30usb: musb: fix tx fifo flush handling againBin Liu1-0/+1
2017-06-27usb: musb: compress return logic into one lineGustavo A. R. Silva1-4/+2
2017-06-20usb: musb: tusb6010_omap: Convert to DMAengine APIPeter Ujfalusi1-121/+80
2017-06-20usb: musb: tusb6010: Handle DMA TX completion in DMA callback as wellPeter Ujfalusi2-48/+4
2017-06-20usb: musb: tusb6010_omap: Allocate DMA channels upfrontPeter Ujfalusi1-93/+92