aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/dwc3-of-simple.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-29usb: dwc3: of-simple: avoid unused function warningsArnd Bergmann1-6/+4
2018-07-26usb: dwc3: of-simple: reset host controller at suspend/resumeEnric Balletbo i Serra1-0/+29
2018-06-18usb: dwc3: of-simple: fix use-after-free on removeJohan Hovold1-1/+2
2018-05-15usb: dwc3: Add Qualcomm DWC3 glue driverManu Gautam1-1/+0
2018-05-15usb: dwc3: of-simple: Add compatible for Allwinner H6 platformIcenowy Zheng1-0/+1
2018-03-13usb: dwc3: of-simple: add support for the Amlogic Meson GXL and AXG SoCsMartin Blumenstingl1-0/+8
2018-03-13usb: dwc3: of-simple: add support for shared and pulsed reset linesMartin Blumenstingl1-6/+17
2018-02-12usb: dwc3: of-simple: fix oops by unbalanced clk disable callEnric Balletbo i Serra1-0/+1
2017-12-11usb: dwc3: of-simple: set dev_pm_opsMasahiro Yamada1-0/+1
2017-12-11usb: dwc3: of-simple: fix missing clk_disable_unprepareAndreas Platschek1-1/+3
2017-11-07USB: dwc3: Remove redundant license textGreg Kroah-Hartman1-9/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-19usb: dwc3: of-simple: Add support to get resets for the deviceVivek Gautam1-2/+25
2017-10-19usb: dwc3: of-simple: Re-order resource handling in removeVivek Gautam1-2/+2
2017-09-28usb: dwc3: of-simple: Add compatible for Spreadtrum SC9860 platformBaolin Wang1-0/+1
2017-08-15usb: dwc3: of-simple: remove include of clk-provider.hShawn Guo1-2/+2
2016-09-13usb: dwc3: of-simple: add compatible for CaviumFelipe Balbi1-0/+1
2016-09-13usb: dwc3: of-simple: allow glues without clocksFelipe Balbi1-16/+28
2016-09-12usb: dwc3: of-simple: Fix warning during unbindAnurag Kumar Vulisha1-1/+1
2016-08-25usb: dwc3: of-simple: add compatible for rockchip rk3399William Wu1-0/+1
2016-08-11usb: dwc3: fix missing platform_set_drvdata() in dwc3_of_simple_probe()Wei Yongjun1-0/+1
2016-02-26usb: dwc3: Remove impossible check for of_clk_get_parent_count() < 0Stephen Boyd1-4/+5
2015-12-22usb: dwc3: of-simple: fix build warning on !PMFelipe Balbi1-0/+2
2015-12-15usb: dwc3: add generic OF glue layerFelipe Balbi1-0/+178