summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/platform.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-18usb: dwc2: Use generic PHY width in params setupJules Maselbas1-9/+0
2019-05-03usb: dwc2: gadget: Replace phyif with phy_utmi_widthJules Maselbas1-4/+1
2019-05-03usb: dwc2: optionally assert phy reset when waking upDouglas Anderson1-0/+9
2019-05-03usb: dwc2: get optional clock by devm_clk_get_optional()Chunfeng Yun1-3/+3
2018-10-02usb: dwc2: get optional vbus-supply regulator onceFabrice Gasnier1-0/+8
2018-09-05usb: dwc2: Fix call location of dwc2_check_core_endiannessBruno Meirelles Herrera1-2/+2
2018-07-30usb: dwc2: Make dwc2_readl/writel functions endianness-agnostic.Gevorg Sahakyan1-0/+19
2018-03-13usb: dwc2: Force mode optimizationsVardan Mikayelyan1-1/+8
2018-03-13usb: dwc2: core: Add hibernated flagVardan Mikayelyan1-0/+1
2018-03-13usb: dwc2: Print error if unable to set DMA coherent maskStefan Wahren1-1/+3
2018-03-08usb: dwc2: eliminate irq parameter from dwc2_gadget_initVardan Mikayelyan1-1/+1
2017-12-12usb: dwc2: add optional usb ecc reset bitDinh Nguyen1-0/+10
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-04-11usb: dwc2: simplify optional reset handlingPhilipp Zabel1-14/+4
2017-01-26usb: dwc2: eliminate irq parameter from dwc2_hcd_initHeiner Kallweit1-1/+1
2017-01-24usb: dwc2: Fix brace usageJohn Youn1-6/+6
2017-01-24usb: dwc2: Cleanup some checkpatch issuesJohn Youn1-1/+1
2016-11-18usb: dwc2: Remove dwc2_set_all_params functionJohn Youn1-2/+0
2016-11-18usb: dwc2: Move parameter initialization into params.cJohn Youn1-23/+4
2016-11-18usb: dwc2: Declare the core params struct staticallyJohn Youn1-6/+1
2016-11-18usb: dwc2: Add params.c fileJohn Youn1-173/+0
2016-10-07Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds1-0/+34
2016-09-14usb: dwc2: add support for Meson8b and GXBB SoCsJerome Brunet1-0/+34
2016-08-22usb: dwc2: Add reset control to dwc2Dinh Nguyen1-0/+22
2016-04-28usb: dwc2: Proper cleanup on dr_mode failureJohn Youn1-1/+1
2016-03-04usb: dwc2: Add support for Lantiq ARX and XRX SoCsAntti Seppälä1-0/+34
2016-03-04usb: dwc2: host: Set host_rx_fifo_size to 525 for rk3066Douglas Anderson1-1/+1
2016-03-04usb: dwc2: rockchip: Make the max_transfer_size automaticDouglas Anderson1-1/+1
2016-02-03Revert "usb: dwc2: Move reset into dwc2_get_hwparams()"John Youn1-1/+7
2015-12-22usb: dwc2: add shutdown callback to platform variantHeiko Stübner1-8/+27
2015-12-22usb: dwc2: Remove redundant reset in probeJohn Youn1-1/+1
2015-12-22usb: dwc2: Move reset into dwc2_get_hwparams()John Youn1-7/+3
2015-12-22usb: dwc2: Fix dr_mode validationJohn Youn1-13/+69
2015-12-22usb: dwc2: Rename dwc2_core_reset()John Youn1-1/+1
2015-12-22usb: dwc2: reset dwc2 core before dwc2_get_hwparams()Yunzhi Li1-0/+6
2015-12-15usb: dwc2: add support of hi6220Zhangfei Gao1-0/+33
2015-12-15usb: dwc2: host: enable descriptor dma for fs devicesMian Yousaf Kaukab1-0/+4
2015-11-20usb: dwc2: fix kernel oops during driver probeStefan Wahren1-14/+14
2015-11-19usb: dwc2: make otg clk optionalStefan Wahren1-4/+7
2015-11-19usb: dwc2: Return errors from PHYStefan Wahren1-5/+32
2015-11-19usb: dwc2: Make PHY optionalJohn Youn1-5/+0
2015-11-17usb: dwc2: host: Fix ahbcfg for rk3066Douglas Anderson1-1/+2
2015-10-14usb: dwc2: refactor common low-level hw code to platform.cMarek Szyprowski1-37/+179
2015-10-14usb: dwc2: remove no longer needed init_mutexMarek Szyprowski1-1/+0
2015-10-01usb: dwc2: fix unbalanced phy controlMarek Szyprowski1-2/+0
2015-10-01usb: dwc2: force dr_mode in case of configuration mismatchMian Yousaf Kaukab1-0/+11
2015-09-27usb: common: of_usb_get_dr_mode to usb_get_dr_modeHeikki Krogerus1-1/+1
2015-09-27usb: dwc2: rename all s3c_* to dwc2_*Felipe Balbi1-4/+4
2015-04-29usb: dwc2: add hibernation core parameterGregory Herrero1-0/+2
2015-04-29usb: dwc2: set parameter values in probe functionMian Yousaf Kaukab1-1/+16