index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
dwc2
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-22
usb: dwc2: add shutdown callback to platform variant
Heiko Stübner
1
-8
/
+27
2015-12-22
usb: dwc2: gadget: Repair DSTS register decoding
Marek Vasut
1
-1
/
+1
2015-12-22
usb: dwc2: gadget: Remove call to dwc2_hsotg_init()
John Youn
1
-2
/
+0
2015-12-22
usb: dwc2: Remove redundant reset in probe
John Youn
1
-1
/
+1
2015-12-22
usb: dwc2: Reduce delay when forcing mode in reset
John Youn
1
-1
/
+1
2015-12-22
usb: dwc2: gadget: Replace dwc2_hsotg_corereset()
John Youn
1
-49
/
+1
2015-12-22
usb: dwc2: gadget: Use hw params from core
John Youn
1
-25
/
+16
2015-12-22
usb: dwc2: Improve handling of host and device hwparams
John Youn
2
-21
/
+70
2015-12-22
usb: dwc2: Add functions to set and clear force mode
John Youn
2
-24
/
+127
2015-12-22
usb: dwc2: Move reset into dwc2_get_hwparams()
John Youn
2
-7
/
+11
2015-12-22
usb: dwc2: Move mode querying functions into core.h
John Youn
2
-12
/
+12
2015-12-22
usb: dwc2: Fix dr_mode validation
John Youn
1
-13
/
+69
2015-12-22
usb: dwc2: Add functions to check the HW OTG config
John Youn
2
-0
/
+50
2015-12-22
usb: dwc2: Add dwc2_core_reset()
John Youn
2
-2
/
+21
2015-12-22
usb: dwc2: Rename dwc2_core_reset()
John Youn
3
-6
/
+6
2015-12-22
usb: dwc2: Reorder AHBIDLE and CSFTRST in dwc2_core_reset()
John Youn
1
-8
/
+9
2015-12-22
usb: dwc2: Avoid more calls to dwc2_core_reset()
Douglas Anderson
1
-17
/
+23
2015-12-22
usb: dwc2: reduce dwc2 driver probe time
Yunzhi Li
1
-5
/
+5
2015-12-22
usb: dwc2: Speed dwc2_get_hwparams() on some host-only ports
Douglas Anderson
1
-4
/
+4
2015-12-22
usb: dwc2: Avoid double-reset at boot time
Douglas Anderson
3
-15
/
+22
2015-12-22
usb: dwc2: reset dwc2 core before dwc2_get_hwparams()
Yunzhi Li
3
-1
/
+8
2015-12-22
usb: dwc2: Restore GUSBCFG in dwc2_get_hwparams()
Douglas Anderson
1
-7
/
+9
2015-12-22
usb: dwc2: gadget: don't overwrite DCTL register on NAKEFF interrupts
Gregory Herrero
1
-2
/
+2
2015-12-22
usb: dwc2: fix transfer stop programming for out endpoint
Du, Changbin
1
-5
/
+5
2015-12-15
usb: dwc2: host: Clear interrupts before handling them
Douglas Anderson
2
-35
/
+32
2015-12-15
usb: dwc2: host: Add missing spinlock in dwc2_hcd_reset_func()
Douglas Anderson
1
-0
/
+6
2015-12-15
usb: dwc2: host: Support immediate retries for split transactions
Douglas Anderson
1
-2
/
+12
2015-12-15
usb: dwc2: host: Fix missing device insertions
Douglas Anderson
4
-11
/
+45
2015-12-15
usb: dwc2: add support of hi6220
Zhangfei Gao
1
-0
/
+33
2015-12-15
usb: dwc2: host: use kmem cache to allocate descriptors
Gregory Herrero
3
-3
/
+71
2015-12-15
usb: dwc2: host: fix descriptor list address masking
Mian Yousaf Kaukab
2
-11
/
+3
2015-12-15
usb: dwc2: host: avoid usage of dma_alloc_coherent with irqs disabled
Gregory Herrero
5
-25
/
+94
2015-12-15
usb: dwc2: host: enable descriptor dma for fs devices
Mian Yousaf Kaukab
6
-3
/
+84
2015-12-15
usb: dwc2: host: process all completed urbs
Gregory Herrero
1
-2
/
+36
2015-12-15
usb: dwc2: host: always increment available host channel during release
Gregory Herrero
1
-0
/
+1
2015-12-15
usb: dwc2: host: program descriptor for next frame
Gregory Herrero
2
-2
/
+32
2015-12-15
usb: dwc2: host: add function to compare frame index
Gregory Herrero
1
-0
/
+13
2015-12-15
usb: dwc2: host: spinlock release channel
Gregory Herrero
1
-0
/
+4
2015-12-15
usb: dwc2: host: fix use of qtd after free in desc dma mode
Gregory Herrero
1
-1
/
+4
2015-12-15
usb: dwc2: host: rework isochronous halt path
Gregory Herrero
1
-1
/
+21
2015-12-15
usb: dwc2: host: set active bit in isochronous descriptors
Gregory Herrero
1
-8
/
+3
2015-12-15
usb: dwc2: host: ensure filling of isoc desc is correctly done
Gregory Herrero
1
-2
/
+3
2015-11-20
usb: dwc2: fix kernel oops during driver probe
Stefan Wahren
1
-14
/
+14
2015-11-19
usb: dwc2: make otg clk optional
Stefan Wahren
1
-4
/
+7
2015-11-19
usb: dwc2: Return errors from PHY
Stefan Wahren
1
-5
/
+32
2015-11-19
usb: dwc2: Make PHY optional
John Youn
1
-5
/
+0
2015-11-17
usb: dwc2: host: Fix remote wakeup when not in DWC2_L2
Douglas Anderson
1
-4
/
+5
2015-11-17
usb: dwc2: host: Fix ahbcfg for rk3066
Douglas Anderson
1
-1
/
+2
2015-10-19
usb: dwc2: host: Fix use after free w/ simultaneous irqs
Doug Anderson
1
-10
/
+60
2015-10-16
usb: dwc2: host: Protect PCGCTL with lock in dwc2_port_resume()
Douglas Anderson
1
-1
/
+4
[next]