summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/omap_udc.c
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: Update omap_udc to use usb_endpoint_descriptor inside the struct...Ido Shayevitz2012-05-041-10/+9
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-03-011-0/+1
|\
| * usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disableIdo Shayevitz2012-02-241-0/+1
* | usb: otg: Convert all users to pass struct usb_otg for OTG functionsHeikki Krogerus2012-02-271-3/+4
* | usb: Convert all users to new usb_phyHeikki Krogerus2012-02-271-6/+8
* | usb: otg: Rename otg_transceiver to usb_phyHeikki Krogerus2012-02-131-2/+2
|/
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz2011-12-121-1/+1
* usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz2011-12-121-0/+1
* USB: irq: Remove IRQF_DISABLEDYong Zhang2011-09-181-1/+1
* usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf2011-09-091-9/+0
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-4/+3
* usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior2011-06-281-5/+17
* sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-201-0/+1
* Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-10-251-14/+4
|\
| * OMAP: control: move plat-omap/control.h to mach-omap2/control.hPaul Walmsley2010-10-081-14/+4
* | usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König2010-10-221-5/+5
|/
* omap1: omap_udc: Add clocking and disable vbus sense for omap7xxCory Maccarrone2009-11-221-2/+17
* omap: headers: Move remaining headers from include/mach to include/platTony Lindgren2009-10-201-3/+3
* USB: gadget: omap_udc uses platform_driver_probe()David Brownell2009-04-231-2/+1
* USB: otg: add otg_put_transceiver()Philipp Zabel2009-01-071-2/+2
* USB: omap_udc: sync with OMAP treeTony Lindgren2008-10-171-0/+7
* usb gadget: fix omap_udc DMA regressionDavid Brownell2008-09-231-2/+2
* USB: omap_udc: fix compilation with debug enabledDmitry Baryshkov2008-08-131-2/+3
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-2/+2
* Rename WARN() to WARNING() to clear the namespaceArjan van de Ven2008-07-251-3/+3
* USB: usb dev_set_name() instead of dev->bus_idKay Sievers2008-07-211-1/+1
* ARM: OMAP: USB: Change omap USB code to use omap_read/write instead of __REGTony Lindgren2008-07-031-207/+261
* ARM: OMAP: DMA: Remove __REG accessTony Lindgren2008-07-031-36/+6
* usb: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-5/+2
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-8/+8
* USB: remove dev->power.power_stateAlan Stern2008-04-241-4/+0
* usb gadget: fix platform driver hotplug/coldplugKay Sievers2008-04-111-1/+1
* USB: Spelling fixesJoe Perches2008-02-011-1/+1
* USB: device DMA support on OMAP2Kyungmin Park2008-02-011-22/+49
* USB: omap_udc build fixDavid Brownell2007-11-281-3/+3
* USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>David Brownell2007-10-121-1/+1
* USB: gadget: gadget_is_{dualspeed,otg} predicates and cleanupDavid Brownell2007-10-121-7/+3
* usb gadget stack: remove usb_ep_*_buffer(), part 2David Brownell2007-07-121-108/+0
* USB: usb gadgets avoid le{16,32}_to_cpup()David Brownell2007-06-081-3/+3
* USB: omap_udc: workaround dma_free_coherent() bogosityDavid Brownell2007-03-261-10/+93
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>David Brownell2007-02-071-1/+1
* USB: omap_udc build fixes (sync with linux-omap)David Brownell2007-01-051-53/+192
* USB: gadget driver unbind() is optional; section fixes; miscDavid Brownell2006-12-201-5/+8
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-6/+3
* [PATCH] completions: lockdep annotate on stack completionsPeter Zijlstra2006-10-011-1/+1
* USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino2006-09-271-1/+1