aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/m66592-udc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-21Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-52/+20
2013-01-24usb: gadget: constify all struct usb_gadget_opsFelipe Balbi1-1/+1
2013-01-24usb: gadget: m66592-udc: convert to udc_start/udc_stopFelipe Balbi1-51/+19
2013-01-17usb: converto drivers/usb/* to use module_platform_driver_probe()Fabio Porcedda1-11/+1
2012-09-10usb: gadget: remove global variable composite in composite.cSebastian Andrzej Siewior1-2/+2
2012-07-30gadget/m66592: remove conditional compilation of clk codeViresh Kumar1-8/+1
2012-05-04usb: gadget: Update m66592-udc to use usb_endpoint_descriptor inside the struct usb_epIdo Shayevitz1-5/+5
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-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: m66592-udc: add pullup functionYoshihiro Shimoda1-0/+16
2011-07-09usb: gadget: m66592-udc: add function for external controllerYoshihiro Shimoda1-2/+2
2011-07-08usb: gadget: m66592-udc: add support for TEST_MODEYoshihiro Shimoda1-1/+22
2011-07-08usb: update email address in r8a66597-udc and m66592-udcYoshihiro Shimoda1-1/+1
2011-06-28usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior1-4/+13
2011-02-25usb: m66592-udc: Fixed bufnum of BulkYusuke Goda1-1/+1
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König1-4/+5
2010-08-23USB: gadget: Return -ENOMEM on memory allocation failureJulia Lawall1-0/+1
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
2009-08-24usb: gadget: m66592-udc needs linux/err.h.Paul Mundt1-1/+1
2009-07-23usb: m66592-udc platform data on_chip supportMagnus Damm1-105/+147
2009-07-05usb: m66592-udc buffer management updateMagnus Damm1-22/+12
2009-01-07USB: m66592 and r8a66597 resource changesMagnus Damm1-6/+3
2008-12-22usb: Fix up sh_mobile usbf clock framework warnings.Paul Mundt1-1/+1
2008-12-22sh: sh_mobile usbf clock framework supportMagnus Damm1-9/+25
2008-07-30USB: m66592-udc: Fix up dev_set_name() badness.Paul Mundt1-1/+1
2008-07-21USB: usb dev_set_name() instead of dev->bus_idKay Sievers1-1/+1
2008-04-11usb gadget: fix platform driver hotplug/coldplugKay Sievers1-0/+2
2008-02-01USB: usb peripheral controller driver oops avoidancePatrik Sevallius1-0/+1
2008-02-01USB: gadget code switches to pr_err() and friendsDavid Brownell1-24/+24
2008-02-01USB: Add missing "space" to printk messagesJoe Perches1-1/+1
2008-02-01USB: m66592-udc: Add support for SH7722 USBFYoshihiro Shimoda1-1/+54
2007-10-12USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>David Brownell1-1/+1
2007-07-30USB: "sparse" cleanups for usb gadgetsDavid Brownell1-1/+1
2007-07-19USB: m66592-udc: fixes some problemsYoshihiro Shimoda1-128/+127
2007-07-15minimal fixes for drivers/usb/gadget/m66592-udc.cAl Viro1-23/+4
2007-07-12USB: m66592-udc: fix use old interrupt flagsYoshihiro Shimoda1-2/+2
2007-07-12USB: m66592-udc: peripheral controller driver for M66592Yoshihiro Shimoda1-0/+1653