index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
dwc2
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: dwc2: Check core parameters
John Youn
2017-01-24
1
-0
/
+185
*
usb: dwc2: Rearrange param structure members
John Youn
2017-01-24
1
-28
/
+23
*
usb: dwc2: Update parameter types
John Youn
2017-01-24
1
-26
/
+26
*
usb: dwc2: Get device properties
John Youn
2017-01-24
1
-0
/
+35
*
usb: dwc2: Set core parameters to default values
John Youn
2017-01-24
2
-919
/
+75
*
usb: dwc2: Remove unused otg_ver parameter
John Youn
2017-01-24
4
-40
/
+0
*
usb: dwc2: gadget: Set GDFIFOCFG
Sevak Arakelyan
2017-01-24
1
-0
/
+3
*
usb: dwc2: Fix sizeof in kzalloc
John Youn
2017-01-24
1
-1
/
+1
*
usb: dwc2: Remove 'return' from void function
John Youn
2017-01-24
1
-1
/
+0
*
usb: dwc2: Fix code indentation after conditionals
John Youn
2017-01-24
1
-3
/
+3
*
usb: dwc2: Fix lines over 80 characters
John Youn
2017-01-24
5
-24
/
+34
*
usb: dwc2: Fix brace usage
John Youn
2017-01-24
2
-12
/
+10
*
usb: dwc2: Fix logical continuations
John Youn
2017-01-24
3
-10
/
+8
*
usb: dwc2: Fix comment alignment and format
John Youn
2017-01-24
4
-46
/
+55
*
usb: dwc2: Add identifier in prototypes
John Youn
2017-01-24
1
-2
/
+2
*
usb: dwc2: Cleanup some checkpatch issues
John Youn
2017-01-24
15
-527
/
+521
*
usb: dwc2: host: use true/false for boolean
Nicholas Mc Guire
2017-01-24
1
-6
/
+6
*
usb: dwc2: host: use msleep() for long delays
Nicholas Mc Guire
2017-01-24
1
-6
/
+6
*
usb: dwc2: use u32 for DT binding parameters
Leo Yan
2017-01-24
2
-7
/
+7
*
usb: dwc2: fix flags for DMA descriptor allocation in dwc2_hsotg_ep_enable
Marek Szyprowski
2017-01-02
1
-1
/
+1
*
usb: dwc2: gadget: fix default value for gadget-dma-desc
Stefan Wahren
2017-01-02
1
-1
/
+1
*
usb: dwc2: fix default value for DMA support
Stefan Wahren
2017-01-02
1
-2
/
+2
*
usb: dwc2: fix dwc2_get_device_property for u8 and u16
Stefan Wahren
2017-01-02
1
-12
/
+0
*
usb: dwc2: Do not set host parameter in peripheral mode
Stefan Wahren
2017-01-02
1
-6
/
+6
*
usb: dwc2: Move functions from header to source
Razmik Karapetyan
2016-11-18
2
-34
/
+29
*
usb: dwc2: Fix fifo_show() functionality
Razmik Karapetyan
2016-11-18
1
-1
/
+1
*
usb: dwc2: Remove unnecessary request length checking
Razmik Karapetyan
2016-11-18
1
-10
/
+0
*
usb: dwc2: Fix Control Write issue in DMA mode
Razmik Karapetyan
2016-11-18
1
-0
/
+7
*
usb: dwc2: Don't program DMA address for 0 length request
Razmik Karapetyan
2016-11-18
1
-1
/
+1
*
usb: dwc2: Stop Complete Splits after Data PID == 0
Sevak Arakelyan
2016-11-18
1
-1
/
+6
*
usb: dwc2: add amcc,dwc-otg support
Christian Lamparter
2016-11-18
1
-0
/
+1
*
usb: dwc2: fixes host_dma logic
Christian Lamparter
2016-11-18
1
-3
/
+2
*
usb: dwc2: gadget: Add new core parameter for low speed
Vardan Mikayelyan
2016-11-18
4
-11
/
+33
*
usb: dwc2: gadget: Program ep0_mps for LS
Vardan Mikayelyan
2016-11-18
1
-0
/
+2
*
usb: dwc2: gadget: Add IOT device IDs, configure core accordingly
Vardan Mikayelyan
2016-11-18
2
-1
/
+26
*
usb: dwc2: Add support of dedicated full-speed PHY interface
Vahram Aharonyan
2016-11-18
1
-5
/
+21
*
usb: dwc2: gadget: Disable enabled HW endpoint in dwc2_hsotg_ep_disable
Vahram Aharonyan
2016-11-18
1
-89
/
+93
*
usb: dwc2: gadget: Correct dwc2_hsotg_ep_stop_xfr() function
Vahram Aharonyan
2016-11-18
1
-23
/
+41
*
usb: dwc2: gadget: For DDMA parse setup only after SetUp interrupt
Vahram Aharonyan
2016-11-18
1
-0
/
+10
*
usb: dwc2: gadget: Adjust ISOC OUT request's actual len for DDMA
Vahram Aharonyan
2016-11-18
1
-0
/
+4
*
usb: dwc2: gadget: Enable the BNA interrupt
Vahram Aharonyan
2016-11-18
2
-0
/
+5
*
usb: dwc2: gadget: Start and complete DDMA isoc transfers
Vahram Aharonyan
2016-11-18
1
-5
/
+304
*
usb: dwc2: gadget: In DDMA keep incompISOOUT and incompISOIN masked
Vahram Aharonyan
2016-11-18
1
-2
/
+4
*
usb: dwc2: gadget: Add DDMA isoc related fields to dwc2_hsotg_ep
Vahram Aharonyan
2016-11-18
2
-0
/
+7
*
usb: dwc2: gadget: Enable descriptor DMA mode
Vahram Aharonyan
2016-11-18
2
-2
/
+9
*
usb: dwc2: gadget: Start DDMA IN status phase in StsPhseRcvd handler
Vahram Aharonyan
2016-11-18
1
-2
/
+9
*
usb: dwc2: gadget: Fixes for StsPhseRcvd interrupt
Vahram Aharonyan
2016-11-18
1
-6
/
+7
*
usb: dwc2: gadget: DDMA transfer start and complete
Vahram Aharonyan
2016-11-18
1
-13
/
+83
*
usb: dwc2: gadget: EP 0 specific DDMA programming
Vahram Aharonyan
2016-11-18
1
-5
/
+161
*
usb: dwc2: Remove reading in of invalid property
John Youn
2016-11-18
1
-6
/
+1
[next]