ACPI: Minor cleanup eliminating redundant PMTIMER_TICKS to NS conversion
[safe/jmp/linux-2.6] / drivers / usb / gadget /
2010-04-30 Julia LawallUSB: gadget: s3c-hsotg: Add missing unlock
2010-04-05 Tejun HeoMerge branch 'master' into export-slabh
2010-04-03 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-29 Harro HaanARM: 5965/1: Fix soft lockup in at91 udc driver
2010-03-26 Andrea GelminiUSB gadget r8a66597-udc.c: duplicated include
2010-03-19 Peter KorsgaardUSB: gadget/multi: cdc_do_config: remove redundant...
2010-03-19 Maurus CuelenaereUSB: gadget: add gadget controller number for s3c-hsotg...
2010-03-19 Michal NazarewiczUSB: g_mass_storage: fixed module name in Kconfig
2010-03-19 Peter KorsgaardUSB: gadget: f_mass_storage::fsg_bind(): fix error...
2010-03-19 Mike FrysingerUSB: g_mass_storage: fix section mismatch warnings
2010-03-19 Mike FrysingerUSB: gadget: fix Blackfin builds after gadget cleansing
2010-03-19 Dan CarpenterUSB: goku_udc: remove potential null dereference
2010-03-19 Grant Likelyusb/gadget: fix compile error on r8a66597-udc.c
2010-03-08 Russell KingMerge branch 'origin' into devel-stable
2010-03-08 Russell KingMerge branch 'for-rmk/samsung6' of git://git.fluff...
2010-03-07 Mark BrownUSB: Fix s3c-hsotg build following Samsung platform...
2010-03-04 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-03 Christoph Hellwigkill unused invalidate_inode_pages helper
2010-03-02 Russell KingMerge branch 'for-rmk' of git://git.pengutronix.de...
2010-03-02 Eirik AanonsenUSB: atmel uaba: Adding invert vbus_pin
2010-03-02 Christoph EggerUSB: Remove unsupported usb gadget drivers
2010-03-02 Peter KorsgaardUSB: f_mass_storage: fix crash on bind() error
2010-03-02 Michal NazarewiczUSB: g_mass_storage: min(...) warning fixed
2010-03-02 Thomas Gleixnerusb: gadgetfs: Convert semaphore to mutex
2010-03-02 Michal NazarewiczUSB: g_mass_storage: superfluous and missing packets...
2010-03-02 Michal NazarewiczUSB: mass_storage: eject LUNs on thread exit
2010-03-02 Robert JarzmikUSB: pxa27x_udc: Fix deadlocks on request queueing
2010-03-02 FUJITA TomonoriUSB: s3c-hsotg: replace deprecated dma_sync_single()
2010-03-02 Mark BrownUSB: s3c-hsotg: Staticise non-exported functions
2010-03-02 Marcel HoltmannUSB: gadget: Add DEVTYPE support for Ethernet functions
2010-03-02 Németh MártonUSB goku_udc: make PCI device id constant
2010-03-02 Németh MártonUSB gadget: make Open Firmware device id constant
2010-03-02 Felipe BalbiUSB: gadget: introduce g_nokia gadget driver
2010-03-02 Robert P. J. DayUSB: Correct CONFIG variable typo.
2010-03-02 Cliff CaiUSB: gadget: add INT support for Blackfin musb
2010-03-02 Bryan WuUSB: gadget: use ep5 for bulk-in and ep6 for bulk-out...
2010-03-02 H Hartley SweetenUSB: at91_udc.c: use resource_size()
2010-03-02 H Hartley SweetenUSB: atmel_usba_udc.c: use resource_size()
2010-03-02 H Hartley SweetenUSB: pxa27x_udc.c: use resource_size()
2010-03-02 Enrico ScholzUSB: pxa27x_udc: avoid compiler warnings and misbehavio...
2010-03-01 Eric Miao[ARM] pxa: move board board IRQ definitions out of...
2010-03-01 Takashi IwaiMerge branch 'topic/misc' into for-linus
2010-02-23 Daniel Mackusb/gadget/{f_audio,gmidi}.c: follow recent changes...
2010-02-16 Brian NiebuhrUSB: gadget: fix EEM gadget CRC usage
2010-02-16 Michal NazarewiczUSB: g_multi: fix CONFIG_USB_G_MULTI_RNDIS usage
2010-02-16 Mark BrownUSB: s3c-hsotg: Export usb_gadget_register_driver()
2010-02-16 Mark BrownUSB: r8a66597-udc: Prototype IS_ERR() and PTR_ERR()
2010-02-04 Sascha Hauerfsl_mx3_udc: Add i.MX35 support
2009-12-23 Cliff CaiUSB: audio gadget: free alsa devices when unloading
2009-12-23 Cliff CaiUSB: audio gadget: fix wTotalLength calculation
2009-12-23 Julia LawallUSB: gadget: Use ERR_PTR/IS_ERR
2009-12-12 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2009-12-11 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-12-11 Michal NazarewiczUSB: Added USB_ETH_RNDIS to use instead of CONFIG_USB_E...
2009-12-11 Randy DunlapUSB: g_multi kconfig: fix depends and help text
2009-12-11 Michal NazarewiczUSB: g_multi: Multifunction Composite Gadget added
2009-12-11 Michal NazarewiczUSB: g_mass_storage: thread_exits callback added
2009-12-11 Michal NazarewiczUSB: composite: usb_composite_unregister() no longer...
2009-12-11 Michal NazarewiczUSB: g_mass_storage: most data moved to fsg_common
2009-12-11 Michal NazarewiczUSB: g_mass_storage: code cleaned up and comments updated
2009-12-11 Michal NazarewiczUSB: g_mass_storage: lun_name_format and thread_name...
2009-12-11 Michal NazarewiczUSB: g_mass_storage: fsg_config added & module params...
2009-12-11 Michal NazarewiczUSB: g_mass_storage: Mass Storage Function created
2009-12-11 Michal NazarewiczUSB: Interface Association Descriptors added to CDC...
2009-12-11 Michal NazarewiczUSB: g_mass_storage: fsg_common_init() created
2009-12-11 Michal NazarewiczUSB: g_mass_storage: constant length buffers used
2009-12-11 Michal NazarewiczUSB: g_mass_storage: parts of fsg_dev moved to fsg_comm...
2009-12-11 Michal NazarewiczUSB: g_mass_storage: testing code from f_mass_storage...
2009-12-11 Michal NazarewiczUSB: g_mass_storage: template f_mass_storage.c file...
2009-12-11 Michal NazarewiczUSB: g_file_storage: more code from file_storage.c...
2009-12-11 Michal NazarewiczUSB: g_file_storage: per-LUN ro, removable and cdrom...
2009-12-11 Michal NazarewiczUSB: g_file_storage: "fsg_" prefix added to some identi...
2009-12-11 Michal NazarewiczUSB: g_file_storage: parts of file_storage.c moved...
2009-12-11 Hong XuUSB: modifications for at91sam9g10
2009-12-11 Laurent PinchartUSB audio gadget: handle endpoint control requests...
2009-12-11 Laurent PinchartUSB gadget: Handle endpoint requests at the function...
2009-12-10 Christoph Hellwigvfs: Implement proper O_SYNC semantics
2009-12-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-09 Benjamin HerrenschmidtMerge commit 'origin/master' into next
2009-12-08 Linus TorvaldsMerge branch 'omap-for-linus' of git://git./linux/kerne...
2009-12-07 Jiri KosinaMerge branch 'for-next' into for-linus
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
2009-12-01 Thomas Dahlmannusb: amd5536udc: fixed shared interrupt bug and warning...
2009-11-22 Cory Maccarroneomap1: omap_udc: Add clocking and disable vbus sense...
2009-11-12 Anton Vorontsovpowerpc/qe&cpm: Implement static inline stubs for non...
2009-11-11 Tony LindgrenMerge branch '7xx-iosplit-plat' with omap-fixes
2009-10-30 Anton VorontsovUSB: fsl_udc_core: Fix kernel oops on module removal
2009-10-21 Russell KingARM: Fix lubbock defconfig build
2009-10-20 Tony Lindgrenomap: headers: Move remaining headers from include...
2009-10-14 Brian NiebuhrUSB: gadget: Fix EEM driver comments and VID/PID
2009-10-11 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/usb-2.6
2009-10-09 Tobias KlauserUSB: gadget: imx_udc: Use resource size
2009-10-09 Linus TorvaldsMerge branch 'sh/for-2.6.32' of git://git./linux/kernel...
2009-10-06 Magnus Dammusb: r8a66597-udc unaligned fifo fix
2009-10-04 Alexey Dobriyanheaders: remove sched.h from poll.h
2009-10-01 Alexey Dobriyanconst: constify remaining file_operations
2009-09-24 Alexey Dobriyanheaders: utsname.h redux
2009-09-23 Randy DunlapUSB: gadget: ether needs to select CRC32
2009-09-23 Roel KluinUSB: gadget: double free_irq() in at91udc_probe()
next