summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/pxa25x_udc.c
Commit message (Expand)AuthorAgeFilesLines
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* Merge tag 'v3.13-rc4' into nextFelipe Balbi2013-12-191-0/+1
|\
| * usb: gadget: fix pxa25x compilation problemsLinus Walleij2013-11-251-0/+1
* | usb: gadget: add "maxpacket_limit" field to struct usb_epRobert Baldyga2013-12-171-0/+1
|/
* usb: gadget: pxa25x_udc: fix deferred probe from __initJohan Hovold2013-09-231-4/+5
* usb: gadget: use dev_get_platdata()Jingoo Han2013-07-301-1/+1
* usb: gadget: pxa25x_udc: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-151-1/+0
* usb: gadget: pxa25x_udc: don't touch gadget.dev.driverFelipe Balbi2013-03-181-2/+0
* usb: gadget: pxa25x_udc: remove unnecessary initializationsFelipe Balbi2013-03-181-3/+0
* usb: gadget: drop now unnecessary flagFelipe Balbi2013-03-181-1/+0
* usb: gadget: pxa25x_udc: let udc-core manage gadget->devFelipe Balbi2013-03-181-11/+1
* usb: gadget: pxa25x: fix disconnect reportingFelipe Balbi2013-03-111-0/+4
* usb: gadget: pxa25x: fix gadget->dev registrationFelipe Balbi2013-03-041-9/+11
* Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-211-48/+14
|\
| * usb: gadget: pxa25x_udc: convert to udc_start/udc_stopFelipe Balbi2013-01-241-48/+14
* | usb: converto drivers/usb/* to use module_platform_driver_probe()Fabio Porcedda2013-01-171-12/+3
|/
* ARM: move udc_pxa2xx.h to linux/platform_dataRussell King2012-11-161-3/+1
* usb: gadget: remove global variable composite in composite.cSebastian Andrzej Siewior2012-09-101-3/+3
* usb: gadget: remove duplicated include from pxa25x_udc.cWei Yongjun2012-08-311-1/+0
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-311-8/+4
|\
| * pxa25x_udc: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o2012-07-191-8/+4
* | Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2012-07-051-8/+9
|\ \ | |/ |/|
| * usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I2012-07-021-5/+6
| * usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I2012-06-251-1/+1
| * usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I2012-06-251-3/+3
* | usb: gadget: pxa25x_udc: Remove unneeded conditionIdo Shayevitz2012-06-041-1/+1
|/
* usb: gadget: Update pxa25x_udc to use usb_endpoint_descriptor inside the stru...Ido Shayevitz2012-05-041-14/+12
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-03-011-0/+2
|\
| * usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disableIdo Shayevitz2012-02-241-0/+2
* | usb: otg: Convert all users to pass struct usb_otg for OTG functionsHeikki Krogerus2012-02-271-2/+3
* | usb: Convert all users to new usb_phyHeikki Krogerus2012-02-271-4/+4
|/
* usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz2011-12-121-1/+1
* USB: irq: Remove IRQF_DISABLEDYong Zhang2011-09-181-3/+3
* 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-8/+6
* usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior2011-06-281-6/+13
* usb/pxa25x_udc: cleanup the LUBBOCK err pathSebastian Andrzej Siewior2011-06-061-3/+2
* sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-201-0/+1
* ARM: pxa25x_udc: stop handling gpio-vbus internallyDmitry Eremin-Solenikov2011-03-161-69/+7
* usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König2010-10-221-4/+5
* [ARM] pxa: move board board IRQ definitions out of irqs.hEric Miao2010-03-021-0/+4
* USB: gadget: pxa25x: basic transceiver supportPhilipp Zabel2009-09-231-4/+45
* USB: gadget: pxa25x compiler warning fixDavid Brownell2009-07-121-0/+2
* USB: gadget: pxa25x uses gpio_is_validPhilipp Zabel2009-07-121-11/+11
* [ARM] 5403/1: pxa25x_ep_fifo_flush() *ep->reg_udccs always set to 0Roel Kluin2009-02-191-2/+2
* USB: gadget: pxa25x_udc vbus sense initializationDavid Brownell2009-01-071-1/+1
* gadget: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-1/+1
* Merge branch 'highmem' into develRussell King2008-11-281-7/+7
|\
| * [ARM] 5335/1: pxa25x_udc: Fix is_vbus_present to return 1 or 0Jaya Kumar2008-11-231-7/+7
OpenPOWER on IntegriCloud