summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/omap_udc.c
AgeCommit message (Expand)Author
2012-07-26Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-07-05Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman
2012-07-05Merge tag 'gadget-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2012-07-02usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I
2012-06-28Merge branches 'cleanup-udc' and 'cleanup-dma' into cleanupTony Lindgren
2012-06-25usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I
2012-06-25usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I
2012-06-04usb: gadget: omap_udc: Remove unneeded conditionIdo Shayevitz
2012-06-04ARM: OMAP: Make FS USB omap1 onlyTony Lindgren
2012-06-03usb: gadget: omap_udc: use generic map/unmap routinesFelipe Balbi
2012-06-03usb: gadget: omap_udc: kfree(NULL) is safeFelipe Balbi
2012-06-03usb: gadget: omap_udc: remove possiblity of NULL pointer de-referenceFelipe Balbi
2012-06-03usb: gadget: omap_udc: let it work as a moduleFelipe Balbi
2012-06-03usb: gadget: omap_udc: remove useless printFelipe Balbi
2012-06-03usb: gadget: omap_udc: make checkpatch.pl happyFelipe Balbi
2012-06-03usb: gadget: omap_udc: Remove omap2 supportTony Lindgren
2012-05-04usb: gadget: Update omap_udc to use usb_endpoint_descriptor inside the struct...Ido Shayevitz
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-01Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2012-02-27usb: otg: Convert all users to pass struct usb_otg for OTG functionsHeikki Krogerus
2012-02-27usb: Convert all users to new usb_phyHeikki Krogerus
2012-02-24usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disableIdo Shayevitz
2012-02-13usb: otg: Rename otg_transceiver to usb_phyHeikki Krogerus
2012-01-12module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-12-12usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz
2011-12-12usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang
2011-09-09usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto
2011-06-28usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds
2010-10-25Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König
2010-10-08OMAP: control: move plat-omap/control.h to mach-omap2/control.hPaul Walmsley
2009-11-22omap1: omap_udc: Add clocking and disable vbus sense for omap7xxCory Maccarrone
2009-10-20omap: headers: Move remaining headers from include/mach to include/platTony Lindgren
2009-04-23USB: gadget: omap_udc uses platform_driver_probe()David Brownell
2009-01-07USB: otg: add otg_put_transceiver()Philipp Zabel
2008-10-17USB: omap_udc: sync with OMAP treeTony Lindgren
2008-09-23usb gadget: fix omap_udc DMA regressionDavid Brownell
2008-08-14USB: omap_udc: fix compilation with debug enabledDmitry Baryshkov
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King
2008-07-25Rename WARN() to WARNING() to clear the namespaceArjan van de Ven
2008-07-21USB: usb dev_set_name() instead of dev->bus_idKay Sievers
2008-07-03ARM: OMAP: USB: Change omap USB code to use omap_read/write instead of __REGTony Lindgren
2008-07-03ARM: OMAP: DMA: Remove __REG accessTony Lindgren
2008-04-29usb: use non-racy method for proc entries creationDenis V. Lunev
2008-04-25USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-25USB: remove dev->power.power_stateAlan Stern
2008-04-11usb gadget: fix platform driver hotplug/coldplugKay Sievers