aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/dwc3-of-simple.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-23usb: dwc3: Add driver for Xilinx platformsGravatar Manish Narani 1-1/+0
2020-10-02usb: dwc3: of-simple: Add compatible string for Intel Keem Bay platformGravatar Wan Ahmad Zainie 1-0/+1
2020-09-24usb: dwc3: simple: add support for Hikey 970Gravatar Mauro Carvalho Chehab 1-0/+1
2020-07-15usb: dwc3: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 1-1/+1
2020-07-03usb: dwc3: dwc3-of-simple: Function headers are not good candidates for kerne...Gravatar Lee Jones 1-1/+1
2020-05-25usb: dwc3: of-simple: remove Amlogic GXL and AXG compatiblesGravatar Martin Blumenstingl 1-24/+6
2019-10-29usb: dwc3: of-simple: add a shutdownGravatar Felipe Balbi 1-8/+20
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-1/+2
2019-05-03usb: dwc3: of-simple: Convert to bulk clk APIGravatar Robin Murphy 1-78/+17
2019-03-20reset: Add acquired flag to of_reset_control_array_get()Gravatar Thierry Reding 1-1/+2
2018-08-29usb: dwc3: of-simple: avoid unused function warningsGravatar Arnd Bergmann 1-6/+4
2018-07-26usb: dwc3: of-simple: reset host controller at suspend/resumeGravatar Enric Balletbo i Serra 1-0/+29
2018-06-18usb: dwc3: of-simple: fix use-after-free on removeGravatar Johan Hovold 1-1/+2
2018-05-15usb: dwc3: Add Qualcomm DWC3 glue driverGravatar Manu Gautam 1-1/+0
2018-05-15usb: dwc3: of-simple: Add compatible for Allwinner H6 platformGravatar Icenowy Zheng 1-0/+1
2018-03-13usb: dwc3: of-simple: add support for the Amlogic Meson GXL and AXG SoCsGravatar Martin Blumenstingl 1-0/+8
2018-03-13usb: dwc3: of-simple: add support for shared and pulsed reset linesGravatar Martin Blumenstingl 1-6/+17
2018-02-12usb: dwc3: of-simple: fix oops by unbalanced clk disable callGravatar Enric Balletbo i Serra 1-0/+1
2017-12-11usb: dwc3: of-simple: set dev_pm_opsGravatar Masahiro Yamada 1-0/+1
2017-12-11usb: dwc3: of-simple: fix missing clk_disable_unprepareGravatar Andreas Platschek 1-1/+3
2017-11-07USB: dwc3: Remove redundant license textGravatar Greg Kroah-Hartman 1-9/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Gravatar Greg Kroah-Hartman 1-0/+1
2017-10-19usb: dwc3: of-simple: Add support to get resets for the deviceGravatar Vivek Gautam 1-2/+25
2017-10-19usb: dwc3: of-simple: Re-order resource handling in removeGravatar Vivek Gautam 1-2/+2
2017-09-28usb: dwc3: of-simple: Add compatible for Spreadtrum SC9860 platformGravatar Baolin Wang 1-0/+1
2017-08-15usb: dwc3: of-simple: remove include of clk-provider.hGravatar Shawn Guo 1-2/+2
2016-09-13usb: dwc3: of-simple: add compatible for CaviumGravatar Felipe Balbi 1-0/+1
2016-09-13usb: dwc3: of-simple: allow glues without clocksGravatar Felipe Balbi 1-16/+28
2016-09-12usb: dwc3: of-simple: Fix warning during unbindGravatar Anurag Kumar Vulisha 1-1/+1
2016-08-25usb: dwc3: of-simple: add compatible for rockchip rk3399Gravatar William Wu 1-0/+1
2016-08-11usb: dwc3: fix missing platform_set_drvdata() in dwc3_of_simple_probe()Gravatar Wei Yongjun 1-0/+1
2016-02-26usb: dwc3: Remove impossible check for of_clk_get_parent_count() < 0Gravatar Stephen Boyd 1-4/+5
2015-12-22usb: dwc3: of-simple: fix build warning on !PMGravatar Felipe Balbi 1-0/+2
2015-12-15usb: dwc3: add generic OF glue layerGravatar Felipe Balbi 1-0/+178