aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/params.c
AgeCommit message (Expand)Author
2020-10-29usb: dwc2: Fix parameter type in function pointer prototypeNathan Chancellor
2017-06-02usb: dwc2: add support for the DWC2 controller on Meson8 SoCsMartin Blumenstingl
2017-04-11usb: dwc2: Add support for STM32F429/439/469 USB OTG HS/FS in FS mode (intern...Bruno Herrera
2017-01-24usb: dwc2: gadget: Add checking for g-tx-fifo-size parameterSevak Arakelyan
2017-01-24usb: dwc2: gadget: Set TX FIFO depths to calculated defaultsSevak Arakelyan
2017-01-24usb: dwc2: Add a quirk to allow speed negotiation for Hisilicon Hi6220Chen Yu
2017-01-24usb: dwc2: Remove debug prints in params.cJohn Youn
2017-01-24usb: dwc2: Remove unnecessary parametersJohn Youn
2017-01-24usb: dwc2: Fix usage of bool paramsJohn Youn
2017-01-24usb: dwc2: Remove platform static paramsJohn Youn
2017-01-24usb: dwc2: Check core parametersJohn Youn
2017-01-24usb: dwc2: Get device propertiesJohn Youn
2017-01-24usb: dwc2: Set core parameters to default valuesJohn Youn
2017-01-24usb: dwc2: Remove unused otg_ver parameterJohn Youn
2017-01-24usb: dwc2: Fix lines over 80 charactersJohn Youn
2017-01-24usb: dwc2: Cleanup some checkpatch issuesJohn Youn
2017-01-24usb: dwc2: use u32 for DT binding parametersLeo Yan
2017-01-02usb: dwc2: gadget: fix default value for gadget-dma-descStefan Wahren
2017-01-02usb: dwc2: fix default value for DMA supportStefan Wahren
2017-01-02usb: dwc2: fix dwc2_get_device_property for u8 and u16Stefan Wahren
2017-01-02usb: dwc2: Do not set host parameter in peripheral modeStefan Wahren
2016-11-18usb: dwc2: add amcc,dwc-otg supportChristian Lamparter
2016-11-18usb: dwc2: fixes host_dma logicChristian Lamparter
2016-11-18usb: dwc2: gadget: Add new core parameter for low speedVardan Mikayelyan
2016-11-18usb: dwc2: gadget: Add IOT device IDs, configure core accordinglyVardan Mikayelyan
2016-11-18usb: dwc2: Remove reading in of invalid propertyJohn Youn
2016-11-18usb: dwc2: gadget: Add descriptor DMA parameterVahram Aharonyan
2016-11-18usb: dwc2: Deprecate g-use-dma bindingJohn Youn
2016-11-18usb: dwc2: Get host DMA device propertiesJohn Youn
2016-11-18usb: dwc2: Rename the dma_enable parameter to host_dmaJohn Youn
2016-11-18usb: dwc2: Move gadget settings into core_paramsJohn Youn
2016-11-18usb: dwc2: Rename host_rx_fifo_size hardware parameterJohn Youn
2016-11-18usb: dwc2: Remove unnecessary prototypesJohn 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