aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/r8a66597-udc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-30usb: gadget: use dev_get_platdata()Jingoo Han1-1/+1
2013-06-10usb: gadget: r8a66597-udc: do not unlock unheld spinlock in r8a66597_sudmac_irq()Alexey Khoroshilov1-2/+2
2013-05-28usb: gadget: use platform_{get,set}_drvdata()Jingoo Han1-2/+2
2013-05-15usb: gadget: r8a66597-udc: fix error return code in r8a66597_probe()Wei Yongjun1-1/+3
2013-03-18usb: gadget: r8a66597-udc: don't assign gadget.dev.release directlyFelipe Balbi1-1/+0
2013-03-18usb: gadget: r8a66597-udc: remove unnecessary initializationsFelipe Balbi1-2/+0
2013-03-18usb: gadget: drop now unnecessary flagFelipe Balbi1-1/+0
2013-03-18usb: gadget: r8a66597-udc: let udc-core manage gadget->devFelipe Balbi1-10/+2
2013-02-21Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+1
2013-01-24usb: gadget: constify all struct usb_gadget_opsFelipe Balbi1-1/+1
2013-01-17usb: converto drivers/usb/* to use module_platform_driver_probe()Fabio Porcedda1-13/+2
2012-07-30gadget/r8a66597: remove conditional compilation of clk codeViresh Kumar1-8/+3
2012-05-04usb: gadget: r8a66597-udc: add support for set_selfpoweredShimoda, Yoshihiro1-1/+14
2012-05-04usb: gadget: Update r8a66597-udc to use usb_endpoint_descriptor inside the struct usb_epIdo Shayevitz1-7/+7
2012-02-28usb: gadget: r8a66597: use generic map/unmap routinesFelipe Balbi1-8/+2
2011-12-12usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz1-1/+1
2011-12-12usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz1-1/+1
2011-11-29usb: udc: Fix gadget driver's speed check in various UDC driversMichal Nazarewicz1-1/+1
2011-11-14usb: gadget: r8a66597-udc: fix flush fifo handlingYoshihiro Shimoda1-0/+2
2011-11-14usb: gadget: r8a66597-udc: fix for udc-newstyleYoshihiro Shimoda1-19/+9
2011-10-13usb: gadget: r8a66597: convert to new styleFelipe Balbi1-29/+8
2011-10-13usb: gadget: r8a66597-udc: add support for SUDMACYoshihiro Shimoda1-19/+345
2011-10-13usb: gadget: r8a66597-udc: use dev_*() instead of printk()Yoshihiro Shimoda1-40/+59
2011-10-13usb: gadget: r8a66597-udc: change prototype of r8a66597_write_fifoYoshihiro Shimoda1-2/+2
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-09-09usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf1-10/+0
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-2/+2
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