summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/platform.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: get optional vbus-supply regulator onceFabrice Gasnier2018-10-021-0/+8
* usb: dwc2: Fix call location of dwc2_check_core_endiannessBruno Meirelles Herrera2018-09-051-2/+2
* usb: dwc2: Make dwc2_readl/writel functions endianness-agnostic.Gevorg Sahakyan2018-07-301-0/+19
* usb: dwc2: Force mode optimizationsVardan Mikayelyan2018-03-131-1/+8
* usb: dwc2: core: Add hibernated flagVardan Mikayelyan2018-03-131-0/+1
* usb: dwc2: Print error if unable to set DMA coherent maskStefan Wahren2018-03-131-1/+3
* usb: dwc2: eliminate irq parameter from dwc2_gadget_initVardan Mikayelyan2018-03-081-1/+1
* usb: dwc2: add optional usb ecc reset bitDinh Nguyen2017-12-121-0/+10
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: dwc2: simplify optional reset handlingPhilipp Zabel2017-04-111-14/+4Star
* usb: dwc2: eliminate irq parameter from dwc2_hcd_initHeiner Kallweit2017-01-261-1/+1
* usb: dwc2: Fix brace usageJohn Youn2017-01-241-6/+6
* usb: dwc2: Cleanup some checkpatch issuesJohn Youn2017-01-241-1/+1
* usb: dwc2: Remove dwc2_set_all_params functionJohn Youn2016-11-181-2/+0Star
* usb: dwc2: Move parameter initialization into params.cJohn Youn2016-11-181-23/+4Star
* usb: dwc2: Declare the core params struct staticallyJohn Youn2016-11-181-6/+1Star
* usb: dwc2: Add params.c fileJohn Youn2016-11-181-173/+0Star
* Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2016-10-081-0/+34
|\
| * usb: dwc2: add support for Meson8b and GXBB SoCsJerome Brunet2016-09-141-0/+34
* | usb: dwc2: Add reset control to dwc2Dinh Nguyen2016-08-221-0/+22
|/
* usb: dwc2: Proper cleanup on dr_mode failureJohn Youn2016-04-281-1/+1
* usb: dwc2: Add support for Lantiq ARX and XRX SoCsAntti Seppälä2016-03-041-0/+34
* usb: dwc2: host: Set host_rx_fifo_size to 525 for rk3066Douglas Anderson2016-03-041-1/+1
* usb: dwc2: rockchip: Make the max_transfer_size automaticDouglas Anderson2016-03-041-1/+1
* Revert "usb: dwc2: Move reset into dwc2_get_hwparams()"John Youn2016-02-031-1/+7
* usb: dwc2: add shutdown callback to platform variantHeiko Stübner2015-12-221-8/+27
* usb: dwc2: Remove redundant reset in probeJohn Youn2015-12-221-1/+1
* usb: dwc2: Move reset into dwc2_get_hwparams()John Youn2015-12-221-7/+3Star
* usb: dwc2: Fix dr_mode validationJohn Youn2015-12-221-13/+69
* usb: dwc2: Rename dwc2_core_reset()John Youn2015-12-221-1/+1
* usb: dwc2: reset dwc2 core before dwc2_get_hwparams()Yunzhi Li2015-12-221-0/+6
* usb: dwc2: add support of hi6220Zhangfei Gao2015-12-151-0/+33
* usb: dwc2: host: enable descriptor dma for fs devicesMian Yousaf Kaukab2015-12-151-0/+4
* usb: dwc2: fix kernel oops during driver probeStefan Wahren2015-11-201-14/+14
* usb: dwc2: make otg clk optionalStefan Wahren2015-11-191-4/+7
* usb: dwc2: Return errors from PHYStefan Wahren2015-11-191-5/+32
* usb: dwc2: Make PHY optionalJohn Youn2015-11-191-5/+0Star
* usb: dwc2: host: Fix ahbcfg for rk3066Douglas Anderson2015-11-171-1/+2
* usb: dwc2: refactor common low-level hw code to platform.cMarek Szyprowski2015-10-141-37/+179
* usb: dwc2: remove no longer needed init_mutexMarek Szyprowski2015-10-141-1/+0Star
* usb: dwc2: fix unbalanced phy controlMarek Szyprowski2015-10-011-2/+0Star
* usb: dwc2: force dr_mode in case of configuration mismatchMian Yousaf Kaukab2015-10-011-0/+11
* usb: common: of_usb_get_dr_mode to usb_get_dr_modeHeikki Krogerus2015-09-271-1/+1
* usb: dwc2: rename all s3c_* to dwc2_*Felipe Balbi2015-09-271-4/+4
* usb: dwc2: add hibernation core parameterGregory Herrero2015-04-291-0/+2
* usb: dwc2: set parameter values in probe functionMian Yousaf Kaukab2015-04-291-1/+16
* usb: dwc2: add external_id_pin_ctl core parameterGregory Herrero2015-04-291-0/+2
* usb: dwc2: move debugfs code to a separate fileMian Yousaf Kaukab2015-04-291-0/+4
* usb: dwc2: rework initialization of host and gadget in dual-role modeMarek Szyprowski2015-03-121-8/+21
* usb: dwc2: platform: add generic PHY framework supportYunzhi Li2015-01-121-2/+34