aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/omap_udc.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-16usb: gadget: Gadget directory cleanup - group UDC driversAndrzej Pietrasiewicz1-3038/+0
2014-06-30usb: gadget: omap_udc: should not call gadget driver's .unbindPeter Chen1-4/+1
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-17usb: gadget: add "maxpacket_limit" field to struct usb_epRobert Baldyga1-1/+2
2013-07-30usb: gadget: use dev_get_platdata()Jingoo Han1-1/+1
2013-03-18usb: gadget: omap_udc: don't assign gadget.dev.release directlyFelipe Balbi1-2/+2
2013-03-18usb: gadget: omap_udc: don't touch gadget.dev.driverFelipe Balbi1-3/+0
2013-03-18usb: gadget: omap_udc: remove unnecessary initializationsFelipe Balbi1-5/+0
2013-03-18usb: gadget: drop now unnecessary flagFelipe Balbi1-1/+0
2013-03-18usb: gadget: omap_udc: let udc-core manage gadget->devFelipe Balbi1-8/+4
2013-03-07usb: gadget: fix omap_udc build errorsArnd Bergmann1-1/+2
2013-01-24usb: gadget: constify all struct usb_gadget_opsFelipe Balbi1-1/+1
2013-01-24usb: gadget: omap_udc: convert to udc_start/udc_stopFelipe Balbi1-37/+12
2012-12-13Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds1-1/+1
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+3
2012-11-30ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.hTony Lindgren1-1/+1
2012-11-21usb: remove use of __devexitBill Pemberton1-1/+1
2012-11-21usb: remove use of __devinitBill Pemberton1-3/+3
2012-11-21usb: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-15ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.hLokesh Vutla1-1/+1
2012-10-15ARM: OMAP1: DMA: Moving OMAP1 DMA channel definitions to mach-omap1Lokesh Vutla1-0/+2
2012-09-10usb: gadget: remove global variable composite in composite.cSebastian Andrzej Siewior1-3/+3
2012-07-26Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-253/+181
2012-07-05Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman1-15/+16
2012-07-05Merge tag 'gadget-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-238/+165
2012-07-02usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I1-12/+13
2012-06-28Merge branches 'cleanup-udc' and 'cleanup-dma' into cleanupTony Lindgren1-1/+2
2012-06-25usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I1-1/+1
2012-06-25usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I1-3/+3
2012-06-04usb: gadget: omap_udc: Remove unneeded conditionIdo Shayevitz1-1/+1
2012-06-04ARM: OMAP: Make FS USB omap1 onlyTony Lindgren1-1/+2
2012-06-03usb: gadget: omap_udc: use generic map/unmap routinesFelipe Balbi1-39/+7
2012-06-03usb: gadget: omap_udc: kfree(NULL) is safeFelipe Balbi1-2/+1
2012-06-03usb: gadget: omap_udc: remove possiblity of NULL pointer de-referenceFelipe Balbi1-4/+6
2012-06-03usb: gadget: omap_udc: let it work as a moduleFelipe Balbi1-16/+7
2012-06-03usb: gadget: omap_udc: remove useless printFelipe Balbi1-10/+3
2012-06-03usb: gadget: omap_udc: make checkpatch.pl happyFelipe Balbi1-80/+121
2012-06-03usb: gadget: omap_udc: Remove omap2 supportTony Lindgren1-90/+23
2012-05-04usb: gadget: Update omap_udc to use usb_endpoint_descriptor inside the struct...Ido Shayevitz1-10/+9
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-01Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-0/+1
2012-02-27usb: otg: Convert all users to pass struct usb_otg for OTG functionsHeikki Krogerus1-3/+4
2012-02-27usb: Convert all users to new usb_phyHeikki Krogerus1-6/+8
2012-02-24usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disableIdo Shayevitz1-0/+1
2012-02-13usb: otg: Rename otg_transceiver to usb_phyHeikki Krogerus1-2/+2
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-12-12usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz1-1/+1
2011-12-12usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz1-0/+1
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-09-09usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf1-9/+0
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-4/+3
2011-06-28usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior1-5/+17
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds1-0/+1
2010-10-25Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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
2005-07-12[PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas1-3/+3
2005-06-27[PATCH] USB: more omap_udc updates (dma and omap1710)David Brownell1-40/+113
2005-06-27[PATCH] USB: omap_udc updates (mostly cleanups)David Brownell1-57/+93
2005-04-18[PATCH] USB: fix up remaining pm_message_t usagesPavel Machek1-7/+5
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+2872