summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
Commit message (Expand)AuthorAgeFilesLines
* usb: musb: Balance list entry in musb_gadget_queueViraj Shah2021-11-121-1/+3
* usb: musb: dsps: Fix the probe error pathMiquel Raynal2021-10-201-1/+3
* usb: musb: tusb6010: uninitialized data in tusb_fifo_write_unaligned()Dan Carpenter2021-09-301-0/+1
* usb: musb: musb_dsps: request_irq() after initializing musbNadezda Lutovinova2021-09-221-7/+6
* usb: musb: fix MUSB_QUIRK_B_DISCONNECT_99 handlingThomas Petazzoni2021-06-161-2/+1
* usb: musb: fix PM reference leak in musb_irq_work()Bixuan Cui2021-05-111-1/+1
* usb: musb: Fix suspend with devices connected for a64Tony Lindgren2021-04-071-4/+8
* usb: musb: Fix runtime PM race in musb_queue_resume_workPaul Cercueil2021-03-041-14/+17
* usb: musb: Fix runtime PM imbalance on errorDinghao Liu2020-06-101-5/+5
* usb: musb: start session in resume for host portBin Liu2020-06-101-0/+7
* usb: musb: fix crash with highmen PIO and usbmonMans Rullgard2020-04-011-12/+5
* usb: musb: omap2430: Get rid of musb .set_vbus for omap2430 glueTony Lindgren2020-02-241-2/+0
* usb: musb: jz4740: Silence error if code is -EPROBE_DEFERPaul Cercueil2020-02-011-2/+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 idling for suspend after disconnect interruptTony Lindgren2020-01-141-0/+8
* usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig2019-08-211-1/+1
* USB: musb: convert platform driver to use dev_groupsGreg Kroah-Hartman2019-08-081-19/+3
* usb: musb: remove redundant assignment to variable retColin Ian King2019-08-011-1/+1
* usb: musb: dsps: Use dev_get_drvdata()Kefeng Wang2019-04-301-4/+2
* usb: musb: jz4740: obtain USB PHY from devicetreePaul Cercueil2019-04-301-10/+7
* usb: musb: jz4740: Let the platform probe the PHYPaul Cercueil2019-04-301-2/+0
* soc: sunxi: Fix missing dependency on REGMAP_MMIOSamuel Holland2019-04-301-1/+1
* usb: musb: omap2430: Add support for idling phy when musb is idleTony Lindgren2019-04-301-0/+6
* usb: musb: Silence error about blacklisting hubs if !CONFIG_USBPaul Cercueil2019-04-301-4/+5
* USB: musb: mark expected switch fall-throughGustavo A. R. Silva2019-02-131-1/+1
* usb: musb: Kconfig: Drop dependency on CONFIG_USB for jz4740Paul Cercueil2019-02-121-1/+1
* usb: musb: Kconfig: Drop dependency on MACH_JZ4740 for jz4740Paul Cercueil2019-02-121-1/+1
* usb: musb: jz4740: Add support for devicetreePaul Cercueil2019-02-121-0/+10
* USB: musb: fix indentation issue on a return statementColin Ian King2019-02-121-1/+1
* Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman2019-02-112-22/+12
|\
| * usb: gadget: musb: fix short isoc packets with inventra dmaPaul Elder2019-01-302-22/+12
* | USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman2019-01-221-0/+1
|/
* usb: musb: dsps: fix runtime pm for peripheral modeBin Liu2018-12-181-3/+9
* usb: musb: dsps: fix otg state machineBin Liu2018-12-181-2/+7
* usb: musb: dsps: do not disable CPPI41 irq in driver teardownBin Liu2018-09-201-11/+1
* USB: musb: mark expected switch fall-throughsGustavo A. R. Silva2018-07-022-1/+2
* USB: musb: clean up debugfs file and directory creationGreg Kroah-Hartman2018-05-314-52/+11
* usb: musb: remove an unused variableArnd Bergmann2018-05-311-1/+0
* usb: musb: gadget: fix to_musb_ep() to not return NULLBin Liu2018-05-221-4/+1
* usb: musb: gadget: fix to_musb_request() to not return NULLBin Liu2018-05-221-4/+1
* USB: musb: dsps: propagate device-tree nodeJohan Hovold2018-05-221-0/+1
* usb: musb: disable otg protocol supportBin Liu2018-05-222-5/+3
* usb: musb: remove references to default_a of struct usb_otgBin Liu2018-05-2210-51/+25
* usb: musb: break the huge isr musb_stage0_irq() into small functionsBin Liu2018-05-221-346/+384
* usb: musb: remove unused members in struct musb_hdrc_configBin Liu2018-05-221-4/+0
* usb: musb: remove duplicated port mode enumBin Liu2018-05-227-22/+16
* usb: musb: dsps: remove duplicated get_musb_port_mode()Bin Liu2018-05-221-20/+1
* usb: musb: remove duplicated quirks flagBin Liu2018-05-224-15/+11
* usb: musb: remove some register access wrapper functionsBin Liu2018-05-222-76/+21