backlight: new driver for the ADP8860 backlight parts
On Tue, Mar 9, 2010 at 11:53, Mike Frysinger wrote: From: Michael Hennerich <michael.hennerich(a)analog.com> The ADP8860 combines a programmable backlight LED charge pump driver with automatic phototransistor control. could you pick this up Andrew ? -mike -- To unsubscribe from this list: send the line ... 28 Apr 2010 18:35
[PATCH] Staging: hv: Fix coding style errors in NetVsc.c
Fix coding style issues Signed-of-by: Roel Van Nyen <roel.vannyen(a)gmail.com> --- drivers/staging/hv/NetVsc.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/hv/NetVsc.c b/drivers/staging/hv/NetVsc.c index e1ca343..f84942d 100644 --- a/drivers/staging/hv/NetVsc.c +... 28 Apr 2010 18:35
bkl: Fix-up compile problems as a result of the bkl-pushdown.
On Wed, Apr 28, 2010 at 07:55:02AM -0700, Linus Torvalds wrote: On Tue, 27 Apr 2010, Arnd Bergmann wrote: +static long v4l2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) { struct video_device *vdev = video_devdata(filp); + int ret; /* Allow ioctl to contin... 28 Apr 2010 18:35
[GIT PULL] x86 fixes for 2.6.34-rc6
Hi Linus, The following changes since commit 05ce7bfe547c9fa967d9cab6c37867a9cb6fb3fa: Linus Torvalds (1): Merge branch 'for_linus' of git://git.kernel.org/.../jack/linux-fs-2.6 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip.git x86-fixes-f... 28 Apr 2010 18:35
s3c2410fb: correct sections
Henrik Kretzschmar <henne(a)nachtwindheim.de> writes: Since the drivers probe calls were changed from .init.text to .devinit.text in commit c2e13037e6794bd0d9de3f9ecabf5615f15c160b all the function from .init.text should be moved to .devinit.text, too. The drivers remove calls can also be move from .text... 28 Apr 2010 17:27
[RFC PATCH -v3] take all anon_vma locks in anon_vma_lock
diff --git a/include/linux/mm_types.h b/include/linux/mm_types.h index b8bb9a6..a0679c6 100644 --- a/include/linux/mm_types.h +++ b/include/linux/mm_types.h @@ -239,6 +239,7 @@ struct mm_struct { int map_count; /* number of VMAs */ struct rw_semaphore mmap_sem; spinlock_t page_table_lock; /* Protects p... 28 Apr 2010 17:27
[Xen-devel] domU is causing misaligned disk writes
On Tue, Apr 20, 2010 at 02:19:13PM -0700, Tracy Reed wrote: How do you know this is a mis-aligned sectors issue? Is this what your AOE vendor is telling you ? No AoE vendor involved. I am using the free stuff. I think it is a misalignment issue because during a purely write test it is doing mas... 28 Apr 2010 16:19
[GIT PULL] regulator fix for 2.6.34-rc6
Hi Linus, Please pull the following regulator fix for 2.6.34-rc6. The MAX8925 voltage regulators are non-functional without it. Thanks Liam --- The following changes since commit 1600f9def09de07c5dbeb539e978fa73880690dd: Linus Torvalds (1): Merge branch 'for-linus' of git://git.kernel.org/..... 28 Apr 2010 16:19
[PATCH] rt: Remove irrelevant CONFIGS from reminder block.
- remove CONFIGS that do not have an impact to -rt from the reminder block. - reformat DEBUG_COUNT so that it is more easily human readable. - correct CONFIG_FTRACE to CONFIG_FUNCTION_TRACER. Signed-off-by: John Kacur <jkacur(a)redhat.com> --- init/main.c | 18 ++++++++++-------- 1 files changed, 10 insertions... 28 Apr 2010 16:19
[PATCH] oprofile, hrtimer: only add samples if regs are available
On 28.04.10 18:59:06, Robert Richter wrote: On 27.04.10 20:47:51, Siarhei Siamashka wrote: Isn't hrtimer callback function supposed to be only called from IRQ context after this cleanup: http://lwn.net/Articles/308545/ ? Yes, the patch is upstream since v2.6.29. Thanks Siarhei. I will add a n... 28 Apr 2010 16:18