aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/pxa25x_udc.c
Commit message (Expand)AuthorAge
* usb: gadget: use dev_get_platdata()Jingoo Han2013-07-30
* usb: gadget: pxa25x_udc: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-15
* usb: gadget: pxa25x_udc: don't touch gadget.dev.driverFelipe Balbi2013-03-18
* usb: gadget: pxa25x_udc: remove unnecessary initializationsFelipe Balbi2013-03-18
* usb: gadget: drop now unnecessary flagFelipe Balbi2013-03-18
* usb: gadget: pxa25x_udc: let udc-core manage gadget->devFelipe Balbi2013-03-18
* usb: gadget: pxa25x: fix disconnect reportingFelipe Balbi2013-03-11
* usb: gadget: pxa25x: fix gadget->dev registrationFelipe Balbi2013-03-04
* Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-21
|\
| * usb: gadget: pxa25x_udc: convert to udc_start/udc_stopFelipe Balbi2013-01-24
* | usb: converto drivers/usb/* to use module_platform_driver_probe()Fabio Porcedda2013-01-17
|/
* ARM: move udc_pxa2xx.h to linux/platform_dataRussell King2012-11-16
* usb: gadget: remove global variable composite in composite.cSebastian Andrzej Siewior2012-09-10
* usb: gadget: remove duplicated include from pxa25x_udc.cWei Yongjun2012-08-31
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-31
|\
| * pxa25x_udc: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o2012-07-19
* | Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2012-07-05
|\ \ | |/ |/|
| * usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I2012-07-02
| * usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I2012-06-25
| * usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I2012-06-25
* | usb: gadget: pxa25x_udc: Remove unneeded conditionIdo Shayevitz2012-06-04
|/
* usb: gadget: Update pxa25x_udc to use usb_endpoint_descriptor inside the stru...Ido Shayevitz2012-05-04
* Remove all #inclusions of asm/system.hDavid Howells2012-03-28
* Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-03-01
|\
| * usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disableIdo Shayevitz2012-02-24
* | usb: otg: Convert all users to pass struct usb_otg for OTG functionsHeikki Krogerus2012-02-27
* | usb: Convert all users to new usb_phyHeikki Krogerus2012-02-27
|/
* usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz2011-12-12
* USB: irq: Remove IRQF_DISABLEDYong Zhang2011-09-18
* usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf2011-09-09
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-23
* usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior2011-06-28
* usb/pxa25x_udc: cleanup the LUBBOCK err pathSebastian Andrzej Siewior2011-06-06
* sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-20
* ARM: pxa25x_udc: stop handling gpio-vbus internallyDmitry Eremin-Solenikov2011-03-16
* usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König2010-10-22
* [ARM] pxa: move board board IRQ definitions out of irqs.hEric Miao2010-03-01
* USB: gadget: pxa25x: basic transceiver supportPhilipp Zabel2009-09-23
* USB: gadget: pxa25x compiler warning fixDavid Brownell2009-07-12
* USB: gadget: pxa25x uses gpio_is_validPhilipp Zabel2009-07-12
* [ARM] 5403/1: pxa25x_ep_fifo_flush() *ep->reg_udccs always set to 0Roel Kluin2009-02-19
* USB: gadget: pxa25x_udc vbus sense initializationDavid Brownell2009-01-07
* gadget: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-06
* Merge branch 'highmem' into develRussell King2008-11-28
|\
| * [ARM] 5335/1: pxa25x_udc: Fix is_vbus_present to return 1 or 0Jaya Kumar2008-11-23
* | [ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King2008-11-27
|/
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-07
* Rename WARN() to WARNING() to clear the namespaceArjan van de Ven2008-07-25
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-07-23
|\
| * PXA UDC - allow use of inverted GPIO for pullupIan Molton2008-07-10