Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
383cf6479d489b7becc64b4860cef94dfd19ca5e
/
drivers
/
usb
/
gadget
/
udc
/
omap_udc.c
def38db
USB: omap_udc: fix USB gadget functionality on Palm Tungsten E
by Aaro Koskinen
· 6 years ago
42aea74
USB: omap_udc: fix omap_udc_start() on 15xx machines
by Aaro Koskinen
· 6 years ago
a2aa761
USB: omap_udc: fix crashes on probe error and module removal
by Aaro Koskinen
· 6 years ago
2c37b2f
USB: omap_udc: use devm_request_irq()
by Aaro Koskinen
· 6 years ago
3112fdd
usb: gadget: use IS_ENABLED() instead of checking for built-in or module
by Javier Martinez Canillas
· 8 years ago
7d4ba80
usb: gadget: omap_udc: add ep capabilities support
by Robert Baldyga
· 9 years ago
58ae8e0b
usb: gadget: omap_udc: set value for common is_selfpowered
by Peter Chen
· 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
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/omap_udc.c]
50f741c
usb: gadget: omap_udc: should not call gadget driver's .unbind
by Peter Chen
· 11 years ago
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
e01ee9f
usb: gadget: use dev_get_platdata()
by Jingoo Han
· 11 years ago
2fb29f2
usb: gadget: omap_udc: don't assign gadget.dev.release directly
by Felipe Balbi
· 12 years ago
f6511d1
usb: gadget: omap_udc: don't touch gadget.dev.driver
by Felipe Balbi
· 12 years ago
981e070
usb: gadget: omap_udc: remove unnecessary initializations
by Felipe Balbi
· 12 years ago
7bce401
usb: gadget: drop now unnecessary flag
by Felipe Balbi
· 12 years ago
6dfc84f
usb: gadget: omap_udc: let udc-core manage gadget->dev
by Felipe Balbi
· 12 years ago
518868c
usb: gadget: fix omap_udc build errors
by Arnd Bergmann
· 12 years ago
eeef458
usb: gadget: constify all struct usb_gadget_ops
by Felipe Balbi
· 12 years ago
1bf0cf6
usb: gadget: omap_udc: convert to udc_start/udc_stop
by Felipe Balbi
· 12 years ago
a11da7d
Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
8287361
Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
45c3eb7
ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.h
by Tony Lindgren
· 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
2b6c4e7
ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.h
by Lokesh Vutla
· 12 years ago
8c4cc00
ARM: OMAP1: DMA: Moving OMAP1 DMA channel definitions to mach-omap1
by Lokesh Vutla
· 12 years ago
ffe0b33
usb: gadget: remove global variable composite in composite.c
by Sebastian Andrzej Siewior
· 12 years ago
9fc3777
Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 12 years ago
ff9cce8
Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 12 years ago
94ff447
Merge tag 'gadget-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 12 years ago
ded017e
usb: phy: fix return value check of usb_get_phy
by Kishon Vijay Abraham I
· 12 years ago
5f612967
Merge branches 'cleanup-udc' and 'cleanup-dma' into cleanup
by Tony Lindgren
· 12 years ago
662dca5
usb: otg: support for multiple transceivers by a single controller
by Kishon Vijay Abraham I
· 12 years ago
721002e
usb: otg: utils: rename function name in OTG utils
by Kishon Vijay Abraham I
· 12 years ago
77964b3
usb: gadget: omap_udc: Remove unneeded condition
by Ido Shayevitz
· 12 years ago
b924b20
ARM: OMAP: Make FS USB omap1 only
by Tony Lindgren
· 12 years ago
dd8e938
usb: gadget: omap_udc: use generic map/unmap routines
by Felipe Balbi
· 12 years ago
23673d7
usb: gadget: omap_udc: kfree(NULL) is safe
by Felipe Balbi
· 12 years ago
70617db
usb: gadget: omap_udc: remove possiblity of NULL pointer de-reference
by Felipe Balbi
· 12 years ago
dc1737c
usb: gadget: omap_udc: let it work as a module
by Felipe Balbi
· 12 years ago
5b6d84b
usb: gadget: omap_udc: remove useless print
by Felipe Balbi
· 12 years ago
80dd135
usb: gadget: omap_udc: make checkpatch.pl happy
by Felipe Balbi
· 12 years ago
ae37257
usb: gadget: omap_udc: Remove omap2 support
by Tony Lindgren
· 12 years ago
f8bdae0
usb: gadget: Update omap_udc to use usb_endpoint_descriptor inside the struct usb_ep
by Ido Shayevitz
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
f9b0f51
Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 13 years ago
6e13c65
usb: otg: Convert all users to pass struct usb_otg for OTG functions
by Heikki Krogerus
· 13 years ago
b96d3b0
usb: Convert all users to new usb_phy
by Heikki Krogerus
· 13 years ago
f9c56cd
usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disable
by Ido Shayevitz
· 13 years ago
8675381
usb: otg: Rename otg_transceiver to usb_phy
by Heikki Krogerus
· 13 years ago
90ab5ee
module_param: make bool parameters really bool (drivers & misc)
by Rusty Russell
· 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
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
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
· 14 years ago
7b6181e
Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6
by Linus Torvalds
· 14 years ago
b0fca50
usb gadget: don't save bind callback in struct usb_gadget_driver
by Uwe Kleine-König
· 14 years ago
4814ced
OMAP: control: move plat-omap/control.h to mach-omap2/control.h
by Paul Walmsley
· 14 years ago
45f780a
omap1: omap_udc: Add clocking and disable vbus sense for omap7xx
by Cory Maccarrone
· 15 years ago
ce491cf
omap: headers: Move remaining headers from include/mach to include/plat
by Tony Lindgren
· 15 years ago
864e28b
USB: gadget: omap_udc uses platform_driver_probe()
by David Brownell
· 16 years ago
68144e0
USB: otg: add otg_put_transceiver()
by Philipp Zabel
· 16 years ago
f1c9e15
USB: omap_udc: sync with OMAP tree
by Tony Lindgren
· 16 years ago
c3e3208
usb gadget: fix omap_udc DMA regression
by David Brownell
· 16 years ago
e12cc34
USB: omap_udc: fix compilation with debug enabled
by Dmitry Baryshkov
· 16 years ago
a09e64f
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
by Russell King
· 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
f35ae63
ARM: OMAP: USB: Change omap USB code to use omap_read/write instead of __REG
by Tony Lindgren
· 16 years ago
0499bde
ARM: OMAP: DMA: Remove __REG access
by Tony Lindgren
· 16 years ago
cdefa18
usb: use non-racy method for proc entries creation
by Denis V. Lunev
· 17 years ago
441b62c
USB: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
70a1c9e
USB: remove dev->power.power_state
by Alan Stern
· 17 years ago
f34c32f
usb gadget: fix platform driver hotplug/coldplug
by Kay Sievers
· 17 years ago
dc0d5c1
USB: Spelling fixes
by Joe Perches
· 17 years ago
527ea73
USB: device DMA support on OMAP2
by Kyungmin Park
· 17 years ago
9cfbba7
USB: omap_udc build fix
by David Brownell
· 17 years ago
9454a57
USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>
by David Brownell
· 17 years ago
a4e3ef5
USB: gadget: gadget_is_{dualspeed,otg} predicates and cleanup
by David Brownell
· 17 years ago
c67ab13
usb gadget stack: remove usb_ep_*_buffer(), part 2
by David Brownell
· 17 years ago
01ee7d7
USB: usb gadgets avoid le{16,32}_to_cpup()
by David Brownell
· 17 years ago
8a3c1f5
USB: omap_udc: workaround dma_free_coherent() bogosity
by David Brownell
· 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
e6a6e47
USB: omap_udc build fixes (sync with linux-omap)
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
6e9a473
[PATCH] completions: lockdep annotate on stack completions
by Peter Zijlstra
· 18 years ago
066202d
USB: Make file operations structs in drivers/usb const.
by Luiz Fernando N. Capitulino
· 18 years ago
3a16f7b
USB: move <linux/usb_otg.h> to <linux/usb/otg.h>
by David Brownell
· 18 years ago
Next »