index
:
linux/linux-stable.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.14.y
linux-6.15.y
linux-6.16.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
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
dwc2
/
gadget.c
Age
Commit message (
Expand
)
Author
2014-12-22
usb: dwc2: gadget: kill requests with 'force' in s3c_hsotg_udc_stop()
Robert Baldyga
2014-11-25
Merge tag 'usb-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2014-11-25
usb: dwc2: remove early return on clock query
Dinh Nguyen
2014-11-21
usb: dwc2: gadget: rework suspend/resume code to correctly restore gadget state
Marek Szyprowski
2014-11-21
usb: dwc2: gadget: add mutex to serialize init/deinit calls
Marek Szyprowski
2014-11-21
usb: dwc2: gadget: rework disconnect event handling
Marek Szyprowski
2014-11-14
usb: dwc2: gadget: Do not fail probe if there isn't a clock node
Dinh Nguyen
2014-11-14
usb: dwc2: Update common interrupt handler to call gadget interrupt handler
Dinh Nguyen
2014-11-14
usb: dwc2: Initialize the USB core for peripheral mode
Dinh Nguyen
2014-11-14
usb: dwc2: Move gadget probe function into platform code
Dinh Nguyen
2014-11-14
usb: dwc2: Update the gadget driver to use common dwc2_hsotg structure
Dinh Nguyen
2014-11-03
usb: dwc2: gadget: fix calls to phy control functions in suspend/resume code
Marek Szyprowski
2014-11-03
usb: dwc2: gadget: use soft-disconnect udc feature in pullup() method
Marek Szyprowski
2014-11-03
usb: dwc2: gadget: move phy control calls out of pullup() method
Marek Szyprowski
2014-11-03
usb: dwc2: gadget: decouple setting soft-disconnect from s3c_hsotg_core_init
Marek Szyprowski
2014-11-03
usb: dwc2: gadget: move setting last reset time to s3c_hsotg_core_init
Marek Szyprowski
2014-11-03
usb: dwc2: gadget: do not call usb_gadget_unregister_driver()
Felipe Balbi
2014-11-03
usb: gadget: remove unnecessary 'driver' argument
Felipe Balbi
2014-10-28
usb: dwc2: gadget: fix enumeration issues
Marek Szyprowski
2014-10-23
usb: dwc2: gadget: disable phy before turning off power regulators
Marek Szyprowski
2014-10-23
usb: dwc2: gadget: fix gadget unregistration in udc_stop() function
Marek Szyprowski
2014-10-23
usb: dwc2: gadget: sparse warning of context imbalance
Sudip Mukherjee
2014-09-25
usb: gadget: Refactor request completion
Michal Sojka
2014-09-25
usb: dwc2/gadget: move phy bus legth initialization
Kamil Debski
2014-09-19
usb: dwc2/gadget: disable clock when it's not needed
Robert Baldyga
2014-09-19
usb: dwc2/gadget: assign TX FIFO dynamically
Robert Baldyga
2014-09-19
usb: dwc2/gadget: ensure that all fifos have correct memory buffers
Marek Szyprowski
2014-09-19
usb: dwc2/gadget: hide some not really needed debug messages
Marek Szyprowski
2014-09-19
usb: dwc2/gadget: Fix comment text
Andrzej Pietrasiewicz
2014-09-09
usb: dwc2/gadget: avoid disabling ep0
Robert Baldyga
2014-09-09
usb: dwc2/gadget: delay enabling irq once hardware is configured properly
Marek Szyprowski
2014-09-09
usb: dwc2/gadget: do not call disconnect method in pullup
Marek Szyprowski
2014-09-09
usb: dwc2/gadget: break infinite loop in endpoint disable code
Marek Szyprowski
2014-09-09
usb: dwc2/gadget: fix phy initialization sequence
Kamil Debski
2014-09-09
usb: dwc2/gadget: fix phy disable sequence
Kamil Debski
2014-08-25
usb: dwc2: gadget: Set the default EP max packet value as 8 bytes
Jingoo Han
2014-08-19
usb: dwc2: gadget: fix below build warning
Peter Chen
2014-07-09
usb: dwc2: gadget: remove incorrect file reference
Jingoo Han
2014-07-09
usb: dwc2: gadget: remove unnecessary OOM messages
Jingoo Han
2014-07-09
usb: dwc2: gadget: fix checkpatch errors
Jingoo Han
2014-05-27
usb: dwc2: Remove '0x' notation when using %pad format
Fabio Estevam
2014-04-25
usb: dwc2: fix sparse warning
Paul Zimmerman
2014-04-24
usb: dwc2: move s3c-hsotg data structures
Dinh Nguyen
2014-04-24
usb: dwc2/s3c-hsotg: move s3c-hsotg into dwc2 directory
Dinh Nguyen