summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-08-11usb: conexant: fixed spacing and brace coding style issuesNicolas Kaiser1-6/+5
2010-08-11USB: gadget: langwell_udc.c: printk needs a (unsigned long long) cast for a d...Joe Perches1-3/+3
2010-08-11Revert "USB: Adding support for HTC Smartphones to ipaq"Leann Ogasawara1-1/+0
2010-08-11USB: option: Remove duplicate AMOI_VENDOR_IDLeann Ogasawara1-4/+0
2010-08-11USB: EHCI: EHCI 1.1 addendum: Enable Per-port change detect bitsAlek Du3-2/+27
2010-08-11USB: EHCI: EHCI 1.1 addendum: Basic LPM feature supportAlek Du6-2/+130
2010-08-11USB: EHCI: EHCI 1.1 addendum: preparationAlek Du3-7/+139
2010-08-11usb: throw away custom hex digit methodsAndy Shevchenko2-15/+5
2010-08-11USB: isd200.c: Remove unnecessary kmalloc castJoe Perches1-2/+1
2010-08-11USB: host: Eliminate NULL dereferenceJulia Lawall1-1/+1
2010-08-11USB: core endpoint: Fix Coding Stylescsanchez@neurowork.net1-2/+7
2010-08-11USB: core driver: Fix Coding Stylescsanchez@neurowork.net1-4/+3
2010-08-11USB: gadget: Use memdup_userJulia Lawall1-7/+3
2010-08-11USB: EHCI: make CONFIG_USB_EHCI_TT_NEWSCHED default to YAlan Stern1-4/+7
2010-08-11USB: iuu_phoenix: Add support for different baud rates.James Courtier-Dutton1-13/+41
2010-08-11USB: xhci: Remove obsolete debugging printk.Sarah Sharp1-1/+0
2010-08-11USB: speedtouch: fixed more brace and spacing coding style issuesNicolas Kaiser2-11/+11
2010-08-11USB: speedtouch: fixed brace and spacing coding style issuesNicolas Kaiser2-7/+6
2010-08-11USB: UHCI: acquire spinlock before calling start_rh()Alan Stern2-2/+4
2010-08-11USB: add check to detect host controller hardware removalAlan Stern1-0/+8
2010-08-11USB: don't stop root-hub status polls too soonAlan Stern1-7/+25
2010-08-11USB: 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/vir...Linus Torvalds1-6/+12
2010-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds56-348/+944
2010-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds5-13/+17
2010-08-10Merge branch 'rs485fix' of git://www.jni.nu/crisLinus Torvalds1-0/+11
2010-08-10Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds1-3/+3
2010-08-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds16-364/+3174
2010-08-10drivers/char/vt.c:vc_do_resize(): local var `end' should be unsigned longqiaochong1-1/+2
2010-08-10drivers/char/vt.c: fix vc->vc_origin on take_over_console()qiaochong1-1/+2
2010-08-10hwmon: f71882fg: add support for the Fintek F71808EGiel van Schijndel2-11/+78
2010-08-10drivers/hwmon/coretemp.c: remove unneeded #ifdef CONFIG_HOTPLUG_CPUAndrew Morton1-4/+0
2010-08-10hwmon: coretemp: documentation update and cleanupChen Gong1-1/+1
2010-08-10hwmon: coretemp: enable coretemp device add operation failureChen Gong1-14/+3
2010-08-10hwmon: coretemp: update hotplug condition checkChen Gong1-0/+5
2010-08-10hwmon: add support for JEDEC JC 42.4 compliant temperature sensorsGuenter Roeck3-0/+605
2010-08-10hwmon: driver for SMM665 Six-Channel Active DC Output Controller/MonitorGuenter Roeck3-0/+759
2010-08-10hmc6352: add driver for the HMC6352 compassKalhan Trisal3-0/+174
2010-08-10drivers/hwmon/hdaps.c: add Lenovo Thinkpad T400 to the whitelistRitesh Raj Sarraf1-0/+1
2010-08-10edd: fix possible memory leak in edd_init() error pathAxel Lin1-7/+13
2010-08-10s390: remove WARN_ON for misc_deregister() failuresAkinobu Mita3-3/+3
2010-08-10char: add WARN_ON() in misc_deregister()Akinobu Mita1-1/+1
2010-08-10drivers/misc: support for the pressure sensor BMP085 from Bosch SensortecChristoph Mair3-0/+493
2010-08-10hpilo: fix pointer warning in ilo_ccb_setupPrarit Bhargava2-12/+13
2010-08-10drivers/misc: ROHM BH1780GLI ambient light sensor driverHemanth V3-0/+284
2010-08-10cpuidle: extend cpuidle and menu governor to handle dynamic statesAi Li2-7/+47
2010-08-10drivers/base/node.c: reduce stack usage of node_read_meminfo()KOSAKI Motohiro1-23/+23
2010-08-10drivers/video/w100fb.c: ignore void return value / fix build failurePeter Huewe1-2/+2
2010-08-10ipmi: fix ACPI detection with regspacingYinghai Lu1-0/+8