aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/omap_udc.c
Commit message (Expand)AuthorAge
* Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-07-26
|\
| * Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2012-07-05
| |\
| | * usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I2012-07-02
| | * usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I2012-06-25
| | * usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I2012-06-25
| * | Merge tag 'gadget-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-07-05
| |\ \
| | * | usb: gadget: omap_udc: use generic map/unmap routinesFelipe Balbi2012-06-03
| | * | usb: gadget: omap_udc: kfree(NULL) is safeFelipe Balbi2012-06-03
| | * | usb: gadget: omap_udc: remove possiblity of NULL pointer de-referenceFelipe Balbi2012-06-03
| | * | usb: gadget: omap_udc: let it work as a moduleFelipe Balbi2012-06-03
| | * | usb: gadget: omap_udc: remove useless printFelipe Balbi2012-06-03
| | * | usb: gadget: omap_udc: make checkpatch.pl happyFelipe Balbi2012-06-03
| | * | usb: gadget: omap_udc: Remove omap2 supportTony Lindgren2012-06-03
| | |/
| | |
| \ \
*-. \ \ Merge branches 'cleanup-udc' and 'cleanup-dma' into cleanupTony Lindgren2012-06-28
|\ \ \ \ | |_|/ / |/| | / | | |/
| * / ARM: OMAP: Make FS USB omap1 onlyTony Lindgren2012-06-04
| |/
* / usb: gadget: omap_udc: Remove unneeded conditionIdo Shayevitz2012-06-04
|/
* usb: gadget: Update omap_udc to use usb_endpoint_descriptor inside the struct...Ido Shayevitz2012-05-04
* Remove all #inclusions of asm/system.hDavid Howells2012-03-28
* Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-03-01
|\
| * usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disableIdo Shayevitz2012-02-24
* | usb: otg: Convert all users to pass struct usb_otg for OTG functionsHeikki Krogerus2012-02-27
* | usb: Convert all users to new usb_phyHeikki Krogerus2012-02-27
* | usb: otg: Rename otg_transceiver to usb_phyHeikki Krogerus2012-02-13
|/
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-12
* usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz2011-12-12
* usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz2011-12-12
* USB: irq: Remove IRQF_DISABLEDYong Zhang2011-09-18
* usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf2011-09-09
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-23
* usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior2011-06-28
* sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-20
* Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-10-25
|\
| * OMAP: control: move plat-omap/control.h to mach-omap2/control.hPaul Walmsley2010-10-08
* | usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König2010-10-22
|/
* omap1: omap_udc: Add clocking and disable vbus sense for omap7xxCory Maccarrone2009-11-22
* omap: headers: Move remaining headers from include/mach to include/platTony Lindgren2009-10-20
* USB: gadget: omap_udc uses platform_driver_probe()David Brownell2009-04-23
* USB: otg: add otg_put_transceiver()Philipp Zabel2009-01-07
* USB: omap_udc: sync with OMAP treeTony Lindgren2008-10-17
* usb gadget: fix omap_udc DMA regressionDavid Brownell2008-09-23
* USB: omap_udc: fix compilation with debug enabledDmitry Baryshkov2008-08-13
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-07
* Rename WARN() to WARNING() to clear the namespaceArjan van de Ven2008-07-25
* USB: usb dev_set_name() instead of dev->bus_idKay Sievers2008-07-21
* ARM: OMAP: USB: Change omap USB code to use omap_read/write instead of __REGTony Lindgren2008-07-03
* ARM: OMAP: DMA: Remove __REG accessTony Lindgren2008-07-03
* usb: use non-racy method for proc entries creationDenis V. Lunev2008-04-29
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-25
* USB: remove dev->power.power_stateAlan Stern2008-04-25
* usb gadget: fix platform driver hotplug/coldplugKay Sievers2008-04-11