summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/dwc3-of-simple.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: of-simple: avoid unused function warningsArnd Bergmann2018-08-291-6/+4Star
* usb: dwc3: of-simple: reset host controller at suspend/resumeEnric Balletbo i Serra2018-07-261-0/+29
* usb: dwc3: of-simple: fix use-after-free on removeJohan Hovold2018-06-181-1/+2
* usb: dwc3: Add Qualcomm DWC3 glue driverManu Gautam2018-05-151-1/+0Star
* usb: dwc3: of-simple: Add compatible for Allwinner H6 platformIcenowy Zheng2018-05-151-0/+1
* usb: dwc3: of-simple: add support for the Amlogic Meson GXL and AXG SoCsMartin Blumenstingl2018-03-131-0/+8
* usb: dwc3: of-simple: add support for shared and pulsed reset linesMartin Blumenstingl2018-03-131-6/+17
* usb: dwc3: of-simple: fix oops by unbalanced clk disable callEnric Balletbo i Serra2018-02-121-0/+1
* usb: dwc3: of-simple: set dev_pm_opsMasahiro Yamada2017-12-111-0/+1
* usb: dwc3: of-simple: fix missing clk_disable_unprepareAndreas Platschek2017-12-111-1/+3
* USB: dwc3: Remove redundant license textGreg Kroah-Hartman2017-11-071-9/+0Star
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: dwc3: of-simple: Add support to get resets for the deviceVivek Gautam2017-10-191-2/+25
* usb: dwc3: of-simple: Re-order resource handling in removeVivek Gautam2017-10-191-2/+2
* usb: dwc3: of-simple: Add compatible for Spreadtrum SC9860 platformBaolin Wang2017-09-281-0/+1
* usb: dwc3: of-simple: remove include of clk-provider.hShawn Guo2017-08-151-2/+2
* usb: dwc3: of-simple: add compatible for CaviumFelipe Balbi2016-09-131-0/+1
* usb: dwc3: of-simple: allow glues without clocksFelipe Balbi2016-09-131-16/+28
* usb: dwc3: of-simple: Fix warning during unbindAnurag Kumar Vulisha2016-09-121-1/+1
* usb: dwc3: of-simple: add compatible for rockchip rk3399William Wu2016-08-251-0/+1
* usb: dwc3: fix missing platform_set_drvdata() in dwc3_of_simple_probe()Wei Yongjun2016-08-111-0/+1
* usb: dwc3: Remove impossible check for of_clk_get_parent_count() < 0Stephen Boyd2016-02-271-4/+5
* usb: dwc3: of-simple: fix build warning on !PMFelipe Balbi2015-12-231-0/+2
* usb: dwc3: add generic OF glue layerFelipe Balbi2015-12-151-0/+178