[RESEND PATCH v2 1/6] lis3: Add missing constants for 8bit device
Definitions for click were missing. Signed-off-by: Samu Onkalo <samu.p.onkalo(a)nokia.com> Acked-by: Éric Piel <eric.piel(a)tremplin-utc.net> Tested-by: Daniel Mack <daniel(a)caiaq.de> --- drivers/hwmon/lis3lv02d.h | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/drivers/hwmon/lis... 6 Apr 2010 02:05
[PATCH] pl061: Trivial fix for offset value range checking
The valid offset value is 0..PL061_GPIO_NR-1, this patch corrects the offset value range checking. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> --- drivers/gpio/pl061.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpio/pl061.c b/drivers/gpio/pl061.c index 5ad8f77..8e0906a... 6 Apr 2010 02:05
in x86 architecture ,why the function atomic_sub_and_test() does not disable the interrupt?
static inline int atomic_sub_and_test(int i, atomic_t *v) { unsigned char c; asm volatile(LOCK_PREFIX "subl %2,%0; sete %1" : "+m" (v->counter), "=qm" (c) : "ir" (i) : "memory"); return c; } TIA:) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a... 6 Apr 2010 02:05
/dev/mem: Allow rewinding
On Tue, Apr 06, 2010 at 05:19:05AM +0800, Eric Dumazet wrote: Le lundi 05 avril 2010 à 23:04 +0200, Eric Dumazet a écrit : Andrew, commit dcefafb6ac90ece8d68a6c203105f3d313e52da4 seems to be the problem. It breaks rewinds (negative offsets to lseek (... SEEK_CUR)) Here is a patch t... 6 Apr 2010 03:10
mprotect pgprot handling weirdness
Hi folks ! While looking at untangling a bit some of the mess with vm_flags and pgprot (*), I notices a few things I can't quite explain... they may .. or may not be bugs, but I though it was worth mentioning: - In mprotect_fixup() : /* * vm_flags and vm_page_prot are protected by the mmap_sem * held ... 6 Apr 2010 02:05
mm: Check if any page in a pageblock is reserved before marking it MIGRATE_RESERVE
On Tue, Apr 6, 2010 at 12:09 PM, Arve Hjønnevåg <arve(a)android.com> wrote: This fixes a problem where the first pageblock got marked MIGRATE_RESERVE even though it only had a few free pages. This in turn caused no contiguous memory to be reserved and frequent kswapd wakeups that emptied the caches to get more ... 6 Apr 2010 01:00
[PATCH 1/3][v3] blkio: Remove per-cfqq nr_sectors as we'll be passing
that info at request dispatch with other stats now. This patch removes the existing support for accounting sectors for a blkio_group. This will be added back differently in the next two patches. Signed-off-by: Divyesh Shah<dpshah(a)google.com> --- block/blk-cgroup.c | 3 +-- block/blk-cgroup.h | 6 ++--... 5 Apr 2010 23:55
IIO: struct iio_dev_attr should be defined as static.
Hi Jonathan, Any comments? Sonic On Fri, Apr 2, 2010 at 10:55 AM, sonic zhang <sonic.adi(a)gmail.com> wrote: Otherwise link errors "multiple definition of `iio_dev_attr_mode'" are reported when compile multiple different iio drivers with the same attribute name. Signed-off-by: Sonic Zhang <soni... 6 Apr 2010 08:34
[PATCH] mm: Check if any page in a pageblock is reserved before marking it MIGRATE_RESERVE
This fixes a problem where the first pageblock got marked MIGRATE_RESERVE even though it only had a few free pages. This in turn caused no contiguous memory to be reserved and frequent kswapd wakeups that emptied the caches to get more contiguous memory. Signed-off-by: Arve Hjønnevåg <arve(a)android.com> --- mm/... 5 Apr 2010 23:55
[PATCH 2/4]-V3 Make room for other tps6507x drivers to have board specific initialization data.
Add mfd structure which refrences sub-driver initialization data. For example, for a giving hardware implementation, the voltage regulator sub-driver initialization data provides the mapping betten a voltage regulator and what the output voltage is being used for. Signed-off-by: Todd Fischer <todd.fischer(a)ridgeru... 5 Apr 2010 22:48