aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/r8a66597-udc.c
AgeCommit message (Expand)Author
2013-05-15usb: gadget: r8a66597-udc: fix error return code in r8a66597_probe()Wei Yongjun
2013-03-18usb: gadget: r8a66597-udc: don't assign gadget.dev.release directlyFelipe Balbi
2013-03-18usb: gadget: r8a66597-udc: remove unnecessary initializationsFelipe Balbi
2013-03-18usb: gadget: drop now unnecessary flagFelipe Balbi
2013-03-18usb: gadget: r8a66597-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-24usb: gadget: constify all struct usb_gadget_opsFelipe Balbi
2013-01-17usb: converto drivers/usb/* to use module_platform_driver_probe()Fabio Porcedda
2012-07-30gadget/r8a66597: remove conditional compilation of clk codeViresh Kumar
2012-05-04usb: gadget: r8a66597-udc: add support for set_selfpoweredShimoda, Yoshihiro
2012-05-04usb: gadget: Update r8a66597-udc to use usb_endpoint_descriptor inside the st...Ido Shayevitz
2012-02-28usb: gadget: r8a66597: use generic map/unmap routinesFelipe Balbi
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-11-29usb: udc: Fix gadget driver's speed check in various UDC driversMichal Nazarewicz
2011-11-14usb: gadget: r8a66597-udc: fix flush fifo handlingYoshihiro Shimoda
2011-11-14usb: gadget: r8a66597-udc: fix for udc-newstyleYoshihiro Shimoda
2011-10-13usb: gadget: r8a66597: convert to new styleFelipe Balbi
2011-10-13usb: gadget: r8a66597-udc: add support for SUDMACYoshihiro Shimoda
2011-10-13usb: gadget: r8a66597-udc: use dev_*() instead of printk()Yoshihiro Shimoda
2011-10-13usb: gadget: r8a66597-udc: change prototype of r8a66597_write_fifoYoshihiro Shimoda
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-07-09usb: gadget: r8a66597-udc: add pullup functionYoshihiro Shimoda
2011-07-08usb: gadget: r8a66597-udc: add support for TEST_MODEYoshihiro Shimoda
2011-07-08usb: gadget: r8a66597-udc: Make BUSWAIT configurable through platform dataYoshihiro Shimoda
2011-07-08usb: gadget: r8a66597-udc: fix cannot connect after rmmod gadget driverYoshihiro Shimoda
2011-07-08usb: update email address in r8a66597-udc and m66592-udcYoshihiro Shimoda
2011-07-01usb: gadget: add platform module alias where it is missingSebastian Andrzej Siewior
2011-06-28usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior
2011-04-13usb: r8a66597-udc: fix spinlock usageYoshihiro Shimoda
2011-02-03usb: r8a66597-udc: Fixed bufnum of BulkYusuke Goda
2010-10-22usb: r8a66597-udc: Add processing when USB was removed.Yusuke Goda
2010-10-22USB: gadget: Remove pr_<level> uses of KERN_<level>Joe Perches
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König
2010-08-23USB: r8a66597-udc: return -ENOMEM if kzalloc() failsAxel Lin
2010-06-02usb: gadget: r8a66597-udc pio to mmio accessor conversion.Paul Mundt
2010-04-05Merge branch 'master' into export-slabhTejun Heo
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-26USB gadget r8a66597-udc.c: duplicated includeAndrea Gelmini
2010-03-19usb/gadget: fix compile error on r8a66597-udc.cGrant Likely
2010-02-16USB: r8a66597-udc: Prototype IS_ERR() and PTR_ERR()Mark Brown
2009-08-21usb: r8a66597-udc: implement the set_wedge methodYoshihiro Shimoda
2009-08-20usb: r8a66597-udc disable interrupts on shutdown fixMagnus Damm
2009-08-20usb: r8a66597-udc buffer management updateMagnus Damm
2009-08-20usb: add clock support to r8a66597 gadget driverMagnus Damm
2009-08-20usb: gadget: R8A66597 peripheral controller support.Yoshihiro Shimoda