aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/r8a66597-udc.c
Commit message (Expand)AuthorAgeFilesLines
* usb: udc: Fix gadget driver's speed check in various UDC driversMichal Nazarewicz2011-11-291-1/+1
* usb: gadget: r8a66597-udc: fix flush fifo handlingYoshihiro Shimoda2011-11-141-0/+2
* usb: gadget: r8a66597-udc: fix for udc-newstyleYoshihiro Shimoda2011-11-141-19/+9
* usb: gadget: r8a66597: convert to new styleFelipe Balbi2011-10-131-29/+8
* usb: gadget: r8a66597-udc: add support for SUDMACYoshihiro Shimoda2011-10-131-19/+345
* usb: gadget: r8a66597-udc: use dev_*() instead of printk()Yoshihiro Shimoda2011-10-131-40/+59
* usb: gadget: r8a66597-udc: change prototype of r8a66597_write_fifoYoshihiro Shimoda2011-10-131-2/+2
* USB: irq: Remove IRQF_DISABLEDYong Zhang2011-09-181-1/+1
* usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf2011-09-091-10/+0
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-2/+2
* usb: gadget: r8a66597-udc: add pullup functionYoshihiro Shimoda2011-07-091-0/+16
* usb: gadget: r8a66597-udc: add support for TEST_MODEYoshihiro Shimoda2011-07-081-1/+22
* usb: gadget: r8a66597-udc: Make BUSWAIT configurable through platform dataYoshihiro Shimoda2011-07-081-1/+5
* usb: gadget: r8a66597-udc: fix cannot connect after rmmod gadget driverYoshihiro Shimoda2011-07-081-7/+3
* usb: update email address in r8a66597-udc and m66592-udcYoshihiro Shimoda2011-07-081-1/+1
* usb: gadget: add platform module alias where it is missingSebastian Andrzej Siewior2011-07-011-0/+1
* usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior2011-06-281-4/+11
* usb: r8a66597-udc: fix spinlock usageYoshihiro Shimoda2011-04-131-0/+2
* usb: r8a66597-udc: Fixed bufnum of BulkYusuke Goda2011-02-031-1/+1
* usb: r8a66597-udc: Add processing when USB was removed.Yusuke Goda2010-10-221-0/+3
* USB: gadget: Remove pr_<level> uses of KERN_<level>Joe Perches2010-10-221-1/+1
* usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König2010-10-221-4/+5
* USB: r8a66597-udc: return -ENOMEM if kzalloc() failsAxel Lin2010-08-231-0/+1
* usb: gadget: r8a66597-udc pio to mmio accessor conversion.Paul Mundt2010-06-021-2/+2
* Merge branch 'master' into export-slabhTejun Heo2010-04-051-1/+0
|\
| * USB gadget r8a66597-udc.c: duplicated includeAndrea Gelmini2010-03-261-1/+0
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* usb/gadget: fix compile error on r8a66597-udc.cGrant Likely2010-03-191-0/+1
* USB: r8a66597-udc: Prototype IS_ERR() and PTR_ERR()Mark Brown2010-02-161-0/+1
* usb: r8a66597-udc: implement the set_wedge methodYoshihiro Shimoda2009-08-211-2/+26
* usb: r8a66597-udc disable interrupts on shutdown fixMagnus Damm2009-08-201-0/+9
* usb: r8a66597-udc buffer management updateMagnus Damm2009-08-201-21/+11
* usb: add clock support to r8a66597 gadget driverMagnus Damm2009-08-201-3/+34
* usb: gadget: R8A66597 peripheral controller support.Yoshihiro Shimoda2009-08-201-0/+1635