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
path:
root
/
drivers
/
usb
/
dwc2
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-25
Merge tag 'usb-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
10
-375
/
+491
2014-11-25
usb: dwc2: remove early return on clock query
Dinh Nguyen
1
-3
/
+7
2014-11-25
usb: dwc2: Fix build warning when CONFIG_PM_SLEEP=n
Fabio Estevam
1
-2
/
+2
2014-11-21
usb: dwc2: gadget: rework suspend/resume code to correctly restore gadget state
Marek Szyprowski
2
-18
/
+24
2014-11-21
usb: dwc2: gadget: add mutex to serialize init/deinit calls
Marek Szyprowski
3
-0
/
+22
2014-11-21
usb: dwc2: gadget: rework disconnect event handling
Marek Szyprowski
3
-3
/
+19
2014-11-15
usb: dwc2: Update Kconfig to support dual-role
Dinh Nguyen
2
-43
/
+55
2014-11-15
usb: dwc2: move usb_disabled() call to host driver only
Dinh Nguyen
2
-3
/
+3
2014-11-14
usb: dwc2: gadget: Do not fail probe if there isn't a clock node
Dinh Nguyen
1
-0
/
+1
2014-11-14
usb: dwc2: Update common interrupt handler to call gadget interrupt handler
Dinh Nguyen
4
-53
/
+17
2014-11-14
usb: dwc2: Initialize the USB core for peripheral mode
Dinh Nguyen
3
-2
/
+8
2014-11-14
usb: dwc2: convert to use dev_pm_ops API
Dinh Nguyen
1
-6
/
+9
2014-11-14
usb: dwc2: Move gadget probe function into platform code
Dinh Nguyen
7
-92
/
+88
2014-11-14
usb: dwc2: Update the gadget driver to use common dwc2_hsotg structure
Dinh Nguyen
2
-148
/
+153
2014-11-12
usb: dwc2: add bus suspend/resume for dwc2
Kever Yang
1
-11
/
+77
2014-11-03
usb: dwc2: allow dwc2 to get built when USB_GADGET=m
Dinh Nguyen
1
-1
/
+1
2014-11-03
usb: dwc2: gadget: fix calls to phy control functions in suspend/resume code
Marek Szyprowski
1
-2
/
+5
2014-11-03
usb: dwc2: gadget: use soft-disconnect udc feature in pullup() method
Marek Szyprowski
1
-1
/
+8
2014-11-03
usb: dwc2: gadget: move phy control calls out of pullup() method
Marek Szyprowski
1
-2
/
+4
2014-11-03
usb: dwc2: gadget: decouple setting soft-disconnect from s3c_hsotg_core_init
Marek Szyprowski
1
-5
/
+17
2014-11-03
usb: dwc2: gadget: move setting last reset time to s3c_hsotg_core_init
Marek Szyprowski
1
-3
/
+2
2014-11-03
usb: dwc2: gadget: do not call usb_gadget_unregister_driver()
Felipe Balbi
1
-7
/
+0
2014-11-03
usb: gadget: remove unnecessary 'driver' argument
Felipe Balbi
1
-2
/
+1
2014-10-28
usb: dwc2: gadget: fix enumeration issues
Marek Szyprowski
1
-1
/
+1
2014-10-23
usb: dwc2: gadget: disable phy before turning off power regulators
Marek Szyprowski
1
-2
/
+1
2014-10-23
usb: dwc2: gadget: fix gadget unregistration in udc_stop() function
Marek Szyprowski
1
-3
/
+1
2014-10-23
usb: dwc2: Bits in bitfield should add up to 32
Charles Manning
1
-1
/
+1
2014-10-23
usb: dwc2: gadget: sparse warning of context imbalance
Sudip Mukherjee
1
-2
/
+5
2014-09-25
usb: gadget: Refactor request completion
Michal Sojka
1
-3
/
+3
2014-09-25
usb: dwc2/gadget: move phy bus legth initialization
Kamil Debski
1
-11
/
+11
2014-09-20
usb: dwc2: handle DMA buffer unmapping sanely
Paul Zimmerman
4
-48
/
+36
2014-09-20
usb: dwc2: clip max_transfer_size to 65535
Paul Zimmerman
1
-0
/
+7
2014-09-20
usb: dwc2/gadget: disable clock when it's not needed
Robert Baldyga
1
-0
/
+9
2014-09-20
usb: dwc2/gadget: assign TX FIFO dynamically
Robert Baldyga
2
-30
/
+52
2014-09-20
usb: dwc2/gadget: ensure that all fifos have correct memory buffers
Marek Szyprowski
2
-5
/
+11
2014-09-20
usb: dwc2/gadget: hide some not really needed debug messages
Marek Szyprowski
1
-2
/
+2
2014-09-20
usb: dwc2/gadget: Fix comment text
Andrzej Pietrasiewicz
1
-1
/
+1
2014-09-15
Merge 3.17-rc5 into usb-next
Greg Kroah-Hartman
1
-27
/
+25
2014-09-12
usb: dwc2: make the scheduler handle excessive NAKs better
Nick Hudson
1
-0
/
+8
2014-09-12
Revert "usb: dwc2: move "samsung,s3c6400-hsotg" into common platform"
Robert Baldyga
2
-1
/
+1
2014-09-12
Revert "usb: dwc2: Update Kconfig to support dual-role"
Robert Baldyga
2
-47
/
+37
2014-09-09
usb: dwc2/gadget: avoid disabling ep0
Robert Baldyga
1
-1
/
+1
2014-09-09
usb: dwc2/gadget: delay enabling irq once hardware is configured properly
Marek Szyprowski
1
-7
/
+11
2014-09-09
usb: dwc2/gadget: do not call disconnect method in pullup
Marek Szyprowski
1
-1
/
+0
2014-09-09
usb: dwc2/gadget: break infinite loop in endpoint disable code
Marek Szyprowski
1
-0
/
+1
2014-09-09
usb: dwc2/gadget: fix phy initialization sequence
Kamil Debski
1
-15
/
+12
2014-09-09
usb: dwc2/gadget: fix phy disable sequence
Kamil Debski
1
-3
/
+0
2014-09-09
usb: dwc2: move "samsung,s3c6400-hsotg" into common platform
Dinh Nguyen
2
-1
/
+1
2014-09-09
usb: dwc2: Update Kconfig to support dual-role
Dinh Nguyen
2
-37
/
+47
2014-09-09
usb: dwc2: add 'mode' which based on Kconfig select or dts setting
Kever Yang
3
-0
/
+27
[next]