aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/pxa2xx_udc.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-09[ARM] 5120/1: pxa: correct platform driver names for PXA25x and PXA27x UDC dr...Philipp Zabel1-2389/+0
2008-05-19[ARM] pxa: separate PXA25x and PXA27x UDC register definitionsRussell King1-2/+8
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-13/+13
2008-04-11usb gadget: fix platform driver hotplug/coldplugKay Sievers1-1/+1
2008-03-04USB: pxa2xx_udc: fix misuse of clock enable/disable callsDmitry Baryshkov1-38/+50
2008-02-01USB: pxa2xx_udc: use debugfs not procfsDmitry Baryshkov1-65/+52
2008-02-01USB: gadget: pxa2xx_udc supports inverted vbusDmitry Baryshkov1-2/+7
2008-02-01USB: usb peripheral controller driver oops avoidancePatrik Sevallius1-0/+1
2008-02-01USB: gadget code switches to pr_err() and friendsDavid Brownell1-7/+7
2007-10-15Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-26/+42
2007-10-12USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>David Brownell1-1/+1
2007-10-12[ARM] pxa: update PXA UDC driver to use clk supportRussell King1-26/+42
2007-08-22USB: px2xx_udc bugfix, missing check for gpio_pullupDavid Brownell1-2/+2
2007-07-30USB: more pxa2xx_udc dead code removalDavid Brownell1-30/+0
2007-07-12usb gadget stack: remove usb_ep_*_buffer(), part 2David Brownell1-23/+0
2007-07-12USB: pxa2xx_udc -- cleanups, mostly removing dma hooksDavid Brownell1-364/+23
2007-07-12USB: pxa2xx_udc: use generic gpio layerMilan Svoboda1-14/+49
2007-05-06Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-2/+2
2007-04-27USB: pxa2xx_udc: fix hardcoded irq numberMilan Svoboda1-1/+1
2007-04-27pxa2xx_udc: cleanups, use platform_get_irqDavid Brownell1-53/+43
2007-04-21[ARM] 4304/1: removes the unnecessary bit number from CKENnn_XXXXEric Miao1-2/+2
2007-03-10Revert "USB: pxa2xx_udc: fix hardcoded irq number"Linus Torvalds1-1/+1
2007-03-09USB: pxa2xx_udc: fix hardcoded irq numberMilan Svoboda1-1/+1
2007-02-19Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-9/+7
2007-02-14[PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-08[ARM] 4141/1: consolidate functions that handles gpio in pxa2xx_udcMilan Svoboda1-9/+7
2007-02-07USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>David Brownell1-1/+1
2006-12-20USB: gadget driver unbind() is optional; section fixes; miscDavid Brownell1-3/+4
2006-12-01USB: pxa2xx_udc recognizes ixp425 rev b0 chipDavid Brownell1-0/+2
2006-10-20[PATCH] fix PXA2xx UDC compilation errorNicolas Pitre1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-6/+5
2006-09-27USB: pxa2xx_udc understands GPIO based VBUS sensingDavid Brownell1-2/+68
2006-07-02[PATCH] irq-flags: usb: Use the new IRQF_ constantsThomas Gleixner1-3/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29[PATCH] usb gadget: fixup pxa2xx_udc to include asm/arch/udc.h againMilan Svoboda1-1/+1
2006-06-21[PATCH] usb gadget: update pxa2xx_udc.c driver to fully support IXP4xx platformMilan Svoboda1-1/+6
2006-06-21[PATCH] usb gadget: fix compile errorsMilan Svoboda1-0/+4
2006-06-21[PATCH] usb gadget: allow drivers support speeds higher than full speedMilan Svoboda1-1/+1
2006-03-20[PATCH] USB: kzalloc() conversion in drivers/usb/gadgetEric Sesterhenn1-2/+1
2005-11-11Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds1-20/+21
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King1-20/+21
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering1-1/+0
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-1/+1
2005-10-28[PATCH] USB: gadget drivers - add .owner initialisationBen Dooks1-0/+1
2005-10-28Merge ../bleed-2.6Greg KH1-4/+4
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King1-9/+8
2005-10-28Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro1-3/+3
2005-10-28[ARM] 3044/1: Fix sparse warnings about incompatible pointer types for regist...Ian Campbell1-1/+1
2005-09-22[PATCH] USB: fix pxa2xx_udc compile warningsRichard Purdie1-2/+2
2005-07-12[PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas1-3/+3
2005-06-27[PATCH] USB: pxa2xx_udc updatesDavid Brownell1-16/+27
2005-06-20[PATCH] Driver Core: drivers/s390/net/qeth_sys.c - drivers/usb/gadget/pxa2xx_...Yani Ioannou1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+2648