summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/params.c
AgeCommit message (Expand)AuthorLines
2019-06-18usb: dwc2: Use generic PHY width in params setupJules Maselbas-0/+9
2019-05-03usb: dwc2: Set lpm mode parameters depend on HW configurationMinas Harutyunyan-5/+18
2019-05-03usb: dwc2: Add Amlogic G12A DWC2 ParamsNeil Armstrong-0/+12
2018-12-10usb: dwc2: disable power_down on Amlogic devicesMartin Blumenstingl-0/+1
2018-12-05usb: dwc2: Disable power down feature on Samsung SoCsMarek Szyprowski-1/+9
2018-10-05usb: dwc2: disable power_down on rockchip devicesSolidHal-0/+1
2018-10-02usb: dwc2: gadget: Add parameters for GREFCLK registerGrigor Tovmasyan-0/+2
2018-10-02usb: dwc2: Add core parameter for service interval supportGrigor Tovmasyan-0/+4
2018-07-30usb: dwc2: Turn on uframe_sched on "stm32f4x9_fsotg" platformsDouglas Anderson-1/+0
2018-07-30usb: dwc2: Turn on uframe_sched on "amlogic" platformsDouglas Anderson-1/+0
2018-07-30usb: dwc2: Turn on uframe_sched on "his" platformsDouglas Anderson-1/+0
2018-07-30usb: dwc2: Turn on uframe_sched on "bcm" platformsDouglas Anderson-1/+0
2018-07-30usb: dwc2: Modify dwc2_readl/writel functions prototypeGevorg Sahakyan-10/+10
2018-05-21usb: dwc2: gadget: Fix coverity issueGrigor Tovmasyan-1/+1
2018-05-21usb: dwc2: Fix HiKey regression caused by power_down featureJohn Stultz-0/+1
2018-05-21usb: dwc2: Fix kernel doc's warnings.Grigor Tovmasyan-0/+8
2018-05-15usb: dwc2: Add Interpacket Gap(IPG) feature supportGrigor Tovmasyan-0/+3
2018-03-23Merge tag 'usb-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman-18/+73
2018-03-13usb: dwc2: Force mode optimizationsVardan Mikayelyan-10/+2
2018-03-13usb: dwc2: Enable power downJohn Youn-1/+15
2018-03-13usb: dwc2: Add hibernation field into dwc2_hw_paramsVardan Mikayelyan-0/+34
2018-03-13usb: dwc2: Rename hibernation to partial_power_downVardan Mikayelyan-1/+1
2018-03-13usb: dwc2: Add core parameters for LPM supportSevak Arakelyan-0/+13
2018-03-13usb: dwc2: Add ACG support to the driverRazmik Karapetyan-0/+3
2018-03-13usb: dwc2: Set AHB burst size to INCRRazmik Karapetyan-1/+1
2018-03-13usb: dwc2: Remove version check in GSNPSIDGevorg Sahakyan-6/+5
2018-03-05usb: dwc2: fix STM32F7 USB OTG HS compatibleAmelie Delaunay-3/+3
2017-12-11usb: dwc2: Fix TxFIFOn sizes and total TxFIFO size issuesMinas Harutyunyan-10/+19
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman-0/+1
2017-10-19usb: dwc2: disable erroneous overcurrent conditionDinh Nguyen-0/+3
2017-10-19usb: dwc2: add support for STM32F7xx USB OTG HSAmelie Delaunay-0/+11
2017-06-02usb: dwc2: add support for the DWC2 controller on Meson8 SoCsMartin Blumenstingl-0/+2
2017-04-11usb: dwc2: Add support for STM32F429/439/469 USB OTG HS/FS in FS mode (intern...Bruno Herrera-0/+19
2017-01-24usb: dwc2: gadget: Add checking for g-tx-fifo-size parameterSevak Arakelyan-0/+35
2017-01-24usb: dwc2: gadget: Set TX FIFO depths to calculated defaultsSevak Arakelyan-4/+8
2017-01-24usb: dwc2: Add a quirk to allow speed negotiation for Hisilicon Hi6220Chen Yu-0/+1
2017-01-24usb: dwc2: Remove debug prints in params.cJohn Youn-56/+0
2017-01-24usb: dwc2: Remove unnecessary parametersJohn Youn-11/+0
2017-01-24usb: dwc2: Fix usage of bool paramsJohn Youn-2/+2
2017-01-24usb: dwc2: Remove platform static paramsJohn Youn-154/+108
2017-01-24usb: dwc2: Check core parametersJohn Youn-0/+185
2017-01-24usb: dwc2: Get device propertiesJohn Youn-0/+35
2017-01-24usb: dwc2: Set core parameters to default valuesJohn Youn-915/+75
2017-01-24usb: dwc2: Remove unused otg_ver parameterJohn Youn-23/+0
2017-01-24usb: dwc2: Fix lines over 80 charactersJohn Youn-7/+7
2017-01-24usb: dwc2: Cleanup some checkpatch issuesJohn Youn-7/+7
2017-01-24usb: dwc2: use u32 for DT binding parametersLeo Yan-5/+5
2017-01-02usb: dwc2: gadget: fix default value for gadget-dma-descStefan Wahren-1/+1
2017-01-02usb: dwc2: fix default value for DMA supportStefan Wahren-2/+2
2017-01-02usb: dwc2: fix dwc2_get_device_property for u8 and u16Stefan Wahren-12/+0