Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a29d64a45eed1ee0d4ac90335da79ad1a9a0990d
/
drivers
/
usb
/
gadget
/
udc
/
goku_udc.c
7b78f48
PCI: Add PCI_CLASS_SERIAL_USB_DEVICE definition
by Heikki Krogerus
· 9 years ago
8cc67b7
usb: gadget: goku_udc: add goku_match_ep() function
by Robert Baldyga
· 9 years ago
b0bf5fb
usb: gadget: goku_udc: add ep capabilities support
by Robert Baldyga
· 9 years ago
557f358
usb: gadget: goku_udc: Remove uses of seq_<foo> return values
by Joe Perches
· 10 years ago
22835b8
usb: gadget: remove unnecessary 'driver' argument
by Felipe Balbi
· 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/goku_udc.c]
803a536
usb: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
e117e74
usb: gadget: add "maxpacket_limit" field to struct usb_ep
by Robert Baldyga
· 11 years ago
4fbc556
usb: gadget: goku: remove unused argument
by Michal Nazarewicz
· 11 years ago
2b84f92
usb: Remove unnecessary semicolons
by Joe Perches
· 11 years ago
d47aa45
usb: gadget: Remove redundant pci_set_drvdata
by Sachin Kamat
· 11 years ago
027ca0d
usb: gadget: goku_udc: use NULL instead of 0
by Jingoo Han
· 11 years ago
962a1ab
gadget: single_open() leaks
by Al Viro
· 12 years ago
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
96c7a22
goku_udc: Don't use create_proc_read_entry()
by David Howells
· 12 years ago
2ae837e
usb: gadget: goku_udc: don't assign gadget.dev.release directly
by Felipe Balbi
· 12 years ago
88060d6
usb: gadget: goku_udc: don't touch gadget.dev.driver
by Felipe Balbi
· 12 years ago
975cbd4
usb: gadget: goku_udc: remove unused macro
by Felipe Balbi
· 12 years ago
1a36315
usb: gadget: goku_udc: remove unnecessary initializations
by Felipe Balbi
· 12 years ago
7bce401
usb: gadget: drop now unnecessary flag
by Felipe Balbi
· 12 years ago
5637bf5
usb: gadget: goku_udc: let udc-core manage gadget->dev
by Felipe Balbi
· 12 years ago
950b3c1
usb: gadget: goku_udc: convert to udc_start/udc_stop
by Felipe Balbi
· 12 years ago
ffe0b33
usb: gadget: remove global variable composite in composite.c
by Sebastian Andrzej Siewior
· 12 years ago
11bc268
goku_udc: remove IRQF_SAMPLE_RANDOM which was commented out
by Theodore Ts'o
· 12 years ago
aedaa44
usb: gadget: goku_udc: Remove unneeded condition
by Ido Shayevitz
· 12 years ago
db79d98
usb: gadget: Update goku_udc to use usb_endpoint_descriptor inside the struct usb_ep
by Ido Shayevitz
· 13 years ago
3cdb772
usb: gadget: use module_pci_driver
by Axel Lin
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
6440093
usb: gadget: goku: use generic map/unmap routines
by Felipe Balbi
· 13 years ago
f9c56cd
usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disable
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
0f91349
usb: gadget: convert all users to the new udc infrastructure
by Sebastian Andrzej Siewior
· 13 years ago
268bb0c
sanitize <linux/prefetch.h> usage
by Linus Torvalds
· 13 years ago
319feaa
usb: gadget: goku_udc: Fix error path
by Dan Carpenter
· 14 years ago
b0fca50
usb gadget: don't save bind callback in struct usb_gadget_driver
by Uwe Kleine-König
· 14 years ago
872f8b4
USB: goku_udc: remove potential null dereference
by Dan Carpenter
· 15 years ago
1ba2557
USB goku_udc: make PCI device id constant
by Németh Márton
· 15 years ago
9ab1565
USB: Goku-S: use helper functions to determine endpoint type and direction
by Matthias Kaehlcke
· 16 years ago
551509d
USB: replace uses of __constant_{endian}
by Harvey Harrison
· 16 years ago
32e7fea
USB: Fix goku_udc usb speed handling
by SangSu Park
· 16 years ago
b6c6393
Rename WARN() to WARNING() to clear the namespace
by Arjan van de Ven
· 16 years ago
0031a06
USB: usb dev_set_name() instead of dev->bus_id
by Kay Sievers
· 17 years ago
a5abdea
usb: use get/put_unaligned_* helpers
by Harvey Harrison
· 17 years ago
441b62c
USB: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
eb0be47
USB: usb peripheral controller driver oops avoidance
by Patrik Sevallius
· 17 years ago
9454a57
USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>
by David Brownell
· 17 years ago
dd00cc4
some kmalloc/memset ->kzalloc (tree wide)
by Yoann Padioleau
· 17 years ago
2d70c99
USB: goku_udc trivial cleanups
by David Brownell
· 17 years ago
c67ab13
usb gadget stack: remove usb_ep_*_buffer(), part 2
by David Brownell
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
14360ab
USB: goku_udc: Remove crude cache coherency code
by Ralf Baechle
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
5f84813
USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>
by David Brownell
· 18 years ago
6bea476
USB: gadget driver unbind() is optional; section fixes; misc
by David Brownell
· 18 years ago
e94b176
[PATCH] slab: remove SLAB_KERNEL
by Christoph Lameter
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
d54b5ca
[PATCH] irq-flags: usb: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
c6387a4
[SPARC]: Kill __irq_itoa().
by David S. Miller
· 18 years ago
7039f42
[PATCH] USB: kzalloc() conversion in drivers/usb/gadget
by Eric Sesterhenn
· 19 years ago
249bb07
[PATCH] PCI: removed unneeded .owner field from struct pci_driver
by Greg Kroah-Hartman
· 19 years ago
d0d5049
[PATCH] USB: gadget drivers - add .owner initialisation
by Ben Dooks
· 19 years ago
55016f1
[PATCH] gfp_t: drivers/usb
by Al Viro
· 19 years ago
5db539e
[PATCH] USB: Fix kmalloc's flags type in USB
by Olav Kongas
· 19 years ago
988199f
[PATCH] USB: goku_udc updates (sparse, SETUP api change)
by David Brownell
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago