aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/at91_udc.c
Commit message (Expand)AuthorAge
* usb: gadget: Gadget directory cleanup - group UDC driversAndrzej Pietrasiewicz2014-07-16
* usb: gadget: at91-udc: fix irq and iomem resource retrievalJean-Jacques Hiblot2014-04-30
* usb: gadget: at91_udc: fix ep maxpacket initialisationRobert Baldyga2014-03-05
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-08
* usb: gadget: at91_udc: fix build warningFelipe Balbi2013-12-23
* usb: gadget: add "maxpacket_limit" field to struct usb_epRobert Baldyga2013-12-17
* usb: gadget: at91_udc: add usb_clk for transition to common clk frameworkBoris BREZILLON2013-08-02
* usb: gadget: at91_udc: add missing clk_put on fclk and iclkBoris BREZILLON2013-08-02
* usb: gadget: use dev_get_platdata()Jingoo Han2013-07-30
* usb: gadget: at91_udc: prepare clk before calling enableBoris BREZILLON2013-07-15
* usb: gadget: at91_udc: call at91udc_of_init only when neededArnd Bergmann2013-07-15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-01
|\
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-09
* | usb: gadget: at91_udc: don't touch gadget.dev.driverFelipe Balbi2013-03-18
* | usb: gadget: drop now unnecessary flagFelipe Balbi2013-03-18
* | usb: gadget: at91_udc: let udc-core manage gadget->devFelipe Balbi2013-03-18
|/
* Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-21
|\
| * USB: gadget: at91_adc: fix pullup pin validity checkJean-Christophe PLAGNIOL-VILLARD2013-01-10
| * usb: gadget: at91_udc: don't use [delayed_]work_pending()Tejun Heo2013-01-10
* | usb: converto drivers/usb/* to use module_platform_driver_probe()Fabio Porcedda2013-01-17
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-13
|\
| * treewide: fix typo of "suppport" in various commentsMasanari Iida2012-11-19
* | Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-12
|\ \
| * | arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD2012-11-06
| |/
* / usb: remove use of __devinitBill Pemberton2012-11-21
|/
* Merge 3.6-rc6 into usb-nextGreg Kroah-Hartman2012-09-16
|\
| * usb: gadget: at91udc: Don't check for ep->ep.descSebastian Andrzej Siewior2012-09-06
| * usb: gadget: at91udc: don't overwrite driver dataSebastian Andrzej Siewior2012-09-06
* | usb: gadget: at91_udc: fix dt supportFabio Porcedda2012-09-10
* | usb: gadget: at91_udc: move the dereference below the NULL testWei Yongjun2012-09-10
|/
* usb: gadget: at91_udc: Propagate devicetree to gadget driversAlexandre Pereira da Silva2012-07-02
* usb: gadget: at91_udc: fix endpoint descriptor dereferenceNicolas Ferre2012-05-16
* usb: gadget: at91_udc: convert to new style start/stop interfaceSebastian Andrzej Siewior2012-05-04
* usb: gadget: Update at91_udc to use usb_endpoint_descriptor inside the struct...Ido Shayevitz2012-05-04
* USB: gadget/at91_udc: add gpio_to_irq() function to vbus interruptNicolas Ferre2012-04-17
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-28
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-28
* | Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-28
|\ \
| * | USB: at91: Device udc add dt supportJean-Christophe PLAGNIOL-VILLARD2012-03-15
* | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-27
|\| | | |/ |/|
| * ARM: at91: make matrix register base soc independentJean-Christophe PLAGNIOL-VILLARD2012-02-23
* | usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disableIdo Shayevitz2012-02-24
* | usb: at91_udc: linux/prefetch.h included twiceDanny Kukawka2012-02-23
|/
* Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-09
|\
| * ARM: at91/udc: use gpio_is_valid to check the gpioJean-Christophe PLAGNIOL-VILLARD2011-11-29
* | usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz2011-12-12
|/
* usb: gadget: at91_udc: change french comments to englishRobert Schwebel2011-10-13
* 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