aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-10USB: gadget: g_multi: code clean up and refactoringMichal Nazarewicz2-116/+147
2010-08-10USB: gadget: f_mass_storage: dead code removedMichal Nazarewicz1-3/+0
2010-08-10USB: gadget: f_fs: use usb_string_ids_n()Michal Nazarewicz1-18/+12
2010-08-10USB: gadget: composite: usb_string_ids_*() functions addedMichal Nazarewicz1-4/+67
2010-08-10USB: gadget: f_fs: functionfs_add() renamed to functionfs_bind_config()Michal Nazarewicz2-4/+4
2010-08-10USB: gadget: f_mass_storage: fsg_add() renamed to fsg_bind_config()Michal Nazarewicz3-6/+13
2010-08-10USB: gadget: g_mass_storage: static data instead of dynamic allocationMichal Nazarewicz1-6/+9
2010-08-10USB: mon: kill BKL usageArnd Bergmann1-20/+2
2010-08-10usb: gadget: Do not take BKL for gadget->ops->ioctlArnd Bergmann2-6/+2
2010-08-10USB-BKL: Remove BKL use in uhci-debugAndi Kleen1-13/+7
2010-08-10USB-BKL: Remove BKL use for usb serial driver probingAndi Kleen1-16/+14
2010-08-10USB-BKL: Convert usb_driver ioctl to unlocked_ioctlAndi Kleen3-7/+6
2010-08-10USB-BKL: Remove lock_kernel in usbfs update_sb()Andi Kleen1-4/+0
2010-08-10usb: atm: fixed spacing and indentation coding style issuesNicolas Kaiser2-16/+16
2010-08-10USB: Add a serial number parameter to g_file_storage moduleYann Cantin1-11/+58
2010-08-10usb: conexant: fixed spacing and brace coding style issuesNicolas Kaiser1-6/+5
2010-08-10USB: gadget: langwell_udc.c: printk needs a (unsigned long long) cast for a dma_tJoe Perches1-3/+3
2010-08-10Revert "USB: Adding support for HTC Smartphones to ipaq"Leann Ogasawara1-1/+0
2010-08-10USB: option: Remove duplicate AMOI_VENDOR_IDLeann Ogasawara1-4/+0
2010-08-10USB: EHCI: EHCI 1.1 addendum: Enable Per-port change detect bitsAlek Du3-2/+27
2010-08-10USB: EHCI: EHCI 1.1 addendum: Basic LPM feature supportAlek Du6-2/+130
2010-08-10USB: EHCI: EHCI 1.1 addendum: preparationAlek Du3-7/+139
2010-08-10usb: throw away custom hex digit methodsAndy Shevchenko2-15/+5
2010-08-10USB: isd200.c: Remove unnecessary kmalloc castJoe Perches1-2/+1
2010-08-10USB: host: Eliminate NULL dereferenceJulia Lawall1-1/+1
2010-08-10USB: core endpoint: Fix Coding Stylescsanchez@neurowork.net1-2/+7
2010-08-10USB: core driver: Fix Coding Stylescsanchez@neurowork.net1-4/+3
2010-08-10USB: gadget: Use memdup_userJulia Lawall1-7/+3
2010-08-10USB: EHCI: make CONFIG_USB_EHCI_TT_NEWSCHED default to YAlan Stern1-4/+7
2010-08-10USB: iuu_phoenix: Add support for different baud rates.James Courtier-Dutton1-13/+41
2010-08-10USB: xhci: Remove obsolete debugging printk.Sarah Sharp1-1/+0
2010-08-10USB: speedtouch: fixed more brace and spacing coding style issuesNicolas Kaiser2-11/+11
2010-08-10USB: speedtouch: fixed brace and spacing coding style issuesNicolas Kaiser2-7/+6
2010-08-10USB: UHCI: acquire spinlock before calling start_rh()Alan Stern2-2/+4
2010-08-10USB: add check to detect host controller hardware removalAlan Stern1-0/+8
2010-08-10USB: don't stop root-hub status polls too soonAlan Stern1-7/+25
2010-08-10USB: fix failure path in usb_add_hcd()Alan Stern1-2/+16
2010-08-10Merge git://git.infradead.org/mtd-2.6Linus Torvalds66-1472/+1642
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-6/+12
2010-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds56-348/+944
2010-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds5-13/+17
2010-08-09Merge branch 'rs485fix' of git://www.jni.nu/crisLinus Torvalds1-0/+11
2010-08-09Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-3/+3
2010-08-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds16-364/+3174
2010-08-09drivers/char/vt.c:vc_do_resize(): local var `end' should be unsigned longqiaochong1-1/+2
2010-08-09drivers/char/vt.c: fix vc->vc_origin on take_over_console()qiaochong1-1/+2
2010-08-09hwmon: f71882fg: add support for the Fintek F71808EGiel van Schijndel2-11/+78
2010-08-09drivers/hwmon/coretemp.c: remove unneeded #ifdef CONFIG_HOTPLUG_CPUAndrew Morton1-4/+0
2010-08-09hwmon: coretemp: documentation update and cleanupChen Gong1-1/+1
2010-08-09hwmon: coretemp: enable coretemp device add operation failureChen Gong1-14/+3