Remove all #inclusions of asm/system.h
[linux-flexiantxendom0-3.2.10.git] / drivers / usb / gadget / at91_udc.c
2012-03-28 David HowellsRemove all #inclusions of asm/system.h
2012-02-24 Ido Shayevitzusb: gadget: Clear usb_endpoint_descriptor inside the...
2012-02-23 Danny Kukawkausb: at91_udc: linux/prefetch.h included twice
2012-01-09 Linus TorvaldsMerge tag 'cleanup' of git://git./linux/kernel/git...
2011-12-12 Michal Nazarewiczusb: gadget: rename usb_gadget_driver::speed to max_speed
2011-11-29 Jean-Christophe... ARM: at91/udc: use gpio_is_valid to check the gpio
2011-10-13 Robert Schwebelusb: gadget: at91_udc: change french comments to english
2011-09-18 Yong ZhangUSB: irq: Remove IRQF_DISABLED
2011-09-09 Klaus Schwarzkopfusb gadget: clean up FSF boilerplate text
2011-08-23 Kuninori MorimotoUSB: use usb_endpoint_maxp() instead of le16_to_cpu()
2011-08-08 Jean-Christophe... USB: at91_udc: include linux/prefetch.h explicitly
2011-06-28 Sebastian Andrzej... usb: gadget: convert all users to the new udc infrastru...
2011-06-06 Bryan Wuusb: gadget: include <linux/prefetch.h> to fix compilin...
2011-05-13 Jean-Christophe... usb/gadget: at91sam9g20 fix end point max packet size
2011-03-31 Lucas De MarchiFix common misspellings
2011-02-17 Rahul Ruikarusb: gadget: at91_udc: Fix error path
2010-10-24 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2010-10-22 Uwe Kleine-Königusb gadget: don't save bind callback in struct usb_gadg...
2010-08-10 Joe Perchesdrivers/usb: Remove unnecessary return's from void...
2010-07-18 Ryan MallonARM: 6209/3: at91_udc: Add vbus polarity and polling...
2010-06-16 Harro HaanARM: 5967/1: at91_udc.c use spinlocks instead of local_...
2010-05-17 Russell KingMerge branch 'devel-stable' into devel
2010-05-05 Harro HaanARM: 5966/1: at91_udc HW glitch
2010-03-29 Harro HaanARM: 5965/1: Fix soft lockup in at91 udc driver
2010-03-02 H Hartley SweetenUSB: at91_udc.c: use resource_size()
2009-12-11 Hong XuUSB: modifications for at91sam9g10
2009-09-23 Roel KluinUSB: gadget: double free_irq() in at91udc_probe()
2009-06-16 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/usb-2.6
2009-06-16 Matthias KaehlckeUSB: at91_udc: use helper functions to determine endpoi...
2009-06-16 Greg Kroah-Hartmanusb: gadget: at91_udc: remove driver_data direct access...
2009-01-06 Kay Sieversgadget: struct device - replace bus_id with dev_name...
2008-08-07 Russell King[ARM] Move include/asm-arm/arch-* to arch/arm/*/include...
2008-08-07 Russell King[ARM] Remove asm/hardware.h, use asm/arch/hardware...
2008-08-07 Russell King[ARM] Eliminate useless includes of asm/mach-types.h
2008-07-21 David BrownellUSB: at91_udc: updated fifo sizes
2008-07-10 sedji gaouaou[ARM] 5130/4: Support for the at91sam9g20
2008-04-29 Denis V. Lunevusb: use non-racy method for proc entries creation
2008-04-25 Harvey HarrisonUSB: replace remaining __FUNCTION__ occurrences
2008-04-25 David BrownellUSB: at91_udc can prefetch data
2008-04-11 Kay Sieversusb gadget: fix platform driver hotplug/coldplug
2008-02-01 David BrownellUSB: at91_udc uses generic GPIO calls; minor cleanup
2008-02-01 David BrownellUSB: gadget: at91_udc minor fix (there is no number...
2008-02-01 Patrik SevalliusUSB: usb peripheral controller driver oops avoidance
2007-12-17 Nicolas FerreUSB: at91_udc: correct hanging while disconnecting...
2007-10-12 David BrownellUSB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>
2007-07-12 David Brownellusb gadget stack: remove usb_ep_*_buffer(), part 2
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-03-10 David BrownellUSB: at91_udc, fix more modpost bogosity (rename driver...
2007-02-19 Linus TorvaldsMerge branch 'for-linus' of /home/rmk/linux-2.6-arm
2007-02-16 David BrownellUSB: at91_udc, shrink runtime footprint
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-08 Andrew Victor[ARM] 4145/2: AT91: Add support for AT91SAM9263 processor
2007-02-07 David BrownellUSB: at91_udc wakeup event updates
2007-02-07 David BrownellUSB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>
2006-12-20 Wojtek KaniewskiUSB: at91_udc: Additional checks
2006-12-20 Wojtek KaniewskiUSB: at91_udc: Cleanup variables after failure in usb_g...
2006-12-20 Wojtek KaniewskiUSB: at91_udc: allow drivers that support high speed
2006-12-20 Andrew VictorUSB: at91_udc, misc fixes
2006-12-20 Andrew VictorUSB: at91 udc, support at91sam926x addresses
2006-12-20 David BrownellUSB: gadget driver unbind() is optional; section fixes...
2006-12-13 Robert P. J. Day[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()
2006-10-05 David HowellsIRQ: Maintain regs pointer globally rather than passing...
2006-09-28 Linus TorvaldsMerge branch 'devel' of /home/rmk/linux-2.6-arm
2006-09-28 Andrew Victor[ARM] 3865/1: AT91RM9200 header updates
2006-09-27 Luiz Fernando N... USB: Make file operations structs in drivers/usb const.
2006-08-02 David BrownellUSB: AT91 UDC updates, mostly power management
2006-07-02 Thomas Gleixner[PATCH] irq-flags: usb: Use the new IRQF_ constants
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-04-14 David Brownell[PATCH] USB: at91 usb driver supend/resume fixes
2006-03-20 David Brownell[PATCH] USB: add support for AT91 gadget