aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/pxa25x_udc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-11usb: gadget: pxa25x: fix disconnect reportingFelipe Balbi1-0/+4
2013-03-04usb: gadget: pxa25x: fix gadget->dev registrationFelipe Balbi1-9/+11
2013-02-21Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-48/+14
2013-01-24usb: gadget: pxa25x_udc: convert to udc_start/udc_stopFelipe Balbi1-48/+14
2013-01-17usb: converto drivers/usb/* to use module_platform_driver_probe()Fabio Porcedda1-12/+3
2012-11-16ARM: move udc_pxa2xx.h to linux/platform_dataRussell King1-3/+1
2012-09-10usb: gadget: remove global variable composite in composite.cSebastian Andrzej Siewior1-3/+3
2012-08-31usb: gadget: remove duplicated include from pxa25x_udc.cWei Yongjun1-1/+0
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-8/+4
2012-07-19pxa25x_udc: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o1-8/+4
2012-07-05Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-8/+9
2012-07-02usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I1-5/+6
2012-06-25usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I1-1/+1
2012-06-25usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I1-3/+3
2012-06-04usb: gadget: pxa25x_udc: Remove unneeded conditionIdo Shayevitz1-1/+1
2012-05-04usb: gadget: Update pxa25x_udc to use usb_endpoint_descriptor inside the struct usb_epIdo Shayevitz1-14/+12
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-01Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-0/+2
2012-02-27usb: otg: Convert all users to pass struct usb_otg for OTG functionsHeikki Krogerus1-2/+3
2012-02-27usb: Convert all users to new usb_phyHeikki Krogerus1-4/+4
2012-02-24usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disableIdo Shayevitz1-0/+2
2011-12-12usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz1-1/+1
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-3/+3
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-8/+6
2011-06-28usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior1-6/+13
2011-06-06usb/pxa25x_udc: cleanup the LUBBOCK err pathSebastian Andrzej Siewior1-3/+2
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds1-0/+1
2011-03-16ARM: pxa25x_udc: stop handling gpio-vbus internallyDmitry Eremin-Solenikov1-69/+7
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König1-4/+5
2010-03-02[ARM] pxa: move board board IRQ definitions out of irqs.hEric Miao1-0/+4
2009-09-23USB: gadget: pxa25x: basic transceiver supportPhilipp Zabel1-4/+45
2009-07-12USB: gadget: pxa25x compiler warning fixDavid Brownell1-0/+2
2009-07-12USB: gadget: pxa25x uses gpio_is_validPhilipp Zabel1-11/+11
2009-02-19[ARM] 5403/1: pxa25x_ep_fifo_flush() *ep->reg_udccs always set to 0Roel Kluin1-2/+2
2009-01-07USB: gadget: pxa25x_udc vbus sense initializationDavid Brownell1-1/+1
2009-01-06gadget: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-11-28Merge branch 'highmem' into develRussell King1-7/+7
2008-11-27[ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King1-1/+1
2008-11-23[ARM] 5335/1: pxa25x_udc: Fix is_vbus_present to return 1 or 0Jaya Kumar1-7/+7
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-1/+1
2008-07-25Rename WARN() to WARNING() to clear the namespaceArjan van de Ven1-3/+3
2008-07-23Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-2/+4
2008-07-21USB: usb dev_name() instead of dev->bus_idKay Sievers1-1/+1
2008-07-10PXA UDC - allow use of inverted GPIO for pullupIan Molton1-2/+4
2008-07-09[ARM] 5120/1: pxa: correct platform driver names for PXA25x and PXA27x UDC driversPhilipp Zabel1-0/+2388