First  |  Prev |  Next  |  Last
Pages: 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289
[PATCH] staging/quatech_usb2: remove unused qt2_box_flush function
Hello, In today linux-next I got a compilation warning: drivers/staging/quatech_usb2/quatech_usb2.c:1852: warning: 'qt2_box_flush' defined but not used Since -next is an integration three, maybe this function is going to be used. But anyway I send a patch that fix the warning removing the qt2_box_flush func... 30 Jul 2010 19:39
[patch 2/2] x86, smp: use workqueues unconditionally during do_boot_cpu()
Workqueues are now initialized as part of the early_initcall(). So they are available for use during cold boot process aswell. And also ACPI hotplug notifier no longer calls do_boot_cpu() in the keventd_wq context. So we can unconditionally use workqueues in do_boot_cpu() Signed-off-by: Suresh Siddha <suresh.b... 30 Jul 2010 18:34
[patch 1/2] workqueue: mark init_workqueues() as early_initcall()
Mark init_workqueues() as early_initcall() and thus it will be initialized before smp bringup. init_workqueues() registers for the hotcpu notifier and thus it should cope with the processors that are brought online after the workqueues are initialized. x86 smp bringup code uses workqueues and uses a workaround fo... 30 Jul 2010 18:34
Regression (bisected): Lots of wakeups when using battery
Hi, testing 2.6.35-rc5 I noticed that when my laptop is on battery, there are bursts of wakeups (they seem random, but usually happens once each 5 sec. or so; they cause some audible noise). If the laptop is plugged it behaves well. In single user mode, there are usually 2 wakeups/sec with the system idle, but on b... 31 Jul 2010 01:05
kcryptd oops when resuming with TuxOnIce with KDBoops afterwards
On 30 July 2010 22:10, Jason Wessel <jason.wessel(a)windriver.com> wrote: On 07/28/2010 08:30 PM, Pedro Ribeiro wrote: Hi all, I hit a bug when resuming with TuxOnIce. At the middle of a resume, it says Compress Read -22 and locks up. I caught the stack trace with kdb and took photos of that. I... 30 Jul 2010 18:33
USB: gadget: Use new composite features in some gadgets
On Fri, Jul 30, 2010 at 11:57:35AM -0700, David Brownell wrote: We shouldn't be using _any_ netchip ids anymore now that we have our own vendor id assigned to us. That's too extreme; the original handful of NetChip IDs were (and are!!) correctly assigned, and there's no reason to ... 2 Aug 2010 19:09
EFI runtime-services on x86_64
Hello Feng, Can you educate me about your commit 772be899bc, "86: Make EFI RTC function depend on 32bit again"? It adds "#ifdef CONFIG_X86_32" to avoid using efi_get_time() and efi_set_rtc_mmss(), but there's no explanation of *why* those services only work on 32-bit. Is this an EFI spec limitation? Do the... 3 Aug 2010 19:08
Make keyboard.c match braille-only keyboards
drivers/char/keyboard.c also handles braille keys, so it should also match braille-only keyboards. Signed-off-by: Samuel Thibault <samuel.thibault(a)ens-lyon.org> diff --git a/drivers/char/keyboard.c b/drivers/char/keyboard.c index 54109dc..25be210 100644 --- a/drivers/char/keyboard.c +++ b/drivers/char/keyboar... 31 Jul 2010 06:25
regulator: tps6586x: fix millivolt return values and SM2 table
On Fri, Jul 30, 2010 at 10:58:58PM +0300, Mike Rapoport wrote: From: Gary King <gking(a)nvidia.com> Hi Liam, Below are bugfixes for the tps6586x spotted by Gary King. Please add this patch to your regulator tree. Acked-by: Mark Brown <broonie(a)opensource.wolfsonmicro.com> -- To unsubscribe from this l... 2 Aug 2010 07:03
[PATCH] regulator: tps6586x: fix millivolt return values and SM2 table
From: Gary King <gking(a)nvidia.com> Hi Liam, Below are bugfixes for the tps6586x spotted by Gary King. Please add this patch to your regulator tree. --- list_voltage and get_voltage are expected to return values in microvolts, not millivolts also, the SM2 regulator runs at a higher voltage (3-4.55V) than t... 30 Jul 2010 16:21
First  |  Prev |  Next  |  Last
Pages: 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289