Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a6f0331236fa75afba14bbcf6668d42cebb55c43
/
drivers
/
usb
/
dwc2
/
gadget.c
62f4f06
usb: dwc2: gadget: kill requests with 'force' in s3c_hsotg_udc_stop()
by Robert Baldyga
· 10 years ago
2d4d9f3
Merge tag 'usb-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 10 years ago
f415fbd
usb: dwc2: remove early return on clock query
by Dinh Nguyen
· 10 years ago
dc6e69e
usb: dwc2: gadget: rework suspend/resume code to correctly restore gadget state
by Marek Szyprowski
· 10 years ago
7ad8096
usb: dwc2: gadget: add mutex to serialize init/deinit calls
by Marek Szyprowski
· 10 years ago
4ace06e
usb: dwc2: gadget: rework disconnect event handling
by Marek Szyprowski
· 10 years ago
8d736d8
usb: dwc2: gadget: Do not fail probe if there isn't a clock node
by Dinh Nguyen
· 10 years ago
db8178c
usb: dwc2: Update common interrupt handler to call gadget interrupt handler
by Dinh Nguyen
· 10 years ago
510ffaa
usb: dwc2: Initialize the USB core for peripheral mode
by Dinh Nguyen
· 10 years ago
117777b
usb: dwc2: Move gadget probe function into platform code
by Dinh Nguyen
· 10 years ago
941fcce
usb: dwc2: Update the gadget driver to use common dwc2_hsotg structure
by Dinh Nguyen
· 10 years ago
7b093f7
usb: dwc2: gadget: fix calls to phy control functions in suspend/resume code
by Marek Szyprowski
· 10 years ago
5b9451f
usb: dwc2: gadget: use soft-disconnect udc feature in pullup() method
by Marek Szyprowski
· 10 years ago
c816c47
usb: dwc2: gadget: move phy control calls out of pullup() method
by Marek Szyprowski
· 10 years ago
ad38dc5
usb: dwc2: gadget: decouple setting soft-disconnect from s3c_hsotg_core_init
by Marek Szyprowski
· 10 years ago
ac3c81f
usb: dwc2: gadget: move setting last reset time to s3c_hsotg_core_init
by Marek Szyprowski
· 10 years ago
0d3ca26
usb: dwc2: gadget: do not call usb_gadget_unregister_driver()
by Felipe Balbi
· 10 years ago
22835b8
usb: gadget: remove unnecessary 'driver' argument
by Felipe Balbi
· 10 years ago
9599815
usb: dwc2: gadget: fix enumeration issues
by Marek Szyprowski
· 10 years ago
3a8146a
usb: dwc2: gadget: disable phy before turning off power regulators
by Marek Szyprowski
· 10 years ago
32805c3
usb: dwc2: gadget: fix gadget unregistration in udc_stop() function
by Marek Szyprowski
· 10 years ago
b585a48
usb: dwc2: gadget: sparse warning of context imbalance
by Sudip Mukherjee
· 10 years ago
304f7e5
usb: gadget: Refactor request completion
by Michal Sojka
· 10 years ago
1b59fc7
usb: dwc2/gadget: move phy bus legth initialization
by Kamil Debski
· 10 years ago
d00b414
usb: dwc2/gadget: disable clock when it's not needed
by Robert Baldyga
· 10 years ago
b203d0a
usb: dwc2/gadget: assign TX FIFO dynamically
by Robert Baldyga
· 10 years ago
cff9eb7
usb: dwc2/gadget: ensure that all fifos have correct memory buffers
by Marek Szyprowski
· 10 years ago
1e01129
usb: dwc2/gadget: hide some not really needed debug messages
by Marek Szyprowski
· 10 years ago
d784f1e
usb: dwc2/gadget: Fix comment text
by Andrzej Pietrasiewicz
· 10 years ago
604eac3c
usb: dwc2/gadget: avoid disabling ep0
by Robert Baldyga
· 10 years ago
eb3c56c
usb: dwc2/gadget: delay enabling irq once hardware is configured properly
by Marek Szyprowski
· 10 years ago
b510df5
usb: dwc2/gadget: do not call disconnect method in pullup
by Marek Szyprowski
· 10 years ago
e0cbe59
usb: dwc2/gadget: break infinite loop in endpoint disable code
by Marek Szyprowski
· 10 years ago
ca2c5ba
usb: dwc2/gadget: fix phy initialization sequence
by Kamil Debski
· 10 years ago
0655314
usb: dwc2/gadget: fix phy disable sequence
by Kamil Debski
· 10 years ago
9b2667f
usb: dwc2: gadget: Set the default EP max packet value as 8 bytes
by Jingoo Han
· 10 years ago
194f74e
usb: dwc2: gadget: fix below build warning
by Peter Chen
· 10 years ago
53dbcb3
usb: dwc2: gadget: remove incorrect file reference
by Jingoo Han
· 11 years ago
d04477d
usb: dwc2: gadget: remove unnecessary OOM messages
by Jingoo Han
· 11 years ago
e9ebe7c
usb: dwc2: gadget: fix checkpatch errors
by Jingoo Han
· 11 years ago
0cc4cf6
usb: dwc2: Remove '0x' notation when using %pad format
by Fabio Estevam
· 11 years ago
d5dbd3f
usb: dwc2: fix sparse warning
by Paul Zimmerman
· 11 years ago
f7c0b14
usb: dwc2: move s3c-hsotg data structures
by Dinh Nguyen
· 11 years ago
47a1685
usb: dwc2/s3c-hsotg: move s3c-hsotg into dwc2 directory
by Dinh Nguyen
· 11 years ago
[Renamed (90%) from drivers/usb/gadget/s3c-hsotg.c]
b83e333
usb: gadget: s3c-hsotg: add proper suspend/resume support
by Marek Szyprowski
· 11 years ago
c9f721b
usb: gadget: s3c-hsotg: stall ep0 in set_halt function
by Robert Baldyga
· 11 years ago
8b3bc14
usb: gadget: s3c-hsotg: use %pad for dma_addr_t
by Jingoo Han
· 11 years ago
1a7ed5b
usb: gadget: s3c-hsotg: fix build on x86 and other architectures
by Matt Porter
· 11 years ago
62e3986
usb: gadget: s3c-hsotg: remove duplicated include from s3c-hsotg.c
by Wei Yongjun
· 11 years ago
f7e504c
usb: gadget: s3c-hsotg: get phy bus width from phy subsystem
by Matt Porter
· 11 years ago
7408484
usb: gadget: s3c-hsotg: enable generic phy support
by Matt Porter
· 11 years ago
0d33d82
usb: gadget: s3c-hsotg: add snps,dwc2 compatible string
by Matt Porter
· 11 years ago
29026e0
usb: gadget: s3c-hsotg: enable build for other platforms
by Matt Porter
· 11 years ago
c139e14
Merge tag 'v3.13-rc4' into next
by Felipe Balbi
· 11 years ago
e117e74
usb: gadget: add "maxpacket_limit" field to struct usb_ep
by Robert Baldyga
· 11 years ago
b963a81
usb: gadget: s3c-hsotg: add flush TX FIFO when kill all requests
by Robert Baldyga
· 11 years ago
295538f
usb: gadget: s3c-hsotg: fix maxpacket size in s3c_hsotg_irq_enumdone
by Robert Baldyga
· 11 years ago
d18f7116
usb: gadget: s3c-hsotg: fix disconnect handling
by Robert Baldyga
· 11 years ago
93f599f
usb: gadget: s3c-hsotg: fix spinlock locking
by Robert Baldyga
· 11 years ago
811f330
usb: gadget: s3c-hsotg: fix can_write limit for non-periodic endpoints
by Robert Baldyga
· 11 years ago
8acc829
usb: gadget: s3c-hsotg: fix interrupt configuration in dedicated-fifo mode
by Robert Baldyga
· 11 years ago
bd9ef7b
usb: gadget: s3c-hsotg: fix clear feature ENDPOINT_HALT
by Robert Baldyga
· 11 years ago
a18ed7b
usb: gadget: s3c-hsotg: fix "halted" property updating
by Robert Baldyga
· 11 years ago
7e80465
usb: gadget: s3c-hsotg: add DAINT masking
by Robert Baldyga
· 11 years ago
afcf416
usb: gadget: s3c-hsotg: fix endpoint interrupts handling
by Robert Baldyga
· 11 years ago
5cb2ff0
usb: gadget: s3c-hsotg: fix s3c_hsotg_write_fifo function for dedicated fifo mode
by Robert Baldyga
· 11 years ago
ab93e01
usb: gadget: s3c-hsotg: fix "protocol stall" handling
by Robert Baldyga
· 11 years ago
7eb581d
usb: gadget: s3c-hsotg: remove unused label
by Robert Baldyga
· 11 years ago
4fca54a
usb: gadget: s3c-hsotg: add multi count support
by Robert Baldyga
· 11 years ago
1479e84
usb: gadget: s3c-hsotg: add isochronous transfers support
by Robert Baldyga
· 11 years ago
e9edd199
usb: gadget: s3c-hsotg: fix set_ep_maxpacket function
by Robert Baldyga
· 11 years ago
13613c1
usb: gadget: s3c-hsotg: fix maxpacket size
by Robert Baldyga
· 11 years ago
a023da3
usb: gadget: s3c-hsotg: fix CodingStyle issues
by Pavel Machek
· 11 years ago
d3675e3
usb: s3c-hsotg: do not disconnect gadget when receiving ErlySusp intr
by Chanho Park
· 11 years ago
c8c1025
usb: s3c-hsotg: fix unregistration function
by Marek Szyprowski
· 11 years ago
e01ee9f
usb: gadget: use dev_get_platdata()
by Jingoo Han
· 11 years ago
c50f056c
usb: gadget: s3c-hsotg: Allow driver instantiation using device tree
by Tomasz Figa
· 12 years ago
17d966a
usb: gadget: s3c-hsotg: pass 'struct usb_request *' to usb_gadget_unmap_request()
by Jingoo Han
· 12 years ago
f4f5ba5
usb: gadget: s3c-hsotg: fix PHY error handling
by Felipe Balbi
· 12 years ago
ad8033f
usb: gadget: s3c-hsotg: don't assign gadget.dev.release directly
by Felipe Balbi
· 12 years ago
430e958
usb: gadget: s3c-hsotg: don't touch gadget.dev.driver
by Felipe Balbi
· 12 years ago
2015760
usb: gadget: s3c-hsotg: remove unnecessary initializations
by Felipe Balbi
· 12 years ago
e58ebcd
usb: gadget: s3c-hsotg: switch over to usb_gadget_map/unmap_request()
by Felipe Balbi
· 12 years ago
7bce401
usb: gadget: drop now unnecessary flag
by Felipe Balbi
· 12 years ago
b8d833a
usb: gadget: s3c-hsotg: let udc-core manage gadget->dev
by Felipe Balbi
· 12 years ago
74e1a2a
Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 12 years ago
4811f53
Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 12 years ago
cba6c85
Merge tag 'gadget-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 12 years ago
eeef458
usb: gadget: constify all struct usb_gadget_ops
by Felipe Balbi
· 12 years ago
148e113
usb: Convert to devm_ioremap_resource()
by Thierry Reding
· 12 years ago
b2e587d
usb: phy: s3c-hsotg: adding phy driver support
by Praveen Paneri
· 12 years ago
cd76213
usb: gadget: s3c-hsotg: Use devm_regulator_bulk_get API
by Sachin Kamat
· 12 years ago
69f5165
usb: gadget: s3c-hsotg: Fix invalid free of devm_ allocated data
by Tushar Behera
· 12 years ago
fb4e98a
usb: remove use of __devexit
by Bill Pemberton
· 12 years ago
41ac7b3
usb: remove use of __devinit
by Bill Pemberton
· 12 years ago
7690417
usb: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
7135f08
Merge tag 'gadget-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 12 years ago
84749c6
usb: gadget: s3c-hsotg: Use devm_clk_get function
by Sachin Kamat
· 12 years ago
2868fea
usb: gadget: s3c-hsotg: fix core reset timeout failure
by Du, Changbin
· 12 years ago
dfdda5a
drivers/usb/gadget/s3c-hsotg.c: fix error return code
by Julia Lawall
· 12 years ago
Next »