aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/platform.c
AgeCommit message (Expand)Author
2020-08-21usb: dwc2: Fix error path in gadget registrationMarek Szyprowski
2020-07-22usb: dwc2: Fix shutdown callback in platformMinas Harutyunyan
2020-06-30usb: dwc2: Postponed gadget registration to the udc class driverMinas Harutyunyan
2017-04-11usb: dwc2: simplify optional reset handlingPhilipp Zabel
2017-01-26usb: dwc2: eliminate irq parameter from dwc2_hcd_initHeiner Kallweit
2017-01-24usb: dwc2: Fix brace usageJohn Youn
2017-01-24usb: dwc2: Cleanup some checkpatch issuesJohn Youn
2016-11-18usb: dwc2: Remove dwc2_set_all_params functionJohn Youn
2016-11-18usb: dwc2: Move parameter initialization into params.cJohn Youn
2016-11-18usb: dwc2: Declare the core params struct staticallyJohn Youn
2016-11-18usb: dwc2: Add params.c fileJohn Youn
2016-10-07Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds
2016-09-14usb: dwc2: add support for Meson8b and GXBB SoCsJerome Brunet
2016-08-22usb: dwc2: Add reset control to dwc2Dinh Nguyen
2016-04-28usb: dwc2: Proper cleanup on dr_mode failureJohn Youn
2016-03-04usb: dwc2: Add support for Lantiq ARX and XRX SoCsAntti Seppälä
2016-03-04usb: dwc2: host: Set host_rx_fifo_size to 525 for rk3066Douglas Anderson
2016-03-04usb: dwc2: rockchip: Make the max_transfer_size automaticDouglas Anderson
2016-02-03Revert "usb: dwc2: Move reset into dwc2_get_hwparams()"John Youn
2015-12-22usb: dwc2: add shutdown callback to platform variantHeiko Stübner
2015-12-22usb: dwc2: Remove redundant reset in probeJohn Youn
2015-12-22usb: dwc2: Move reset into dwc2_get_hwparams()John Youn
2015-12-22usb: dwc2: Fix dr_mode validationJohn Youn
2015-12-22usb: dwc2: Rename dwc2_core_reset()John Youn
2015-12-22usb: dwc2: reset dwc2 core before dwc2_get_hwparams()Yunzhi Li
2015-12-15usb: dwc2: add support of hi6220Zhangfei Gao
2015-12-15usb: dwc2: host: enable descriptor dma for fs devicesMian Yousaf Kaukab
2015-11-20usb: dwc2: fix kernel oops during driver probeStefan Wahren
2015-11-19usb: dwc2: make otg clk optionalStefan Wahren
2015-11-19usb: dwc2: Return errors from PHYStefan Wahren
2015-11-19usb: dwc2: Make PHY optionalJohn Youn
2015-11-17usb: dwc2: host: Fix ahbcfg for rk3066Douglas Anderson
2015-10-14usb: dwc2: refactor common low-level hw code to platform.cMarek Szyprowski
2015-10-14usb: dwc2: remove no longer needed init_mutexMarek Szyprowski
2015-10-01usb: dwc2: fix unbalanced phy controlMarek Szyprowski
2015-10-01usb: dwc2: force dr_mode in case of configuration mismatchMian Yousaf Kaukab
2015-09-27usb: common: of_usb_get_dr_mode to usb_get_dr_modeHeikki Krogerus
2015-09-27usb: dwc2: rename all s3c_* to dwc2_*Felipe Balbi
2015-04-29usb: dwc2: add hibernation core parameterGregory Herrero
2015-04-29usb: dwc2: set parameter values in probe functionMian Yousaf Kaukab
2015-04-29usb: dwc2: add external_id_pin_ctl core parameterGregory Herrero
2015-04-29usb: dwc2: move debugfs code to a separate fileMian Yousaf Kaukab
2015-03-12usb: dwc2: rework initialization of host and gadget in dual-role modeMarek Szyprowski
2015-01-12usb: dwc2: platform: add generic PHY framework supportYunzhi Li
2014-11-25usb: dwc2: Fix build warning when CONFIG_PM_SLEEP=nFabio Estevam
2014-11-21usb: dwc2: gadget: add mutex to serialize init/deinit callsMarek Szyprowski
2014-11-14usb: dwc2: move usb_disabled() call to host driver onlyDinh Nguyen
2014-11-14usb: dwc2: Update common interrupt handler to call gadget interrupt handlerDinh Nguyen
2014-11-14usb: dwc2: convert to use dev_pm_ops APIDinh Nguyen
2014-11-14usb: dwc2: Move gadget probe function into platform codeDinh Nguyen