aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/at91_udc.c
AgeCommit message (Expand)Author
2014-04-30usb: gadget: at91-udc: fix irq and iomem resource retrievalJean-Jacques Hiblot
2014-03-05usb: gadget: at91_udc: fix ep maxpacket initialisationRobert Baldyga
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-12-23usb: gadget: at91_udc: fix build warningFelipe Balbi
2013-12-17usb: gadget: add "maxpacket_limit" field to struct usb_epRobert Baldyga
2013-08-02usb: gadget: at91_udc: add usb_clk for transition to common clk frameworkBoris BREZILLON
2013-08-02usb: gadget: at91_udc: add missing clk_put on fclk and iclkBoris BREZILLON
2013-07-30usb: gadget: use dev_get_platdata()Jingoo Han
2013-07-15usb: gadget: at91_udc: prepare clk before calling enableBoris BREZILLON
2013-07-15usb: gadget: at91_udc: call at91udc_of_init only when neededArnd Bergmann
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-03-18usb: gadget: at91_udc: don't touch gadget.dev.driverFelipe Balbi
2013-03-18usb: gadget: drop now unnecessary flagFelipe Balbi
2013-03-18usb: gadget: at91_udc: let udc-core manage gadget->devFelipe Balbi
2013-02-21Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2013-01-17usb: converto drivers/usb/* to use module_platform_driver_probe()Fabio Porcedda
2013-01-10USB: gadget: at91_adc: fix pullup pin validity checkJean-Christophe PLAGNIOL-VILLARD
2013-01-10usb: gadget: at91_udc: don't use [delayed_]work_pending()Tejun Heo
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-11-21usb: remove use of __devinitBill Pemberton
2012-11-19treewide: fix typo of "suppport" in various commentsMasanari Iida
2012-11-06arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD
2012-09-16Merge 3.6-rc6 into usb-nextGreg Kroah-Hartman
2012-09-10usb: gadget: at91_udc: fix dt supportFabio Porcedda
2012-09-10usb: gadget: at91_udc: move the dereference below the NULL testWei Yongjun
2012-09-06usb: gadget: at91udc: Don't check for ep->ep.descSebastian Andrzej Siewior
2012-09-06usb: gadget: at91udc: don't overwrite driver dataSebastian Andrzej Siewior
2012-07-02usb: gadget: at91_udc: Propagate devicetree to gadget driversAlexandre Pereira da Silva
2012-05-16usb: gadget: at91_udc: fix endpoint descriptor dereferenceNicolas Ferre
2012-05-04usb: gadget: at91_udc: convert to new style start/stop interfaceSebastian Andrzej Siewior
2012-05-04usb: gadget: Update at91_udc to use usb_endpoint_descriptor inside the struct...Ido Shayevitz
2012-04-17USB: gadget/at91_udc: add gpio_to_irq() function to vbus interruptNicolas Ferre
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-27Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-03-16USB: at91: Device udc add dt supportJean-Christophe PLAGNIOL-VILLARD
2012-02-24usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disableIdo Shayevitz
2012-02-23usb: at91_udc: linux/prefetch.h included twiceDanny Kukawka
2012-02-23ARM: at91: make matrix register base soc independentJean-Christophe PLAGNIOL-VILLARD
2012-01-09Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2011-12-12usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz
2011-11-29ARM: at91/udc: use gpio_is_valid to check the gpioJean-Christophe PLAGNIOL-VILLARD
2011-10-13usb: gadget: at91_udc: change french comments to englishRobert Schwebel
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-08-08USB: at91_udc: include linux/prefetch.h explicitlyJean-Christophe PLAGNIOL-VILLARD