| Commit message (Expand) | Author | Age | Files | Lines |
* | USB: pxa2xx_udc: use debugfs not procfs | Dmitry Baryshkov | 2008-02-01 | 1 | -65/+52 |
* | USB: gadget: pxa2xx_udc supports inverted vbus | Dmitry Baryshkov | 2008-02-01 | 1 | -2/+7 |
* | USB: usb peripheral controller driver oops avoidance | Patrik Sevallius | 2008-02-01 | 1 | -0/+1 |
* | USB: gadget code switches to pr_err() and friends | David Brownell | 2008-02-01 | 1 | -7/+7 |
* | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2007-10-15 | 1 | -26/+42 |
|\ |
|
| * | [ARM] pxa: update PXA UDC driver to use clk support | Russell King | 2007-10-12 | 1 | -26/+42 |
* | | USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h> | David Brownell | 2007-10-12 | 1 | -1/+1 |
|/ |
|
* | USB: px2xx_udc bugfix, missing check for gpio_pullup | David Brownell | 2007-08-22 | 1 | -2/+2 |
* | USB: more pxa2xx_udc dead code removal | David Brownell | 2007-07-30 | 1 | -30/+0 |
* | usb gadget stack: remove usb_ep_*_buffer(), part 2 | David Brownell | 2007-07-12 | 1 | -23/+0 |
* | USB: pxa2xx_udc -- cleanups, mostly removing dma hooks | David Brownell | 2007-07-12 | 1 | -364/+23 |
* | USB: pxa2xx_udc: use generic gpio layer | Milan Svoboda | 2007-07-12 | 1 | -14/+49 |
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2007-05-06 | 1 | -2/+2 |
|\ |
|
| * | [ARM] 4304/1: removes the unnecessary bit number from CKENnn_XXXX | Eric Miao | 2007-04-21 | 1 | -2/+2 |
* | | USB: pxa2xx_udc: fix hardcoded irq number | Milan Svoboda | 2007-04-27 | 1 | -1/+1 |
* | | pxa2xx_udc: cleanups, use platform_get_irq | David Brownell | 2007-04-27 | 1 | -53/+43 |
|/ |
|
* | Revert "USB: pxa2xx_udc: fix hardcoded irq number" | Linus Torvalds | 2007-03-10 | 1 | -1/+1 |
* | USB: pxa2xx_udc: fix hardcoded irq number | Milan Svoboda | 2007-03-09 | 1 | -1/+1 |
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2007-02-19 | 1 | -9/+7 |
|\ |
|
| * | [ARM] 4141/1: consolidate functions that handles gpio in pxa2xx_udc | Milan Svoboda | 2007-02-08 | 1 | -9/+7 |
* | | [PATCH] Scheduled removal of SA_xxx interrupt flags fixups | Thomas Gleixner | 2007-02-14 | 1 | -1/+1 |
* | | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 2007-02-14 | 1 | -1/+0 |
* | | USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h> | David Brownell | 2007-02-07 | 1 | -1/+1 |
|/ |
|
* | USB: gadget driver unbind() is optional; section fixes; misc | David Brownell | 2006-12-20 | 1 | -3/+4 |
* | USB: pxa2xx_udc recognizes ixp425 rev b0 chip | David Brownell | 2006-12-01 | 1 | -0/+2 |
* | [PATCH] fix PXA2xx UDC compilation error | Nicolas Pitre | 2006-10-20 | 1 | -1/+1 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -6/+5 |
* | USB: pxa2xx_udc understands GPIO based VBUS sensing | David Brownell | 2006-09-27 | 1 | -2/+68 |
* | [PATCH] irq-flags: usb: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 1 | -3/+3 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] usb gadget: fixup pxa2xx_udc to include asm/arch/udc.h again | Milan Svoboda | 2006-06-29 | 1 | -1/+1 |
* | [PATCH] usb gadget: update pxa2xx_udc.c driver to fully support IXP4xx platform | Milan Svoboda | 2006-06-21 | 1 | -1/+6 |
* | [PATCH] usb gadget: fix compile errors | Milan Svoboda | 2006-06-21 | 1 | -0/+4 |
* | [PATCH] usb gadget: allow drivers support speeds higher than full speed | Milan Svoboda | 2006-06-21 | 1 | -1/+1 |
* | [PATCH] USB: kzalloc() conversion in drivers/usb/gadget | Eric Sesterhenn | 2006-03-20 | 1 | -2/+1 |
* | Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel | Linus Torvalds | 2005-11-11 | 1 | -20/+21 |
|\ |
|
| * | [DRIVER MODEL] Convert platform drivers to use struct platform_driver | Russell King | 2005-11-09 | 1 | -20/+21 |
* | | [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason | Olaf Hering | 2005-11-09 | 1 | -1/+0 |
|/ |
|
* | Create platform_device.h to contain all the platform device details. | Russell King | 2005-10-29 | 1 | -1/+1 |
* | [PATCH] USB: gadget drivers - add .owner initialisation | Ben Dooks | 2005-10-28 | 1 | -0/+1 |
* | Merge ../bleed-2.6 | Greg KH | 2005-10-28 | 1 | -4/+4 |
|\ |
|
| * | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2005-10-28 | 1 | -1/+1 |
| |\ |
|
| | * | [ARM] 3044/1: Fix sparse warnings about incompatible pointer types for regist... | Ian Campbell | 2005-10-28 | 1 | -1/+1 |
| * | | [PATCH] gfp_t: drivers/usb | Al Viro | 2005-10-28 | 1 | -3/+3 |
| |/ |
|
* | | [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks | Russell King | 2005-10-28 | 1 | -9/+8 |
|/ |
|
* | [PATCH] USB: fix pxa2xx_udc compile warnings | Richard Purdie | 2005-09-22 | 1 | -2/+2 |
* | [PATCH] USB: Fix kmalloc's flags type in USB | Olav Kongas | 2005-07-12 | 1 | -3/+3 |
* | [PATCH] USB: pxa2xx_udc updates | David Brownell | 2005-06-27 | 1 | -16/+27 |
* | [PATCH] Driver Core: drivers/s390/net/qeth_sys.c - drivers/usb/gadget/pxa2xx_... | Yani Ioannou | 2005-06-20 | 1 | -1/+1 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+2648 |