aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/at91_udc.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-16usb: gadget: Gadget directory cleanup - group UDC driversAndrzej Pietrasiewicz1-1985/+0
2014-04-30usb: gadget: at91-udc: fix irq and iomem resource retrievalJean-Jacques Hiblot1-10/+0
2014-03-05usb: gadget: at91_udc: fix ep maxpacket initialisationRobert Baldyga1-7/+7
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-23usb: gadget: at91_udc: fix build warningFelipe Balbi1-7/+7
2013-12-17usb: gadget: add "maxpacket_limit" field to struct usb_epRobert Baldyga1-8/+8
2013-08-02usb: gadget: at91_udc: add usb_clk for transition to common clk frameworkBoris BREZILLON1-2/+15
2013-08-02usb: gadget: at91_udc: add missing clk_put on fclk and iclkBoris BREZILLON1-0/+4
2013-07-30usb: gadget: use dev_get_platdata()Jingoo Han1-2/+2
2013-07-15usb: gadget: at91_udc: prepare clk before calling enableBoris BREZILLON1-6/+8
2013-07-15usb: gadget: at91_udc: call at91udc_of_init only when neededArnd Bergmann1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-1/+1
2013-03-18usb: gadget: at91_udc: don't touch gadget.dev.driverFelipe Balbi1-2/+0
2013-03-18usb: gadget: drop now unnecessary flagFelipe Balbi1-1/+0
2013-03-18usb: gadget: at91_udc: let udc-core manage gadget->devFelipe Balbi1-11/+2
2013-02-21Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-3/+2
2013-01-17usb: converto drivers/usb/* to use module_platform_driver_probe()Fabio Porcedda1-11/+1
2013-01-10USB: gadget: at91_adc: fix pullup pin validity checkJean-Christophe PLAGNIOL-VILLARD1-1/+1
2013-01-10usb: gadget: at91_udc: don't use [delayed_]work_pending()Tejun Heo1-2/+1
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-11-21usb: remove use of __devinitBill Pemberton1-2/+2
2012-11-19treewide: fix typo of "suppport" in various commentsMasanari Iida1-1/+1
2012-11-06arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD1-1/+1
2012-09-16Merge 3.6-rc6 into usb-nextGreg Kroah-Hartman1-5/+1
2012-09-10usb: gadget: at91_udc: fix dt supportFabio Porcedda1-1/+1
2012-09-10usb: gadget: at91_udc: move the dereference below the NULL testWei Yongjun1-1/+2
2012-09-06usb: gadget: at91udc: Don't check for ep->ep.descSebastian Andrzej Siewior1-3/+1
2012-09-06usb: gadget: at91udc: don't overwrite driver dataSebastian Andrzej Siewior1-2/+0
2012-07-02usb: gadget: at91_udc: Propagate devicetree to gadget driversAlexandre Pereira da Silva1-0/+1
2012-05-16usb: gadget: at91_udc: fix endpoint descriptor dereferenceNicolas Ferre1-1/+1
2012-05-04usb: gadget: at91_udc: convert to new style start/stop interfaceSebastian Andrzej Siewior1-46/+14
2012-05-04usb: gadget: Update at91_udc to use usb_endpoint_descriptor inside the struct...Ido Shayevitz1-8/+7
2012-04-17USB: gadget/at91_udc: add gpio_to_irq() function to vbus interruptNicolas Ferre1-4/+4
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-1/+0
2012-03-28Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+38
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-27Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+5
2012-03-16USB: at91: Device udc add dt supportJean-Christophe PLAGNIOL-VILLARD1-2/+38
2012-02-24usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disableIdo Shayevitz1-0/+1
2012-02-23usb: at91_udc: linux/prefetch.h included twiceDanny Kukawka1-1/+0
2012-02-23ARM: at91: make matrix register base soc independentJean-Christophe PLAGNIOL-VILLARD1-4/+5
2012-01-09Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-7/+7
2011-12-12usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz1-1/+1
2011-11-29ARM: at91/udc: use gpio_is_valid to check the gpioJean-Christophe PLAGNIOL-VILLARD1-7/+7
2011-10-13usb: gadget: at91_udc: change french comments to englishRobert Schwebel1-8/+8
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-2/+2
2011-09-09usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf1-10/+0
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-1/+1
2011-08-08USB: at91_udc: include linux/prefetch.h explicitlyJean-Christophe PLAGNIOL-VILLARD1-0/+1
2011-06-28usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior1-5/+15
2011-06-06usb: gadget: include <linux/prefetch.h> to fix compiling errorBryan Wu1-0/+1
2011-05-13usb/gadget: at91sam9g20 fix end point max packet sizeJean-Christophe PLAGNIOL-VILLARD1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-17usb: gadget: at91_udc: Fix error pathRahul Ruikar1-1/+3
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+0
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König1-5/+6
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches1-1/+0
2010-07-18ARM: 6209/3: at91_udc: Add vbus polarity and polling modeRyan Mallon1-13/+53
2010-06-16ARM: 5967/1: at91_udc.c use spinlocks instead of local_irq_xxxHarro Haan1-46/+93
2010-05-17Merge branch 'devel-stable' into develRussell King1-0/+9
2010-05-05ARM: 5966/1: at91_udc HW glitchHarro Haan1-0/+7
2010-03-29ARM: 5965/1: Fix soft lockup in at91 udc driverHarro Haan1-0/+9
2010-03-02USB: at91_udc.c: use resource_size()H Hartley Sweeten1-6/+4
2009-12-11USB: modifications for at91sam9g10Hong Xu1-3/+3
2009-09-23USB: gadget: double free_irq() in at91udc_probe()Roel Kluin1-1/+0
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-2/+2
2009-06-15USB: at91_udc: use helper functions to determine endpoint type and directionMatthias Kaehlcke1-2/+2
2009-06-15usb: gadget: at91_udc: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-3/+3
2009-01-06gadget: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-4/+4
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-08-07[ARM] Eliminate useless includes of asm/mach-types.hRussell King1-1/+0
2008-07-21USB: at91_udc: updated fifo sizesDavid Brownell1-0/+13
2008-07-10[ARM] 5130/4: Support for the at91sam9g20sedji gaouaou1-2/+2
2008-04-29usb: use non-racy method for proc entries creationDenis V. Lunev1-9/+2
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-24USB: at91_udc can prefetch dataDavid Brownell1-1/+4
2008-04-11usb gadget: fix platform driver hotplug/coldplugKay Sievers1-0/+1
2008-02-01USB: at91_udc uses generic GPIO calls; minor cleanupDavid Brownell1-19/+60
2008-02-01USB: gadget: at91_udc minor fix (there is no number six)David Brownell1-3/+3
2008-02-01USB: usb peripheral controller driver oops avoidancePatrik Sevallius1-0/+2
2007-12-17USB: at91_udc: correct hanging while disconnecting usb cableNicolas Ferre1-0/+2
2007-10-12USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>David Brownell1-1/+1
2007-07-12usb gadget stack: remove usb_ep_*_buffer(), part 2David Brownell1-21/+0
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-03-09USB: at91_udc, fix more modpost bogosity (rename driver struct)David Brownell1-3/+3
2007-02-19Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-2/+2
2007-02-16USB: at91_udc, shrink runtime footprintDavid Brownell1-8/+7
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-08[ARM] 4145/2: AT91: Add support for AT91SAM9263 processorAndrew Victor1-2/+2
2007-02-07USB: at91_udc wakeup event updatesDavid Brownell1-8/+11
2007-02-07USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>David Brownell1-1/+1
2006-12-20USB: at91_udc: Additional checksWojtek Kaniewski1-2/+8
2006-12-20USB: at91_udc: Cleanup variables after failure in usb_gadget_register_driver()Wojtek Kaniewski1-0/+4
2006-12-20USB: at91_udc: allow drivers that support high speedWojtek Kaniewski1-1/+1
2006-12-20USB: at91_udc, misc fixesAndrew Victor1-3/+39
2006-12-20USB: at91 udc, support at91sam926x addressesAndrew Victor1-86/+83
2006-12-20USB: gadget driver unbind() is optional; section fixes; miscDavid Brownell1-5/+4
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-09-28Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-3/+3
2006-09-28[ARM] 3865/1: AT91RM9200 header updatesAndrew Victor1-3/+3
2006-09-27USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino1-1/+1
2006-08-02USB: AT91 UDC updates, mostly power managementDavid Brownell1-64/+112
2006-07-02[PATCH] irq-flags: usb: Use the new IRQF_ constantsThomas Gleixner1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-04-14[PATCH] USB: at91 usb driver supend/resume fixesDavid Brownell1-2/+2
2006-03-20[PATCH] USB: add support for AT91 gadgetDavid Brownell1-0/+1773