aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/omap_udc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-25Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds1-14/+4
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König1-5/+5
2010-10-08OMAP: control: move plat-omap/control.h to mach-omap2/control.hPaul Walmsley1-14/+4
2009-11-22omap1: omap_udc: Add clocking and disable vbus sense for omap7xxCory Maccarrone1-2/+17
2009-10-20omap: headers: Move remaining headers from include/mach to include/platTony Lindgren1-3/+3
2009-04-23USB: gadget: omap_udc uses platform_driver_probe()David Brownell1-2/+1
2009-01-07USB: otg: add otg_put_transceiver()Philipp Zabel1-2/+2
2008-10-17USB: omap_udc: sync with OMAP treeTony Lindgren1-0/+7
2008-09-23usb gadget: fix omap_udc DMA regressionDavid Brownell1-2/+2
2008-08-13USB: omap_udc: fix compilation with debug enabledDmitry Baryshkov1-2/+3
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-2/+2
2008-07-25Rename WARN() to WARNING() to clear the namespaceArjan van de Ven1-3/+3
2008-07-21USB: usb dev_set_name() instead of dev->bus_idKay Sievers1-1/+1
2008-07-03ARM: OMAP: USB: Change omap USB code to use omap_read/write instead of __REGTony Lindgren1-207/+261
2008-07-03ARM: OMAP: DMA: Remove __REG accessTony Lindgren1-36/+6
2008-04-29usb: use non-racy method for proc entries creationDenis V. Lunev1-5/+2
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-8/+8
2008-04-24USB: remove dev->power.power_stateAlan Stern1-4/+0
2008-04-11usb gadget: fix platform driver hotplug/coldplugKay Sievers1-1/+1
2008-02-01USB: Spelling fixesJoe Perches1-1/+1
2008-02-01USB: device DMA support on OMAP2Kyungmin Park1-22/+49
2007-11-28USB: omap_udc build fixDavid Brownell1-3/+3
2007-10-12USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>David Brownell1-1/+1
2007-10-12USB: gadget: gadget_is_{dualspeed,otg} predicates and cleanupDavid Brownell1-7/+3
2007-07-12usb gadget stack: remove usb_ep_*_buffer(), part 2David Brownell1-108/+0
2007-06-08USB: usb gadgets avoid le{16,32}_to_cpup()David Brownell1-3/+3
2007-03-26USB: omap_udc: workaround dma_free_coherent() bogosityDavid Brownell1-10/+93
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-07USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>David Brownell1-1/+1
2007-01-05USB: omap_udc build fixes (sync with linux-omap)David Brownell1-53/+192
2006-12-20USB: gadget driver unbind() is optional; section fixes; miscDavid Brownell1-5/+8
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-6/+3
2006-10-01[PATCH] completions: lockdep annotate on stack completionsPeter Zijlstra1-1/+1
2006-09-27USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino1-1/+1
2006-09-27USB: move <linux/usb_otg.h> to <linux/usb/otg.h>David Brownell1-1/+1
2006-07-02Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2006-07-02[PATCH] irq-flags: usb: Use the new IRQF_ constantsThomas Gleixner1-3/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26ARM: OMAP: Fix DMA channel irq handling for omap24xxTony Lindgren1-1/+1
2006-03-20[PATCH] USB: kzalloc() conversion in drivers/usb/gadgetEric Sesterhenn1-4/+2
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King1-31/+30
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-1/+1
2005-10-28[PATCH] USB: gadget drivers - add .owner initialisationBen Dooks1-0/+1
2005-10-28[PATCH] add usb transceiver set_suspend() methodJuha Yrj?l?1-0/+4
2005-10-28[PATCH] omap_udc dma off-by-one fixDavid Brownell1-3/+5
2005-10-28Merge ../bleed-2.6Greg KH1-3/+3
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King1-7/+2
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro1-3/+3
2005-07-12[PATCH] USB: omap_udc tweaksdavid-b@pacbell.net1-2/+1