Loan at 3% rate
Stop Bad Credit History with Loan at 3% rate,if interested contact us now .2010 Loan Offer. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please rea... 26 Apr 2010 05:52
[PATCH] iio-trig-gpio:Remove redundant gpio_request
Remove redundant gpio_request: The GPIO used as trigger IRQ, is also requested as gpio, but actually never read. Use platform resource facility to get IRQs numbers and flags. Make sure this driver can be used with any system IRQ, not necessarily limited to GPIO-IRQs. Use dev_err(dev...) and friends instead of pri... 26 Apr 2010 05:52
iio: fix typo in userspace example codes and document
On 04/26/10 05:19, Barry Song wrote: Signed-off-by: Barry Song <21cnbao(a)gmail.com> Thanks Barry. Ironically I rewrote this example yesterday to match the new abi (though I hadn't noticed the documentation error!). Still worth merging this as it may be a little while before everyone is happy with that patch set.... 26 Apr 2010 05:52
[GIT PULL] sh updates for 2.6.34-rc6
Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh/for-2.6.34 Which contains: Guennadi Liakhovetski (2): SH: fix TS field shift calculation for DMA drivers SH: fix error paths in DMA driver Magnus Damm (2): sh: Fix maximum number of SCIF ports in R2D def... 26 Apr 2010 04:47
NMI callback & register handling infrastructure in linux kernel (arch - x86)
Hi, This is my first post to the group, please excuse me, If I unknowingly miss to follow writing ethics. Proposal/Need: I was working on providing accurate process usage support, and writing a kernel module, I configured cpu-core-unhalted-event and configured LVT (local vector table) with NMI (non-maskable... 26 Apr 2010 03:42
[PATCH]trivial:Fix some comments.
Fix some comments. Signed-off-by: Justin P. Mattock <justinmattock(a)gmail.com> --- drivers/gpu/drm/nouveau/nv50_display.c | 2 +- drivers/s390/block/dasd_eckd.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nv50_display.c b/drivers/gpu/drm/nouveau/... 26 Apr 2010 02:37
Staging: comedi: fixed coding style issues in drivers.c
On Sun, 2010-04-25 at 09:58 -0400, zr.public(a)gmail.com wrote: From: Zachary_r <zr.public(a)gmail.com> @@ -123,8 +123,8 @@ int comedi_device_attach(struct comedi_device *dev, struct comedi_devconfig *it) for (driv = comedi_drivers; driv; driv = driv->next) { if (!try_module_get(driv->module)) { - ... 26 Apr 2010 01:33
[PATCH] iio: fix typo in userspace example codes and document
Signed-off-by: Barry Song <21cnbao(a)gmail.com> --- .../iio/Documentation/lis3l02dqbuffersimple.c | 2 +- drivers/staging/iio/Documentation/userspace.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/iio/Documentation/lis3l02dqbuffersimple.c b/drivers/staging/... 26 Apr 2010 01:33
blk-cgroup: Fix RCU correctness warning in cfq_init_queue()
>>>>>> With RCU correctness on, We see following warning. This patch fixes it. This is in initialization code, so that there cannot be any concurrent updates, correct? If so, looks good. I think theoritically two instances of cfq_init_queue() can be running in parallel (for two differe... 25 Apr 2010 22:17
[PATCH 8/9] Input: Block suspend while event queue is not empty.
On Sun, Apr 25, 2010 at 8:29 AM, Alan Stern <stern(a)rowland.harvard.edu> wrote: On Sun, 25 Apr 2010, Rafael J. Wysocki wrote: On Saturday 24 April 2010, Alan Stern wrote: On Fri, 23 Apr 2010, Arve Hj�nnev�g wrote: On Fri, Apr 23, 2010 at 2:08 PM, Dmitry Torokhov <dmitry.torokhov(a)gma... 25 Apr 2010 20:04