summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/params.c
Commit message (Expand)AuthorAgeFilesLines
...
* usb: dwc2: Add a quirk to allow speed negotiation for Hisilicon Hi6220Chen Yu2017-01-241-0/+1
* usb: dwc2: Remove debug prints in params.cJohn Youn2017-01-241-56/+0
* usb: dwc2: Remove unnecessary parametersJohn Youn2017-01-241-11/+0
* usb: dwc2: Fix usage of bool paramsJohn Youn2017-01-241-2/+2
* usb: dwc2: Remove platform static paramsJohn Youn2017-01-241-154/+108
* usb: dwc2: Check core parametersJohn Youn2017-01-241-0/+185
* usb: dwc2: Get device propertiesJohn Youn2017-01-241-0/+35
* usb: dwc2: Set core parameters to default valuesJohn Youn2017-01-241-915/+75
* usb: dwc2: Remove unused otg_ver parameterJohn Youn2017-01-241-23/+0
* usb: dwc2: Fix lines over 80 charactersJohn Youn2017-01-241-7/+7
* usb: dwc2: Cleanup some checkpatch issuesJohn Youn2017-01-241-7/+7
* usb: dwc2: use u32 for DT binding parametersLeo Yan2017-01-241-5/+5
* usb: dwc2: gadget: fix default value for gadget-dma-descStefan Wahren2017-01-021-1/+1
* usb: dwc2: fix default value for DMA supportStefan Wahren2017-01-021-2/+2
* usb: dwc2: fix dwc2_get_device_property for u8 and u16Stefan Wahren2017-01-021-12/+0
* usb: dwc2: Do not set host parameter in peripheral modeStefan Wahren2017-01-021-6/+6
* usb: dwc2: add amcc,dwc-otg supportChristian Lamparter2016-11-181-0/+1
* usb: dwc2: fixes host_dma logicChristian Lamparter2016-11-181-3/+2
* usb: dwc2: gadget: Add new core parameter for low speedVardan Mikayelyan2016-11-181-2/+6
* usb: dwc2: gadget: Add IOT device IDs, configure core accordinglyVardan Mikayelyan2016-11-181-1/+8
* usb: dwc2: Remove reading in of invalid propertyJohn Youn2016-11-181-6/+1
* usb: dwc2: gadget: Add descriptor DMA parameterVahram Aharonyan2016-11-181-0/+6
* usb: dwc2: Deprecate g-use-dma bindingJohn Youn2016-11-181-3/+14
* usb: dwc2: Get host DMA device propertiesJohn Youn2016-11-181-30/+18
* usb: dwc2: Rename the dma_enable parameter to host_dmaJohn Youn2016-11-181-15/+15
* usb: dwc2: Move gadget settings into core_paramsJohn Youn2016-11-181-4/+258
* usb: dwc2: Rename host_rx_fifo_size hardware parameterJohn Youn2016-11-181-5/+5
* usb: dwc2: Remove unnecessary prototypesJohn Youn2016-11-181-28/+34
* usb: dwc2: Remove dwc2_set_all_params functionJohn Youn2016-11-181-34/+44
* usb: dwc2: Move parameter initialization into params.cJohn Youn2016-11-181-0/+29
* usb: dwc2: Declare the core params struct staticallyJohn Youn2016-11-181-34/+34
* usb: dwc2: Add params.c fileJohn Youn2016-11-181-0/+1125