index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
dwc2
/
params.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-24
usb: dwc2: gadget: Add checking for g-tx-fifo-size parameter
Sevak Arakelyan
1
-0
/
+35
2017-01-24
usb: dwc2: gadget: Set TX FIFO depths to calculated defaults
Sevak Arakelyan
1
-4
/
+8
2017-01-24
usb: dwc2: Add a quirk to allow speed negotiation for Hisilicon Hi6220
Chen Yu
1
-0
/
+1
2017-01-24
usb: dwc2: Remove debug prints in params.c
John Youn
1
-56
/
+0
2017-01-24
usb: dwc2: Remove unnecessary parameters
John Youn
1
-11
/
+0
2017-01-24
usb: dwc2: Fix usage of bool params
John Youn
1
-2
/
+2
2017-01-24
usb: dwc2: Remove platform static params
John Youn
1
-154
/
+108
2017-01-24
usb: dwc2: Check core parameters
John Youn
1
-0
/
+185
2017-01-24
usb: dwc2: Get device properties
John Youn
1
-0
/
+35
2017-01-24
usb: dwc2: Set core parameters to default values
John Youn
1
-915
/
+75
2017-01-24
usb: dwc2: Remove unused otg_ver parameter
John Youn
1
-23
/
+0
2017-01-24
usb: dwc2: Fix lines over 80 characters
John Youn
1
-7
/
+7
2017-01-24
usb: dwc2: Cleanup some checkpatch issues
John Youn
1
-7
/
+7
2017-01-24
usb: dwc2: use u32 for DT binding parameters
Leo Yan
1
-5
/
+5
2017-01-02
usb: dwc2: gadget: fix default value for gadget-dma-desc
Stefan Wahren
1
-1
/
+1
2017-01-02
usb: dwc2: fix default value for DMA support
Stefan Wahren
1
-2
/
+2
2017-01-02
usb: dwc2: fix dwc2_get_device_property for u8 and u16
Stefan Wahren
1
-12
/
+0
2017-01-02
usb: dwc2: Do not set host parameter in peripheral mode
Stefan Wahren
1
-6
/
+6
2016-11-18
usb: dwc2: add amcc,dwc-otg support
Christian Lamparter
1
-0
/
+1
2016-11-18
usb: dwc2: fixes host_dma logic
Christian Lamparter
1
-3
/
+2
2016-11-18
usb: dwc2: gadget: Add new core parameter for low speed
Vardan Mikayelyan
1
-2
/
+6
2016-11-18
usb: dwc2: gadget: Add IOT device IDs, configure core accordingly
Vardan Mikayelyan
1
-1
/
+8
2016-11-18
usb: dwc2: Remove reading in of invalid property
John Youn
1
-6
/
+1
2016-11-18
usb: dwc2: gadget: Add descriptor DMA parameter
Vahram Aharonyan
1
-0
/
+6
2016-11-18
usb: dwc2: Deprecate g-use-dma binding
John Youn
1
-3
/
+14
2016-11-18
usb: dwc2: Get host DMA device properties
John Youn
1
-30
/
+18
2016-11-18
usb: dwc2: Rename the dma_enable parameter to host_dma
John Youn
1
-15
/
+15
2016-11-18
usb: dwc2: Move gadget settings into core_params
John Youn
1
-4
/
+258
2016-11-18
usb: dwc2: Rename host_rx_fifo_size hardware parameter
John Youn
1
-5
/
+5
2016-11-18
usb: dwc2: Remove unnecessary prototypes
John Youn
1
-28
/
+34
2016-11-18
usb: dwc2: Remove dwc2_set_all_params function
John Youn
1
-34
/
+44
2016-11-18
usb: dwc2: Move parameter initialization into params.c
John Youn
1
-0
/
+29
2016-11-18
usb: dwc2: Declare the core params struct statically
John Youn
1
-34
/
+34
2016-11-18
usb: dwc2: Add params.c file
John Youn
1
-0
/
+1125