aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/params.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-10usb: dwc2: disable power_down on Amlogic devicesMartin Blumenstingl1-0/+1
2018-12-05usb: dwc2: Disable power down feature on Samsung SoCsMarek Szyprowski1-1/+9
2018-10-05usb: dwc2: disable power_down on rockchip devicesSolidHal1-0/+1
2018-10-02usb: dwc2: gadget: Add parameters for GREFCLK registerGrigor Tovmasyan1-0/+2
2018-10-02usb: dwc2: Add core parameter for service interval supportGrigor Tovmasyan1-0/+4
2018-07-30usb: dwc2: Turn on uframe_sched on "stm32f4x9_fsotg" platformsDouglas Anderson1-1/+0
2018-07-30usb: dwc2: Turn on uframe_sched on "amlogic" platformsDouglas Anderson1-1/+0
2018-07-30usb: dwc2: Turn on uframe_sched on "his" platformsDouglas Anderson1-1/+0
2018-07-30usb: dwc2: Turn on uframe_sched on "bcm" platformsDouglas Anderson1-1/+0
2018-07-30usb: dwc2: Modify dwc2_readl/writel functions prototypeGevorg Sahakyan1-10/+10
2018-05-21usb: dwc2: gadget: Fix coverity issueGrigor Tovmasyan1-1/+1
2018-05-21usb: dwc2: Fix HiKey regression caused by power_down featureJohn Stultz1-0/+1
2018-05-21usb: dwc2: Fix kernel doc's warnings.Grigor Tovmasyan1-0/+8
2018-05-15usb: dwc2: Add Interpacket Gap(IPG) feature supportGrigor Tovmasyan1-0/+3
2018-03-23Merge tag 'usb-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-testingGreg Kroah-Hartman1-18/+73
2018-03-13usb: dwc2: Force mode optimizationsVardan Mikayelyan1-10/+2
2018-03-13usb: dwc2: Enable power downJohn Youn1-1/+15
2018-03-13usb: dwc2: Add hibernation field into dwc2_hw_paramsVardan Mikayelyan1-0/+34
2018-03-13usb: dwc2: Rename hibernation to partial_power_downVardan Mikayelyan1-1/+1
2018-03-13usb: dwc2: Add core parameters for LPM supportSevak Arakelyan1-0/+13
2018-03-13usb: dwc2: Add ACG support to the driverRazmik Karapetyan1-0/+3
2018-03-13usb: dwc2: Set AHB burst size to INCRRazmik Karapetyan1-1/+1
2018-03-13usb: dwc2: Remove version check in GSNPSIDGevorg Sahakyan1-6/+5
2018-03-05usb: dwc2: fix STM32F7 USB OTG HS compatibleAmelie Delaunay1-3/+3
2017-12-11usb: dwc2: Fix TxFIFOn sizes and total TxFIFO size issuesMinas Harutyunyan1-10/+19
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-19usb: dwc2: disable erroneous overcurrent conditionDinh Nguyen1-0/+3
2017-10-19usb: dwc2: add support for STM32F7xx USB OTG HSAmelie Delaunay1-0/+11
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