Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
6465859aba1e66a5351b047fbf40e9e9bcb6c669
/
drivers
/
usb
/
gadget
/
udc
/
m66592-udc.c
d58fcf8
usb: gadget: m66592: fix unused-but-set-variable warnings
by Michal Nazarewicz
· 9 years ago
8ddbf94
usb: gadget: m66592-udc: add ep capabilities support
by Robert Baldyga
· 9 years ago
5feb5d2
usb: gadget: m66592-udc: forever loop in set_feature()
by Dan Carpenter
· 9 years ago
c94e289
usb: gadget: remove incorrect __init/__exit annotations
by Arnd Bergmann
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
373ef69
usb: gadget: m66592-udc: use udc-core's reset notifier
by Peter Chen
· 10 years ago
22835b8
usb: gadget: remove unnecessary 'driver' argument
by Felipe Balbi
· 10 years ago
6d3f5f2
usb: gadget: udc: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
304f7e5
usb: gadget: Refactor request completion
by Michal Sojka
· 10 years ago
90fccb5
usb: gadget: Gadget directory cleanup - group UDC drivers
by Andrzej Pietrasiewicz
· 10 years ago
[Renamed from drivers/usb/gadget/m66592-udc.c]
7a61612
usb: gadget: m66592-udc: should not call gadget driver's .unbind
by Peter Chen
· 11 years ago
880ce06
usb: gadget: m66592-udc: delete __init marker for probe
by Peter Chen
· 11 years ago
c797f7f
usb: gadget: m66592-udc: remove unnecessary OOM messages
by Jingoo Han
· 11 years ago
e117e74
usb: gadget: add "maxpacket_limit" field to struct usb_ep
by Robert Baldyga
· 11 years ago
e01ee9f
usb: gadget: use dev_get_platdata()
by Jingoo Han
· 11 years ago
dae8ead
usb: gadget: use platform_{get,set}_drvdata()
by Jingoo Han
· 12 years ago
ef89a1f
usb: gadget: m66592-udc: fix error return code in m66592_probe()
by Wei Yongjun
· 12 years ago
4b282fb
usb: gadget: m66592-udc: don't assign gadget.dev.release directly
by Felipe Balbi
· 12 years ago
e3ee46f
usb: gadget: m66592-udc: don't touch gadget.dev.driver
by Felipe Balbi
· 12 years ago
859d02c
usb: gadget: m66592-udc: remove unnecessary initializations
by Felipe Balbi
· 12 years ago
7bce401
usb: gadget: drop now unnecessary flag
by Felipe Balbi
· 12 years ago
96d20c3
usb: gadget: m66592-udc: 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
eeef458
usb: gadget: constify all struct usb_gadget_ops
by Felipe Balbi
· 12 years ago
3381fb6
usb: gadget: m66592-udc: convert to udc_start/udc_stop
by Felipe Balbi
· 12 years ago
52f7a82
usb: converto drivers/usb/* to use module_platform_driver_probe()
by Fabio Porcedda
· 12 years ago
ffe0b33
usb: gadget: remove global variable composite in composite.c
by Sebastian Andrzej Siewior
· 12 years ago
f12a86a
gadget/m66592: remove conditional compilation of clk code
by Viresh Kumar
· 12 years ago
2eb2cff
usb: gadget: Update m66592-udc to use usb_endpoint_descriptor inside the struct usb_ep
by Ido Shayevitz
· 13 years ago
7177aed
usb: gadget: rename usb_gadget_driver::speed to max_speed
by Michal Nazarewicz
· 13 years ago
d327ab5
usb: gadget: replace usb_gadget::is_dualspeed with max_speed
by Michal Nazarewicz
· 13 years ago
bfe0658
usb: udc: Fix gadget driver's speed check in various UDC drivers
by Michal Nazarewicz
· 13 years ago
b5dd18d
USB: irq: Remove IRQF_DISABLED
by Yong Zhang
· 13 years ago
28c9fc6
usb gadget: clean up FSF boilerplate text
by Klaus Schwarzkopf
· 13 years ago
29cc889
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
by Kuninori Morimoto
· 13 years ago
7eff1d8
usb: gadget: m66592-udc: add pullup function
by Yoshihiro Shimoda
· 13 years ago
bb59dbf
usb: gadget: m66592-udc: add function for external controller
by Yoshihiro Shimoda
· 13 years ago
ceaa0a6
usb: gadget: m66592-udc: add support for TEST_MODE
by Yoshihiro Shimoda
· 13 years ago
5db05c0
usb: update email address in r8a66597-udc and m66592-udc
by Yoshihiro Shimoda
· 13 years ago
0f91349
usb: gadget: convert all users to the new udc infrastructure
by Sebastian Andrzej Siewior
· 13 years ago
108be95
usb: m66592-udc: Fixed bufnum of Bulk
by Yusuke Goda
· 14 years ago
b0fca50
usb gadget: don't save bind callback in struct usb_gadget_driver
by Uwe Kleine-König
· 14 years ago
7c81aaf
USB: gadget: Return -ENOMEM on memory allocation failure
by Julia Lawall
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
56fd126
usb: gadget: m66592-udc needs linux/err.h.
by Paul Mundt
· 15 years ago
2c59b0b
usb: m66592-udc platform data on_chip support
by Magnus Damm
· 15 years ago
4048e5c
usb: m66592-udc buffer management update
by Magnus Damm
· 15 years ago
0a2e5b9
USB: m66592 and r8a66597 resource changes
by Magnus Damm
· 16 years ago
d643510
usb: Fix up sh_mobile usbf clock framework warnings.
by Paul Mundt
· 16 years ago
af5be79
sh: sh_mobile usbf clock framework support
by Magnus Damm
· 16 years ago
836e4b1
USB: m66592-udc: Fix up dev_set_name() badness.
by Paul Mundt
· 16 years ago
0031a06
USB: usb dev_set_name() instead of dev->bus_id
by Kay Sievers
· 17 years ago
f34c32f
usb gadget: fix platform driver hotplug/coldplug
by Kay Sievers
· 17 years ago
eb0be47
USB: usb peripheral controller driver oops avoidance
by Patrik Sevallius
· 17 years ago
0027492
USB: gadget code switches to pr_err() and friends
by David Brownell
· 17 years ago
fec8de3
USB: Add missing "space" to printk messages
by Joe Perches
· 17 years ago
8c73aff
USB: m66592-udc: Add support for SH7722 USBF
by Yoshihiro Shimoda
· 17 years ago
9454a57
USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>
by David Brownell
· 17 years ago
a947522
USB: "sparse" cleanups for usb gadgets
by David Brownell
· 17 years ago
598f22e
USB: m66592-udc: fixes some problems
by Yoshihiro Shimoda
· 17 years ago
53b6795
minimal fixes for drivers/usb/gadget/m66592-udc.c
by Al Viro
· 17 years ago
15a1d5c
USB: m66592-udc: fix use old interrupt flags
by Yoshihiro Shimoda
· 18 years ago
4cf2503
USB: m66592-udc: peripheral controller driver for M66592
by Yoshihiro Shimoda
· 18 years ago