index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
omap_udc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
omap1: omap_udc: Add clocking and disable vbus sense for omap7xx
Cory Maccarrone
2009-11-22
1
-2
/
+17
*
omap: headers: Move remaining headers from include/mach to include/plat
Tony Lindgren
2009-10-20
1
-3
/
+3
*
USB: gadget: omap_udc uses platform_driver_probe()
David Brownell
2009-04-23
1
-2
/
+1
*
USB: otg: add otg_put_transceiver()
Philipp Zabel
2009-01-07
1
-2
/
+2
*
USB: omap_udc: sync with OMAP tree
Tony Lindgren
2008-10-17
1
-0
/
+7
*
usb gadget: fix omap_udc DMA regression
David Brownell
2008-09-23
1
-2
/
+2
*
USB: omap_udc: fix compilation with debug enabled
Dmitry Baryshkov
2008-08-13
1
-2
/
+3
*
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
Russell King
2008-08-07
1
-2
/
+2
*
Rename WARN() to WARNING() to clear the namespace
Arjan van de Ven
2008-07-25
1
-3
/
+3
*
USB: usb dev_set_name() instead of dev->bus_id
Kay Sievers
2008-07-21
1
-1
/
+1
*
ARM: OMAP: USB: Change omap USB code to use omap_read/write instead of __REG
Tony Lindgren
2008-07-03
1
-207
/
+261
*
ARM: OMAP: DMA: Remove __REG access
Tony Lindgren
2008-07-03
1
-36
/
+6
*
usb: use non-racy method for proc entries creation
Denis V. Lunev
2008-04-29
1
-5
/
+2
*
USB: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-24
1
-8
/
+8
*
USB: remove dev->power.power_state
Alan Stern
2008-04-24
1
-4
/
+0
*
usb gadget: fix platform driver hotplug/coldplug
Kay Sievers
2008-04-11
1
-1
/
+1
*
USB: Spelling fixes
Joe Perches
2008-02-01
1
-1
/
+1
*
USB: device DMA support on OMAP2
Kyungmin Park
2008-02-01
1
-22
/
+49
*
USB: omap_udc build fix
David Brownell
2007-11-28
1
-3
/
+3
*
USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>
David Brownell
2007-10-12
1
-1
/
+1
*
USB: gadget: gadget_is_{dualspeed,otg} predicates and cleanup
David Brownell
2007-10-12
1
-7
/
+3
*
usb gadget stack: remove usb_ep_*_buffer(), part 2
David Brownell
2007-07-12
1
-108
/
+0
*
USB: usb gadgets avoid le{16,32}_to_cpup()
David Brownell
2007-06-08
1
-3
/
+3
*
USB: omap_udc: workaround dma_free_coherent() bogosity
David Brownell
2007-03-26
1
-10
/
+93
*
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
2007-02-14
1
-1
/
+0
*
USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>
David Brownell
2007-02-07
1
-1
/
+1
*
USB: omap_udc build fixes (sync with linux-omap)
David Brownell
2007-01-05
1
-53
/
+192
*
USB: gadget driver unbind() is optional; section fixes; misc
David Brownell
2006-12-20
1
-5
/
+8
*
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
2006-12-07
1
-1
/
+1
*
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
2006-10-05
1
-6
/
+3
*
[PATCH] completions: lockdep annotate on stack completions
Peter Zijlstra
2006-10-01
1
-1
/
+1
*
USB: Make file operations structs in drivers/usb const.
Luiz Fernando N. Capitulino
2006-09-27
1
-1
/
+1
*
USB: move <linux/usb_otg.h> to <linux/usb/otg.h>
David Brownell
2006-09-27
1
-1
/
+1
*
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2006-07-02
1
-1
/
+1
|
\
|
*
ARM: OMAP: Fix DMA channel irq handling for omap24xx
Tony Lindgren
2006-06-26
1
-1
/
+1
*
|
[PATCH] irq-flags: usb: Use the new IRQF_ constants
Thomas Gleixner
2006-07-02
1
-3
/
+3
*
|
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
|
/
*
[PATCH] USB: kzalloc() conversion in drivers/usb/gadget
Eric Sesterhenn
2006-03-20
1
-4
/
+2
*
[DRIVER MODEL] Convert platform drivers to use struct platform_driver
Russell King
2005-11-09
1
-31
/
+30
*
Create platform_device.h to contain all the platform device details.
Russell King
2005-10-29
1
-1
/
+1
*
[PATCH] USB: gadget drivers - add .owner initialisation
Ben Dooks
2005-10-28
1
-0
/
+1
*
[PATCH] add usb transceiver set_suspend() method
Juha Yrj?l?
2005-10-28
1
-0
/
+4
*
[PATCH] omap_udc dma off-by-one fix
David Brownell
2005-10-28
1
-3
/
+5
*
Merge ../bleed-2.6
Greg KH
2005-10-28
1
-3
/
+3
|
\
|
*
[PATCH] gfp_t: drivers/usb
Al Viro
2005-10-28
1
-3
/
+3
*
|
[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks
Russell King
2005-10-28
1
-7
/
+2
|
/
*
[PATCH] USB: omap_udc tweaks
david-b@pacbell.net
2005-07-12
1
-2
/
+1
*
[PATCH] USB: Fix kmalloc's flags type in USB
Olav Kongas
2005-07-12
1
-3
/
+3
*
[PATCH] USB: more omap_udc updates (dma and omap1710)
David Brownell
2005-06-27
1
-40
/
+113
*
[PATCH] USB: omap_udc updates (mostly cleanups)
David Brownell
2005-06-27
1
-57
/
+93
[next]