summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/pxa2xx_udc.c
Commit message (Expand)AuthorAgeFilesLines
* usb gadget: fix platform driver hotplug/coldplugKay Sievers2008-04-111-1/+1
* USB: pxa2xx_udc: fix misuse of clock enable/disable callsDmitry Baryshkov2008-03-041-38/+50
* USB: pxa2xx_udc: use debugfs not procfsDmitry Baryshkov2008-02-011-65/+52
* USB: gadget: pxa2xx_udc supports inverted vbusDmitry Baryshkov2008-02-011-2/+7
* USB: usb peripheral controller driver oops avoidancePatrik Sevallius2008-02-011-0/+1
* USB: gadget code switches to pr_err() and friendsDavid Brownell2008-02-011-7/+7
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-10-151-26/+42
|\
| * [ARM] pxa: update PXA UDC driver to use clk supportRussell King2007-10-121-26/+42
* | USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>David Brownell2007-10-121-1/+1
|/
* USB: px2xx_udc bugfix, missing check for gpio_pullupDavid Brownell2007-08-221-2/+2
* USB: more pxa2xx_udc dead code removalDavid Brownell2007-07-301-30/+0
* usb gadget stack: remove usb_ep_*_buffer(), part 2David Brownell2007-07-121-23/+0
* USB: pxa2xx_udc -- cleanups, mostly removing dma hooksDavid Brownell2007-07-121-364/+23
* USB: pxa2xx_udc: use generic gpio layerMilan Svoboda2007-07-121-14/+49
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-05-061-2/+2
|\
| * [ARM] 4304/1: removes the unnecessary bit number from CKENnn_XXXXEric Miao2007-04-211-2/+2
* | USB: pxa2xx_udc: fix hardcoded irq numberMilan Svoboda2007-04-271-1/+1
* | pxa2xx_udc: cleanups, use platform_get_irqDavid Brownell2007-04-271-53/+43
|/
* Revert "USB: pxa2xx_udc: fix hardcoded irq number"Linus Torvalds2007-03-101-1/+1
* USB: pxa2xx_udc: fix hardcoded irq numberMilan Svoboda2007-03-091-1/+1
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-02-191-9/+7
|\
| * [ARM] 4141/1: consolidate functions that handles gpio in pxa2xx_udcMilan Svoboda2007-02-081-9/+7
* | [PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner2007-02-141-1/+1
* | [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* | USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>David Brownell2007-02-071-1/+1
|/
* USB: gadget driver unbind() is optional; section fixes; miscDavid Brownell2006-12-201-3/+4
* USB: pxa2xx_udc recognizes ixp425 rev b0 chipDavid Brownell2006-12-011-0/+2
* [PATCH] fix PXA2xx UDC compilation errorNicolas Pitre2006-10-201-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-6/+5
* USB: pxa2xx_udc understands GPIO based VBUS sensingDavid Brownell2006-09-271-2/+68
* [PATCH] irq-flags: usb: Use the new IRQF_ constantsThomas Gleixner2006-07-021-3/+3
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] usb gadget: fixup pxa2xx_udc to include asm/arch/udc.h againMilan Svoboda2006-06-291-1/+1
* [PATCH] usb gadget: update pxa2xx_udc.c driver to fully support IXP4xx platformMilan Svoboda2006-06-211-1/+6
* [PATCH] usb gadget: fix compile errorsMilan Svoboda2006-06-211-0/+4
* [PATCH] usb gadget: allow drivers support speeds higher than full speedMilan Svoboda2006-06-211-1/+1
* [PATCH] USB: kzalloc() conversion in drivers/usb/gadgetEric Sesterhenn2006-03-201-2/+1
* Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds2005-11-111-20/+21
|\
| * [DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King2005-11-091-20/+21
* | [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering2005-11-091-1/+0
|/
* Create platform_device.h to contain all the platform device details.Russell King2005-10-291-1/+1
* [PATCH] USB: gadget drivers - add .owner initialisationBen Dooks2005-10-281-0/+1
* Merge ../bleed-2.6Greg KH2005-10-281-4/+4
|\
| * Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-10-281-1/+1
| |\
| | * [ARM] 3044/1: Fix sparse warnings about incompatible pointer types for regist...Ian Campbell2005-10-281-1/+1
| * | [PATCH] gfp_t: drivers/usbAl Viro2005-10-281-3/+3
| |/
* / [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King2005-10-281-9/+8
|/
* [PATCH] USB: fix pxa2xx_udc compile warningsRichard Purdie2005-09-221-2/+2
* [PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas2005-07-121-3/+3
* [PATCH] USB: pxa2xx_udc updatesDavid Brownell2005-06-271-16/+27