| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | usb: gadget: convert all users to the new udc infrastructure | Sebastian Andrzej Siewior | 2011-06-28 | 1 | -5/+15 |
* | usb: gadget: include <linux/prefetch.h> to fix compiling error | Bryan Wu | 2011-06-06 | 1 | -0/+1 |
* | usb/gadget: at91sam9g20 fix end point max packet size | Jean-Christophe PLAGNIOL-VILLARD | 2011-05-13 | 1 | -1/+1 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | usb: gadget: at91_udc: Fix error path | Rahul Ruikar | 2011-02-17 | 1 | -1/+3 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-10-24 | 1 | -1/+0 |
|\ |
|
| * | drivers/usb: Remove unnecessary return's from void functions | Joe Perches | 2010-08-10 | 1 | -1/+0 |
* | | usb gadget: don't save bind callback in struct usb_gadget_driver | Uwe Kleine-König | 2010-10-22 | 1 | -5/+6 |
|/ |
|
* | ARM: 6209/3: at91_udc: Add vbus polarity and polling mode | Ryan Mallon | 2010-07-18 | 1 | -13/+53 |
* | ARM: 5967/1: at91_udc.c use spinlocks instead of local_irq_xxx | Harro Haan | 2010-06-16 | 1 | -46/+93 |
* | Merge branch 'devel-stable' into devel | Russell King | 2010-05-17 | 1 | -0/+9 |
|\ |
|
| * | ARM: 5965/1: Fix soft lockup in at91 udc driver | Harro Haan | 2010-03-29 | 1 | -0/+9 |
* | | ARM: 5966/1: at91_udc HW glitch | Harro Haan | 2010-05-05 | 1 | -0/+7 |
|/ |
|
* | USB: at91_udc.c: use resource_size() | H Hartley Sweeten | 2010-03-02 | 1 | -6/+4 |
* | USB: modifications for at91sam9g10 | Hong Xu | 2009-12-11 | 1 | -3/+3 |
* | USB: gadget: double free_irq() in at91udc_probe() | Roel Kluin | 2009-09-23 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2009-06-16 | 1 | -2/+2 |
|\ |
|
| * | USB: at91_udc: use helper functions to determine endpoint type and direction | Matthias Kaehlcke | 2009-06-15 | 1 | -2/+2 |
* | | usb: gadget: at91_udc: remove driver_data direct access of struct device | Greg Kroah-Hartman | 2009-06-15 | 1 | -3/+3 |
|/ |
|
* | gadget: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 1 | -1/+1 |
* | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach | Russell King | 2008-08-07 | 1 | -4/+4 |
* | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead | Russell King | 2008-08-07 | 1 | -1/+1 |
* | [ARM] Eliminate useless includes of asm/mach-types.h | Russell King | 2008-08-07 | 1 | -1/+0 |
* | USB: at91_udc: updated fifo sizes | David Brownell | 2008-07-21 | 1 | -0/+13 |
* | [ARM] 5130/4: Support for the at91sam9g20 | sedji gaouaou | 2008-07-10 | 1 | -2/+2 |
* | usb: use non-racy method for proc entries creation | Denis V. Lunev | 2008-04-29 | 1 | -9/+2 |
* | USB: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-24 | 1 | -2/+2 |
* | USB: at91_udc can prefetch data | David Brownell | 2008-04-24 | 1 | -1/+4 |
* | usb gadget: fix platform driver hotplug/coldplug | Kay Sievers | 2008-04-11 | 1 | -0/+1 |
* | USB: at91_udc uses generic GPIO calls; minor cleanup | David Brownell | 2008-02-01 | 1 | -19/+60 |
* | USB: gadget: at91_udc minor fix (there is no number six) | David Brownell | 2008-02-01 | 1 | -3/+3 |
* | USB: usb peripheral controller driver oops avoidance | Patrik Sevallius | 2008-02-01 | 1 | -0/+2 |
* | USB: at91_udc: correct hanging while disconnecting usb cable | Nicolas Ferre | 2007-12-17 | 1 | -0/+2 |
* | USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h> | David Brownell | 2007-10-12 | 1 | -1/+1 |
* | usb gadget stack: remove usb_ep_*_buffer(), part 2 | David Brownell | 2007-07-12 | 1 | -21/+0 |
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 1 | -1/+0 |
* | USB: at91_udc, fix more modpost bogosity (rename driver struct) | David Brownell | 2007-03-09 | 1 | -3/+3 |
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2007-02-19 | 1 | -2/+2 |
|\ |
|
| * | [ARM] 4145/2: AT91: Add support for AT91SAM9263 processor | Andrew Victor | 2007-02-08 | 1 | -2/+2 |
* | | USB: at91_udc, shrink runtime footprint | David Brownell | 2007-02-16 | 1 | -8/+7 |
* | | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 2007-02-14 | 1 | -1/+0 |
* | | USB: at91_udc wakeup event updates | David Brownell | 2007-02-07 | 1 | -8/+11 |
* | | USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h> | David Brownell | 2007-02-07 | 1 | -1/+1 |
|/ |
|
* | USB: at91_udc: Additional checks | Wojtek Kaniewski | 2006-12-20 | 1 | -2/+8 |
* | USB: at91_udc: Cleanup variables after failure in usb_gadget_register_driver() | Wojtek Kaniewski | 2006-12-20 | 1 | -0/+4 |
* | USB: at91_udc: allow drivers that support high speed | Wojtek Kaniewski | 2006-12-20 | 1 | -1/+1 |
* | USB: at91_udc, misc fixes | Andrew Victor | 2006-12-20 | 1 | -3/+39 |
* | USB: at91 udc, support at91sam926x addresses | Andrew Victor | 2006-12-20 | 1 | -86/+83 |
* | USB: gadget driver unbind() is optional; section fixes; misc | David Brownell | 2006-12-20 | 1 | -5/+4 |
* | [PATCH] Fix numerous kcalloc() calls, convert to kzalloc() | Robert P. J. Day | 2006-12-13 | 1 | -1/+1 |