First  |  Prev |  Next  |  Last
Pages: 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221
2.6.34 on Samsung P460: reset after "Waiting for /dev to be fully populated"
On 08/03/10 17:14, Greg KH wrote: Sounds like an ACPI bug. The ACPI developers use the bugzilla.kernel.org site to track things like this. Try filing a bug there and they can take care of it. Done: https://bugzilla.kernel.org/show_bug.cgi?id=16097 Many thanx Harri -- To unsubscribe from ... 4 Aug 2010 03:50
[PATCH] max8998: fix off-by-one value range checking
In max8998_list_voltage() and max8998_set_voltage(), we use ldo as array index of ldo_voltage_map. Thus the valid range should be 0 .. ARRAY_SIZE(ldo_voltage_map)-1. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> --- drivers/regulator/max8998.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) dif... 4 Aug 2010 02:47
max8998: fix off-by-one value range checking
Nice catch. Acked-by: Kyungmin Park <kyungmin.park(a)samsung.com> On Wed, Aug 4, 2010 at 3:34 PM, Axel Lin <axel.lin(a)gmail.com> wrote: In max8998_list_voltage() and max8998_set_voltage(), we use ldo as array index of ldo_voltage_map. Thus the valid range should be 0 .. ARRAY_SIZE(ldo_voltage_map)-1. ... 4 Aug 2010 22:21
Input updates for 2.6.34-rc6
On Fri, May 14, 2010 at 08:16:34AM -0700, Linus Torvalds wrote: On Fri, 14 May 2010, Matthew Garrett wrote: I've done some experimentation under qemu. On ACPI systems, Windows will *only* touch the keyboard controller if there's a device with an appropriate PNP HID or CID and if _STA ev... 4 Aug 2010 02:47
[PATCH V2] Watchdog: Adding support for ARM Primecell SP805 Watchdog
Technical Reference Manual can be found at: http://infocenter.arm.com/help/topic/com.arm.doc.ddi0270b/DDI0270.pdf Modifications in V2: - Included slab.h in sp805_wdt.c Signed-off-by: Viresh Kumar <viresh.kumar(a)st.com> --- drivers/watchdog/Kconfig | 7 + drivers/watchdog/Makefile | 1 + drivers... 4 Aug 2010 02:46
Using Bootmem for large DMA buffers in the presence of the slab allocator
Hi Everyone, I am currently developing Kernel code to allocate and reserve a large (64MB) contiguous buffer for DMA. My approach is to use the the boot time allocator (alloc_bootmem_low_pages()), with my module statically linked into the kernel. I initially tried to call this function from my kernel modules init... 4 Aug 2010 14:42
staging/rt2860: fix bad dma_addr_t conversion
On Wed, 04 Aug 2010 00:45:19 -0400 Javier Martinez Canillas <martinez.javier(a)gmail.com> wrote: DMA addresses are not pointers and shouldn't be assigned to NULL. This patch was generated against today linux-next. Signed-off-by: Javier Martinez Canillas <martinez.javier(a)gmail.com> --- drivers/stagi... 4 Aug 2010 01:42
linux-next: Tree for August 4
Hi all, As the merge window is open, please do not add 2.6.27 material to your linux-next included trees until after 2.6.36-rc1. Changes since 20100803: The nfs tree gained a build failure (on sparc) so I applied a fix patch. The net tree lost its conflicts. The rr tree gained a build failure due to an ... 4 Aug 2010 01:42
[PATCH -mm] hibernation: freeze swap at hibernation v2
Fixed description and points of hooks. maybe much clearer. == From: KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> At taking memory snapshot in hibernate_snapshot(), all (directly called) memory allocator uses GFP_ATOMIC. And it seems swap-misusage during hibernation never occurs. But, from pessimisti... 4 Aug 2010 01:42
KProbes support for MIPS
On Tue, Aug 03, 2010 at 11:22:17AM -0700, David Daney wrote: This patch set adds KProbs, JProbs and KRetProbes support for the MIPS archetecture. It was tested on a 64-bit big-endian kernel (Octeon), but should work equally well on 32-bit and little-endian as well. As you can see from the patches... 4 Aug 2010 01:42
First  |  Prev |  Next  |  Last
Pages: 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221