aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/r8a66597-udc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-09usb: gadget: r8a66597-udc: add pullup functionYoshihiro Shimoda1-0/+16
2011-07-08usb: gadget: r8a66597-udc: add support for TEST_MODEYoshihiro Shimoda1-1/+22
2011-07-08usb: gadget: r8a66597-udc: Make BUSWAIT configurable through platform dataYoshihiro Shimoda1-1/+5
2011-07-08usb: gadget: r8a66597-udc: fix cannot connect after rmmod gadget driverYoshihiro Shimoda1-7/+3
2011-07-08usb: update email address in r8a66597-udc and m66592-udcYoshihiro Shimoda1-1/+1
2011-07-01usb: gadget: add platform module alias where it is missingSebastian Andrzej Siewior1-0/+1
2011-06-28usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior1-4/+11
2011-04-13usb: r8a66597-udc: fix spinlock usageYoshihiro Shimoda1-0/+2
2011-02-03usb: r8a66597-udc: Fixed bufnum of BulkYusuke Goda1-1/+1
2010-10-22usb: r8a66597-udc: Add processing when USB was removed.Yusuke Goda1-0/+3
2010-10-22USB: gadget: Remove pr_<level> uses of KERN_<level>Joe Perches1-1/+1
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König1-4/+5
2010-08-23USB: r8a66597-udc: return -ENOMEM if kzalloc() failsAxel Lin1-0/+1
2010-06-02usb: gadget: r8a66597-udc pio to mmio accessor conversion.Paul Mundt1-2/+2
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-26USB gadget r8a66597-udc.c: duplicated includeAndrea Gelmini1-1/+0
2010-03-19usb/gadget: fix compile error on r8a66597-udc.cGrant Likely1-0/+1
2010-02-16USB: r8a66597-udc: Prototype IS_ERR() and PTR_ERR()Mark Brown1-0/+1
2009-08-21usb: r8a66597-udc: implement the set_wedge methodYoshihiro Shimoda1-2/+26
2009-08-20usb: r8a66597-udc disable interrupts on shutdown fixMagnus Damm1-0/+9
2009-08-20usb: r8a66597-udc buffer management updateMagnus Damm1-21/+11
2009-08-20usb: add clock support to r8a66597 gadget driverMagnus Damm1-3/+34
2009-08-20usb: gadget: R8A66597 peripheral controller support.Yoshihiro Shimoda1-0/+1635