[PATCH 1/2] LIS3LV02D: axis remap, irq and resource setup / release added to platform data
Adds axis remapping and second IRQ request to platform data. Second IRQ request doesn't exists in all lis3xxx variants. Setup and release functions added to support platform specific operations. Signed-off-by: Samu Onkalo <samu.p.onkalo(a)nokia.com> --- drivers/hwmon/lis3lv02d.h | 1 + include/linux/lis3lv... 1 Oct 2009 06:11
[RFC][PATCH 0/2] LIS3LV02D I2C driver
These patches add I2C bus support for LIS3LV02D accelerometer driver and possibility to use platform configurability for remapping of device axes. Changes are tested on linux-omap environment. Applies to 2.6.32-rc1. Samu Onkalo (2): LIS3LV02D: axis remap, irq and resource setup / release added to platf... 1 Oct 2009 06:11
[PATCH 2/2] net/netfilter: use pr_<level> consistently
Makefile adds a ccflags-y define pr_fmt(fmt)=KBUILD_MODNAME ": " fmt Many fixed string prefixes are removed Existing printks and pr_<level>s with KBUILD_MODNAMEs and PFXs are stripped printks without KERN_ levels are converted to pr_info Some printks with embedded function names are converted to %s...__func__ ... 30 Sep 2009 19:10
N_PPP_SYNC ldisc BUG: sleeping function called from invalid context
> [<c026d39b>] tty_unthrottle+0x10/0x38 [<f8dcc31f>] ppp_sync_receive+0x168/0x170 [ppp_synctty] [<f8fbb9ce>] handle_minor_recv+0x187/0x1cd [capi] [<f8fbc19b>] capi_recv_message+0x1d9/0x24e [capi] Really need to see the rest of the call trace to be sure Turns out the ppp_sync_receive() function (dri... 30 Sep 2009 13:31
[PATCH] x86: Turn the copy_from_user check into an (optional) compile time warning
From 350cf3cd513e6759ae6852946532a47249f25600 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven <arjan(a)linux.intel.com> Date: Wed, 30 Sep 2009 12:57:46 +0200 Subject: [PATCH] x86: Turn the copy_from_user check into an (optional) compile time warning A previous patch added the buffer size check to copy_from_user()... 30 Sep 2009 07:55
[PATCHv2 2/4] scsi: make scsi/scsi.h headers_check clean
place extern declarations in scsi/scsi.h within ifdef __KERNEL__ so that make headers_install strips them out. Signed-off-by: Michael S. Tsirkin <mst(a)redhat.com> --- include/scsi/scsi.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/scsi/scsi.h b/include/scsi/scsi.h index... 29 Sep 2009 07:26
cpu affinity issue on kvm-88
Hi Actually I am using 2.6.21 kernel and inserting kvm-76 module. It is fine when I am using cpu affinity( like " taskset 1 ../qemu-system-x86-64 -hda imgage name "). I am having quad core intel xeon processor. But without cpu affinity It is hanging randomly.(./qemu-system-x86-64 -hda imgage ... 29 Sep 2009 07:26
cmpc_acpi: Added support for Classmate PC ACPI devices.
On 9/29/09, Thadeu Lima de Souza Cascardo <cascardo(a)holoscopio.com> wrote: This add supports for devices like keyboard, backlight, tablet and accelerometer. This work is supported by International Syst S/A. Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo(a)holoscopio.com> Hi! In general thi... 1 Oct 2009 13:56
tracing: Fix infinite loop in ftrace_update_pid_func()
On Mon, Sep 28, 2009 at 04:43:01PM +0100, Matt Fleming wrote: From: Matt Fleming <matthew.fleming(a)imgtec.com> When CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST is enabled __ftrace_trace_function contains the current trace function, not ftrace_trace_function. In ftrace_update_pid_func() we currently incorre... 30 Sep 2009 05:44
net: VMware virtual Ethernet NIC driver: vmxnet3
* Shreyas Bhatewara (sbhatewara(a)vmware.com) wrote: Some of the features of vmxnet3 are : PCIe 2.0 compliant PCI device: Vendor ID 0x15ad, Device ID 0x07b0 INTx, MSI, MSI-X (25 vectors) interrupts 16 Rx queues, 8 Tx queues Driver doesn't appear to actually support more than a singl... 29 Sep 2009 17:33