Irish 2010 Grant Winner
�1,000,000Pounds has been awarded to you in the U.KPROMO.send to this office the following: Names........... Tel.............. Age............ Address.......... Occupation......... Country............. Send To: redeem_prize101(a)hotmail.com -- To unsubscribe from this list: send the line "unsubscribe linux-kerne... 9 Mar 2010 06:44
i2c: update for semaphore to mutex conversion of devices
On Tue, 9 Mar 2010 21:36:50 +1100, Stephen Rothwell wrote: Hi Jean, On Tue, 9 Mar 2010 09:25:08 +0100 Jean Delvare <khali(a)linux-fr.org> wrote: Thanks for the reminder Stephen. I was only waiting for device_lock() to become usable in mainline. Now that it happened, I will take the patch abo... 9 Mar 2010 06:44
mfd: Fix sm501 requested region size
On Tue, Mar 09, 2010 at 09:09:54AM +0100, Samuel Ortiz wrote: We should only request for the MFD used region, not the whole thing. Signed-off-by: Samuel Ortiz <sameo(a)linux.intel.com> Works for me, thanks. Tested-by: Paul Mundt <lethal(a)linux-sh.org> -- To unsubscribe from this list: send the line "... 9 Mar 2010 12:20
I Need Your Honesty.
UBS International Holdings BV Herengracht 600 NL-1017 CJ Amsterdam, Netherlands. www.ubs.com/investmentbank Greetings, I am an investment consultant working with UBS International Holdings BV in the Netherlands. I will be happy to work this transaction out with you if you have a corporate or personal B... 9 Mar 2010 05:38
[PATCH] slip: Remove the unused code and add some cleanups in slip.c
In sl_alloc(), after the for block: for (i = 0; i < slip_maxdev; i++) { dev = slip_devs[i]; if (dev == NULL) break; } The result is either i >= slip_maxdev or dev != NULL. So the following check on dev is needless. Signed-off-by: Li Hong <lihong.hi(a)gmail.com> --- drivers/net/slip.c | 24 ++++... 9 Mar 2010 05:38
[PATCH 7/7] xen: Enable event channel of PV extension of HVM
On Tue, 2010-03-09 at 07:00 +0000, Jeremy Fitzhardinge wrote: On 03/08/2010 05:53 PM, Sheng Yang wrote: On Tuesday 09 March 2010 01:10:56 Stefano Stabellini wrote: I think that mapping interrupts into VIRQs is a bad idea: you should map interrupts into pirqs instead, the code exists already... 9 Mar 2010 05:38
[PATCH] Regulators: lp3971 - Fix setting val for LDO2 and LDO4
From 4e4c5f8267a4fbf651b4cc26c5f72465514f6224 Mon Sep 17 00:00:00 2001 From: Axel Lin <axel.lin(a)gmail.com> Date: Tue, 9 Mar 2010 16:53:59 +0800 Subject: [PATCH] lp3971: Fix setting val for LDO2 and LDO4 In lp3971_ldo_set_voltage function, it requires val to left shift 4 bits for LDO2 and LDO4. This patch fix th... 9 Mar 2010 04:33
[PATCH v2] intel_txt: add support for S3 memory integrity protection within Intel(R) TXT launched kernel
v2: Based on a complexity analysis and tradeoff, we moved all MAC'ing into tboot. This patch adds support for S3 memory integrity protection within an Intel(R) TXT launched kernel, for all kernel and userspace memory. All RAM used by the kernel and userspace, as indicated by memory ranges of type E820_RAM and E820_... 9 Mar 2010 04:33
[tip:perf/urgent] MAINTAINERS: Add Arnaldo as tools/perf/ co-maintainer
Commit-ID: cfb581bcd4f8c158c6f2b48bf5e232bb9e6855c0 Gitweb: http://git.kernel.org/tip/cfb581bcd4f8c158c6f2b48bf5e232bb9e6855c0 Author: Ingo Molnar <mingo(a)elte.hu> AuthorDate: Mon, 8 Mar 2010 15:20:50 +0100 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Tue, 9 Mar 2010 07:03:48 +0100 MAINTAINERS: A... 9 Mar 2010 04:33
hid-core.c: hid->name = dev->manufacturer + dev->product ... why not + dev->serial?
Hi Melchior, I'm adding a few CCs and takinng discussion a bit away from your patch ;) On Sun, Mar 07, 2010 at 04:55:06PM +0100, Melchior FRANZ wrote: Hi, just recently I purchased two data acquisition HID devices that pretend to be joysticks[1], because that way no special kernel drivers are requir... 9 Mar 2010 04:33