summaryrefslogtreecommitdiff
path: root/drivers/usb/musb
AgeCommit message (Expand)AuthorFilesLines
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-09-30usb: 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-06-16usb: musb: fix MUSB_QUIRK_B_DISCONNECT_99 handlingThomas Petazzoni1-2/+1
2021-05-11usb: musb: fix PM reference leak in musb_irq_work()Bixuan Cui1-1/+1
2021-04-07usb: musb: Fix suspend with devices connected for a64Tony Lindgren1-4/+8
2021-03-04usb: musb: Fix runtime PM race in musb_queue_resume_workPaul Cercueil1-14/+17
2020-06-10usb: musb: Fix runtime PM imbalance on errorDinghao Liu1-5/+5
2020-06-10usb: musb: start session in resume for host portBin Liu1-0/+7
2020-04-01usb: musb: fix crash with highmen PIO and usbmonMans Rullgard1-12/+5
2020-02-24usb: musb: omap2430: Get rid of musb .set_vbus for omap2430 glueTony Lindgren1-2/+0
2020-02-01usb: musb: jz4740: Silence error if code is -EPROBE_DEFERPaul Cercueil1-2/+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
2020-01-14usb: musb: fix idling for suspend after disconnect interruptTony Lindgren1-0/+8
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig1-1/+1
2019-08-08USB: musb: convert platform driver to use dev_groupsGreg Kroah-Hartman1-19/+3
2019-08-01usb: musb: remove redundant assignment to variable retColin Ian King1-1/+1
2019-04-30usb: musb: dsps: Use dev_get_drvdata()Kefeng Wang1-4/+2
2019-04-30usb: musb: jz4740: obtain USB PHY from devicetreePaul Cercueil1-10/+7
2019-04-30usb: musb: jz4740: Let the platform probe the PHYPaul Cercueil1-2/+0
2019-04-30soc: sunxi: Fix missing dependency on REGMAP_MMIOSamuel Holland1-1/+1
2019-04-30usb: musb: omap2430: Add support for idling phy when musb is idleTony Lindgren1-0/+6
2019-04-30usb: musb: Silence error about blacklisting hubs if !CONFIG_USBPaul Cercueil1-4/+5
2019-02-13USB: musb: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-02-12usb: musb: Kconfig: Drop dependency on CONFIG_USB for jz4740Paul Cercueil1-1/+1
2019-02-12usb: musb: Kconfig: Drop dependency on MACH_JZ4740 for jz4740Paul Cercueil1-1/+1
2019-02-12usb: musb: jz4740: Add support for devicetreePaul Cercueil1-0/+10
2019-02-12USB: musb: fix indentation issue on a return statementColin Ian King1-1/+1
2019-02-11Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman2-22/+12
2019-01-30usb: gadget: musb: fix short isoc packets with inventra dmaPaul Elder2-22/+12
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman1-0/+1
2018-12-18usb: musb: dsps: fix runtime pm for peripheral modeBin Liu1-3/+9
2018-12-18usb: musb: dsps: fix otg state machineBin Liu1-2/+7
2018-09-20usb: musb: dsps: do not disable CPPI41 irq in driver teardownBin Liu1-11/+1
2018-07-02USB: musb: mark expected switch fall-throughsGustavo A. R. Silva2-1/+2
2018-05-31USB: musb: clean up debugfs file and directory creationGreg Kroah-Hartman4-52/+11
2018-05-31usb: musb: remove an unused variableArnd Bergmann1-1/+0
2018-05-22usb: musb: gadget: fix to_musb_ep() to not return NULLBin Liu1-4/+1
2018-05-22usb: musb: gadget: fix to_musb_request() to not return NULLBin Liu1-4/+1
2018-05-22USB: musb: dsps: propagate device-tree nodeJohan Hovold1-0/+1
2018-05-22usb: musb: disable otg protocol supportBin Liu2-5/+3
2018-05-22usb: musb: remove references to default_a of struct usb_otgBin Liu10-51/+25
2018-05-22usb: musb: break the huge isr musb_stage0_irq() into small functionsBin Liu1-346/+384
2018-05-22usb: musb: remove unused members in struct musb_hdrc_configBin Liu1-4/+0
2018-05-22usb: musb: remove duplicated port mode enumBin Liu7-22/+16
2018-05-22usb: musb: dsps: remove duplicated get_musb_port_mode()Bin Liu1-20/+1
2018-05-22usb: musb: remove duplicated quirks flagBin Liu4-15/+11