summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/core.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: Modify dwc2_readl/writel functions prototypeGevorg Sahakyan2018-07-301-120/+121
* usb: dwc2: Fix kernel doc's warnings.Grigor Tovmasyan2018-05-211-0/+7
* usb: dwc2: Make dwc2_force_mode() staticGrigor Tovmasyan2018-03-131-1/+1
* usb: dwc2: Force mode optimizationsVardan Mikayelyan2018-03-131-47/+14Star
* usb: dwc2: Add dwc2_enter_hibernation(), dwc2_exit_hibernation()Vardan Mikayelyan2018-03-131-0/+38
* usb: dwc2: Add host/device hibernation functionsVardan Mikayelyan2018-03-131-2/+2
* usb: dwc2: Add helper functions for restore routineVardan Mikayelyan2018-03-131-0/+136
* usb: dwc2: Changes in registers backup/restore functionsVardan Mikayelyan2018-03-131-2/+6
* usb: dwc2: gadget: Fix dwc2_restore_device_registersVardan Mikayelyan2018-03-131-1/+1
* usb: dwc2: gadget: Moved dtxfsiz backup array placeVardan Mikayelyan2018-03-131-6/+2Star
* usb: dwc2: Add hibernation field into dwc2_hw_paramsVardan Mikayelyan2018-03-131-1/+1
* usb: dwc2: Rename hibernation to partial_power_downVardan Mikayelyan2018-03-131-7/+7
* usb: dwc2: Backup and restore PCGCCTL1 registerRazmik Karapetyan2018-03-131-0/+2
* usb: dwc2: Add ACG support to the driverRazmik Karapetyan2018-03-131-0/+14
* usb: dwc2: Change TxFIFO and RxFIFO flushing flowMinas Harutyunyan2018-03-131-0/+10
* usb: dwc2: Update bit polling functionalitySevak Arakelyan2018-03-131-44/+64
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: dwc2: host: use msleep() for long delayNicholas Mc Guire2017-01-241-1/+1
* usb: dwc2: Avoid sleeping while holding hsotg->lockJohn Stultz2017-01-241-3/+3
* usb: dwc2: Fix usage of bool paramsJohn Youn2017-01-241-2/+2
* usb: dwc2: Remove unused otg_ver parameterJohn Youn2017-01-241-5/+0Star
* usb: dwc2: Cleanup some checkpatch issuesJohn Youn2017-01-241-11/+11
* usb: dwc2: Declare the core params struct staticallyJohn Youn2016-11-181-6/+6
* usb: dwc2: Add params.c fileJohn Youn2016-11-181-916/+2Star
* usb: dwc2: Add msleep for host-onlyHeiko Stuebner2016-10-171-1/+10
* usb: dwc2: Properly account for the force mode delaysJohn Youn2016-09-081-17/+14Star
* usb: dwc2: Add delay to core soft resetJohn Youn2016-09-081-0/+95
* usb: dwc2: Move host-specific core functions into hcd.cJohn Youn2016-03-041-1776/+0Star
* usb: dwc2: Move register save and restore functionsJohn Youn2016-03-041-183/+0Star
* usb: dwc2: host: Properly set even/odd frameDouglas Anderson2016-03-041-2/+90
* usb: dwc2: host: Properly set the HFIRDouglas Anderson2016-03-041-2/+2
* usb: dwc2: host: fix split transfer schedule sequenceDouglas Anderson2016-03-041-0/+2
* usb: dwc2: host: Get aligned DMA in a more supported wayDouglas Anderson2016-03-041-18/+3Star
* usb: dwc2: Add extra delay when forcing dr_modeJohn Youn2016-02-171-0/+6
* usb: dwc2: Fix probe problem on bcm2835John Youn2016-02-031-6/+0Star
* Revert "usb: dwc2: Move reset into dwc2_get_hwparams()"John Youn2016-02-031-8/+0Star
* usb: dwc2: Reduce delay when forcing mode in resetJohn Youn2015-12-221-1/+1
* usb: dwc2: Improve handling of host and device hwparamsJohn Youn2015-12-221-21/+67
* usb: dwc2: Add functions to set and clear force modeJohn Youn2015-12-221-24/+125
* usb: dwc2: Move reset into dwc2_get_hwparams()John Youn2015-12-221-0/+8
* usb: dwc2: Add functions to check the HW OTG configJohn Youn2015-12-221-0/+37
* usb: dwc2: Add dwc2_core_reset()John Youn2015-12-221-2/+20
* usb: dwc2: Rename dwc2_core_reset()John Youn2015-12-221-4/+4
* usb: dwc2: Reorder AHBIDLE and CSFTRST in dwc2_core_reset()John Youn2015-12-221-8/+9
* usb: dwc2: Avoid more calls to dwc2_core_reset()Douglas Anderson2015-12-221-17/+23
* usb: dwc2: reduce dwc2 driver probe timeYunzhi Li2015-12-221-5/+5
* usb: dwc2: Speed dwc2_get_hwparams() on some host-only portsDouglas Anderson2015-12-221-4/+4
* usb: dwc2: Avoid double-reset at boot timeDouglas Anderson2015-12-221-11/+18
* usb: dwc2: reset dwc2 core before dwc2_get_hwparams()Yunzhi Li2015-12-221-1/+1
* usb: dwc2: Restore GUSBCFG in dwc2_get_hwparams()Douglas Anderson2015-12-221-7/+9