index
:
kernel/linux.git
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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-18
usb: dwc2: gadget: Enable descriptor DMA mode
Vahram Aharonyan
2
-2
/
+9
2016-11-18
usb: dwc2: gadget: Start DDMA IN status phase in StsPhseRcvd handler
Vahram Aharonyan
1
-2
/
+9
2016-11-18
usb: dwc2: gadget: Fixes for StsPhseRcvd interrupt
Vahram Aharonyan
1
-6
/
+7
2016-11-18
usb: dwc2: gadget: DDMA transfer start and complete
Vahram Aharonyan
1
-13
/
+83
2016-11-18
usb: dwc2: gadget: EP 0 specific DDMA programming
Vahram Aharonyan
1
-5
/
+161
2016-11-18
usb: dwc2: Remove reading in of invalid property
John Youn
1
-6
/
+1
2016-11-18
usb: twl6030-usb: make driver DT only
Nicolae Rosia
2
-17
/
+7
2016-11-18
usb: dwc3: gadget: clear events in top-half handler
John Youn
1
-2
/
+2
2016-11-18
usb: dwc3: gadget: use evt->cache for processing events
John Youn
1
-1
/
+8
2016-11-18
usb: dwc3: gadget: use evt->length as we should
Felipe Balbi
1
-1
/
+1
2016-11-18
usb: dwc3: core: add a event buffer cache
John Youn
2
-0
/
+6
2016-11-18
usb: phy: phy-generic: add the implementation of .set_suspend
Peter Chen
1
-0
/
+9
2016-11-18
usb: dwc3: core: remove dwc3_soft_reset()
Felipe Balbi
1
-39
/
+0
2016-11-18
usb: gadget: Fix checkpatch error for braces
Anson Jacob
4
-50
/
+25
2016-11-18
usb: isp1301-omap: don't opencode IS_REACHABLE()
Fabian Frederick
1
-1
/
+1
2016-11-18
usb: core: urb make use of usb_endpoint_maxp_mult
Mike Krinkin
1
-5
/
+2
2016-11-18
usb: dwc3: Add a function to check properties
John Youn
1
-26
/
+33
2016-11-18
usb: dwc3: Add a check for the DWC_usb3 core
John Youn
1
-0
/
+6
2016-11-18
usb: dwc2: gadget: Add DDMA chain pointers to dwc2_hsotg_ep structure
Vahram Aharonyan
2
-2
/
+38
2016-11-18
usb: dwc2: gadget: Transfer length limit checking for DDMA
Vahram Aharonyan
1
-1
/
+31
2016-11-18
usb: dwc2: host: Rename MAX_DMA_DESC_SIZE to HOST_DMA_NBYTES_LIMIT
Vahram Aharonyan
2
-3
/
+3
2016-11-18
usb: dwc2: gadget: Add DMA descriptor chains for EP 0
Vahram Aharonyan
2
-0
/
+67
2016-11-18
usb: dwc2: gadget: Add DMA descriptor status quadlet fields
Vahram Aharonyan
1
-0
/
+37
2016-11-18
usb: dwc2: gadget: Add descriptor DMA parameter
Vahram Aharonyan
3
-0
/
+19
2016-11-18
usb: dwc2: Make the DMA descriptor structure packed
Vahram Aharonyan
1
-1
/
+1
2016-11-18
usb: dwc2: Update DMA descriptor structure
Vahram Aharonyan
4
-29
/
+30
2016-11-18
usb: dwc2: Deprecate g-use-dma binding
John Youn
9
-13
/
+18
2016-11-18
usb: dwc3: gadget: Fix dead code writing GCTL.RAMCLKSEL
John Youn
1
-27
/
+8
2016-11-18
usb: dwc2: Fix coverity issue in hcd_queue.c
Vardan Mikayelyan
1
-33
/
+36
2016-11-18
usb: dwc2: Fix dead code in hcd.c
Vardan Mikayelyan
1
-5
/
+0
2016-11-18
usb: dwc3: gadget: Remove descriptor arguments to ep_enable
John Youn
2
-20
/
+25
2016-11-18
usb: dwc2: gadget: Update for new usb_endpoint_maxp()
Vardan Mikayelyan
1
-19
/
+23
2016-11-18
usb: dwc3: warn on once when no trbs
Janusz Dziedzic
1
-1
/
+3
2016-11-18
usb: dwc3: isoc clean DWC3_EP_PENDING_REQUEST flag
Janusz Dziedzic
1
-0
/
+1
2016-11-18
usb: dwc3: fix post-increment
Janusz Dziedzic
1
-1
/
+1
2016-11-18
usb: dwc3: clean TRB if STARTTRANSFER fail
Janusz Dziedzic
1
-0
/
+2
2016-11-18
usb: dwc3: decrement queued_requests
Janusz Dziedzic
1
-0
/
+1
2016-11-18
usb: dwc2: Add PCI properties
Vahram Aharonyan
1
-0
/
+19
2016-11-18
usb: dwc2: Get host DMA device properties
John Youn
2
-31
/
+23
2016-11-18
usb: dwc2: Rename the dma_enable parameter to host_dma
John Youn
4
-51
/
+51
2016-11-18
usb: dwc2: Move gadget settings into core_params
John Youn
3
-91
/
+296
2016-11-18
usb: dwc2: Rename host_rx_fifo_size hardware parameter
John Youn
2
-6
/
+6
2016-11-18
usb: dwc2: Remove unnecessary prototypes
John Youn
2
-235
/
+54
2016-11-18
usb: dwc2: Remove dwc2_set_all_params function
John Youn
3
-38
/
+44
2016-11-18
usb: dwc2: Move parameter initialization into params.c
John Youn
3
-23
/
+36
2016-11-18
usb: dwc2: Declare the core params struct statically
John Youn
10
-181
/
+176
2016-11-18
usb: dwc2: Add params.c file
John Youn
5
-1089
/
+1133
2016-11-18
usb: dwc2: Remove unused hardware parameter
John Youn
1
-1
/
+0
2016-11-18
usb: dwc2: Remove unnecessary kfree
John Youn
1
-1
/
+0
2016-11-18
USB: phy: am335x-control: fix device and of_node leaks
Johan Hovold
1
-0
/
+2
[next]