aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/params.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-02usb: dwc2: add support for the DWC2 controller on Meson8 SoCsMartin Blumenstingl1-0/+2
2017-04-11usb: dwc2: Add support for STM32F429/439/469 USB OTG HS/FS in FS mode (internal PHY)Bruno Herrera1-0/+19
2017-01-24usb: dwc2: gadget: Add checking for g-tx-fifo-size parameterSevak Arakelyan1-0/+35
2017-01-24usb: dwc2: gadget: Set TX FIFO depths to calculated defaultsSevak Arakelyan1-4/+8
2017-01-24usb: dwc2: Add a quirk to allow speed negotiation for Hisilicon Hi6220Chen Yu1-0/+1
2017-01-24usb: dwc2: Remove debug prints in params.cJohn Youn1-56/+0
2017-01-24usb: dwc2: Remove unnecessary parametersJohn Youn1-11/+0
2017-01-24usb: dwc2: Fix usage of bool paramsJohn Youn1-2/+2
2017-01-24usb: dwc2: Remove platform static paramsJohn Youn1-154/+108
2017-01-24usb: dwc2: Check core parametersJohn Youn1-0/+185
2017-01-24usb: dwc2: Get device propertiesJohn Youn1-0/+35
2017-01-24usb: dwc2: Set core parameters to default valuesJohn Youn1-915/+75
2017-01-24usb: dwc2: Remove unused otg_ver parameterJohn Youn1-23/+0
2017-01-24usb: dwc2: Fix lines over 80 charactersJohn Youn1-7/+7
2017-01-24usb: dwc2: Cleanup some checkpatch issuesJohn Youn1-7/+7
2017-01-24usb: dwc2: use u32 for DT binding parametersLeo Yan1-5/+5
2017-01-02usb: dwc2: gadget: fix default value for gadget-dma-descStefan Wahren1-1/+1
2017-01-02usb: dwc2: fix default value for DMA supportStefan Wahren1-2/+2
2017-01-02usb: dwc2: fix dwc2_get_device_property for u8 and u16Stefan Wahren1-12/+0
2017-01-02usb: dwc2: Do not set host parameter in peripheral modeStefan Wahren1-6/+6
2016-11-18usb: dwc2: add amcc,dwc-otg supportChristian Lamparter1-0/+1
2016-11-18usb: dwc2: fixes host_dma logicChristian Lamparter1-3/+2
2016-11-18usb: dwc2: gadget: Add new core parameter for low speedVardan Mikayelyan1-2/+6
2016-11-18usb: dwc2: gadget: Add IOT device IDs, configure core accordinglyVardan Mikayelyan1-1/+8
2016-11-18usb: dwc2: Remove reading in of invalid propertyJohn Youn1-6/+1
2016-11-18usb: dwc2: gadget: Add descriptor DMA parameterVahram Aharonyan1-0/+6
2016-11-18usb: dwc2: Deprecate g-use-dma bindingJohn Youn1-3/+14
2016-11-18usb: dwc2: Get host DMA device propertiesJohn Youn1-30/+18
2016-11-18usb: dwc2: Rename the dma_enable parameter to host_dmaJohn Youn1-15/+15
2016-11-18usb: dwc2: Move gadget settings into core_paramsJohn Youn1-4/+258
2016-11-18usb: dwc2: Rename host_rx_fifo_size hardware parameterJohn Youn1-5/+5
2016-11-18usb: dwc2: Remove unnecessary prototypesJohn Youn1-28/+34
2016-11-18usb: dwc2: Remove dwc2_set_all_params functionJohn Youn1-34/+44
2016-11-18usb: dwc2: Move parameter initialization into params.cJohn Youn1-0/+29
2016-11-18usb: dwc2: Declare the core params struct staticallyJohn Youn1-34/+34
2016-11-18usb: dwc2: Add params.c fileJohn Youn1-0/+1125