aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-21usb: dwc3: Fix debugfs creation flowMinas Harutyunyan1-1/+2
2021-06-14Merge tag 'v5.13-rc6' into usb-nextGreg Kroah-Hartman1-6/+0
2021-06-09usb: dwc3: support 64 bit DMA in platform driverSven Peter1-0/+4
2021-06-09usb: dwc3: core: fix kernel panic when do rebootPeter Chen1-1/+1
2021-06-04Revert "usb: dwc3: core: Add shutdown callback for dwc3"Alexandru Elisei1-6/+0
2021-04-23usb: dwc3: Capture new capability register GHWPARAMS9Thinh Nguyen1-0/+3
2021-04-22usb: dwc3: core: Do core softreset when switch modeYu Chen1-0/+27
2021-04-14usb: dwc3: gadget: Check for disabled LPM quirkThinh Nguyen1-0/+2
2021-04-14usb: dwc3: core: Add shutdown callback for dwc3Sandeep Maheswaram1-0/+6
2021-03-23usb: dwc3: gadget: Remove invalid low-speed settingThinh Nguyen1-1/+0
2021-03-10usb: dwc3: Fix dereferencing of null dwc->usb_psyColin Ian King1-2/+2
2021-03-10usb: dwc3: add a power supply for current controlRay Chi1-0/+15
2021-02-08Merge 5.11-rc7 into usb-nextGreg Kroah-Hartman1-1/+1
2021-02-06usb: dwc3: core: Check maximum_speed SSP genXxYThinh Nguyen1-0/+37
2021-02-05usb: dwc3: fix clock issue during resume in OTG modeGary Bisson1-1/+1
2021-01-12usb: dwc3: Simplify with dev_err_probe()Andy Shevchenko1-33/+11
2021-01-12usb: dwc3: core: Replace devm_reset_control_array_get()Yejune Deng1-1/+1
2020-10-28usb: fix kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-10-02usb: dwc3: Add splitdisable quirk for Hisilicon Kirin SocYu Chen1-0/+25
2020-10-02usb: dwc3: core: add phy cleanup for probe error handlingLi Jun1-0/+11
2020-10-02usb: dwc3: core: don't trigger runtime pm when remove driverLi Jun1-2/+2
2020-10-02usb: dwc3: core: do not queue work if dr_mode is not USB_DR_MODE_OTGLi Jun1-3/+3
2020-09-24usb: dwc3: core: Print warning on unsupported speedThinh Nguyen1-0/+9
2020-09-24usb: dwc3: core: Properly default unspecified speedThinh Nguyen1-17/+18
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+2
2020-07-15usb: dwc3: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-05-25usb: dwc3: Add support for DWC_usb32 IPThinh Nguyen1-27/+22
2020-05-05usb: dwc3: core: Use role-switch default dr_modeThinh Nguyen1-0/+2
2020-05-05usb: dwc3: support continuous runtime PM with dual roleMartin Kepplinger1-3/+8
2020-03-15usb: dwc3: core: don't do suspend for device mode if already suspendedLi Jun1-0/+2
2020-03-15usb: dwc3: Rework resets initialization to be more flexibleJohn Stultz1-1/+1
2020-03-15usb: dwc3: Rework clock initialization to be more flexibleJohn Stultz1-15/+5
2020-03-15usb: dwc3: core: add support for disabling SS instances in park modeNeil Armstrong1-0/+5
2020-01-15usb: dwc3: turn off VBUS when leaving host modeBin Liu1-0/+3
2019-11-18Merge tag 'usb-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-0/+37
2019-10-27usb: dwc3: remove the call trace of USBx_GFLADJYinbo Zhu1-2/+1
2019-10-22usb: dwc3: Disable phy suspend after power-on resetThinh Nguyen1-0/+37
2019-09-03usb: dwc3: remove generic PHY calibrate() callsMarek Szyprowski1-2/+0
2019-08-28usb: dwc3: Separate field holding multiple propertiesThinh Nguyen1-2/+1
2019-08-09usb: dwc3: Use clk_bulk_prepare_enable()Andrey Smirnov1-18/+5
2019-08-09usb: dwc3: Use devres to get clocksAndrey Smirnov1-5/+2
2019-08-09usb: dwc3: Update soft-reset wait polling rateThinh Nguyen1-5/+18
2019-08-09usb: dwc3: Switch to use device_property_count_u32()Andy Shevchenko1-2/+1
2019-06-18usb: dwc3: gadget: Add support for disabling U1 and U2 entriesAnurag Kumar Vulisha1-0/+4
2019-06-18usb: dwc3: Fix core validation in probe, move after clocks are enabledEnric Balletbo i Serra1-5/+7
2019-05-03usb: dwc3: Fix default lpm_nyet_threshold valueThinh Nguyen1-1/+1
2019-05-03usb: dwc3: Do core validation early on probeThinh Nguyen1-6/+5
2019-05-03usb: dwc3: move synchronize_irq() out of the spinlock protected blockMarek Szyprowski1-0/+2
2019-05-03usb: dwc3: Free resource immediately after useAndy Shevchenko1-0/+3
2018-11-26usb: dwc3: Add workaround for isoc start transfer failureThinh Nguyen1-0/+2