[PATCH] V4L/DVB: mx1-camera: compile fix
This is a regression of 7d58289 (mx1: prefix SOC specific defines with MX1_ and deprecate old names) Signed-off-by: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> --- arch/arm/plat-mxc/include/mach/dma-mx1-mx2.h | 4 +++- drivers/media/video/mx1_camera.c | 8 +++----- 2 files changed, 6... 16 Mar 2010 06:51
[PATCH] mfd: Add in XIIC to some configurations of timberdale
This patch adds in the Xilinx I2C bus driver to some of the configurations of the timberdale MFD. It provides the I2C devices to the XIIC via platform data in a similar way as done to the ocores driver. Signed-off-by: Richard Röjfors <richard.rojfors(a)pelagicore.com> --- diff --git a/drivers/mfd/timberdale.c b... 16 Mar 2010 06:51
[PATCH] rtc/mc13783: fix use after free bug
This was introduced by v2.6.34-rc1~38: 4c014e8 (rtc/mc13783: protect rtc {,un}registration by mc13783 lock) Signed-off-by: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> Reported-by: Dan Carpenter <error27(a)gmail.com> --- drivers/rtc/rtc-mc13783.c | 23 +++++++++++++---------- 1 files changed, 13 insert... 16 Mar 2010 05:45
[PATCH] gpio: max732x: fix input configuration for open-drain pins
Eric, The attached patch tries to fix a bug I noticed while hacking on the max732x driver for interrupt support. According to the datasheets, open-drain pins have to be configured as output-high (which in that case is actually high impedance) to be used as input. Note that this patch has only been compile tes... 16 Mar 2010 05:45
[PATCH -tip] rcu: fix lockdep for tracepoint
tracepoint.h use rcu_dereference(), it triggers this warning: [ 0.701161] =================================================== [ 0.702211] [ INFO: suspicious rcu_dereference_check() usage. ] [ 0.702716] --------------------------------------------------- [ 0.703203] include/trace/events/workqueue.h:68 ... 16 Mar 2010 05:45
Remove GENHD_FL_DRIVERFS
On Tue, Mar 16 2010, NeilBrown wrote: This flag is not used, so best discarded. Yep that looks pretty dead, thanks Neil, queued up. -- Jens Axboe -- 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 ... 16 Mar 2010 04:40
[PATCH] xfs: Fix integer overflow in fs/xfs/linux-2.6/xfs_ioctl*.c
STATIC int xfs_compat_attrmulti_by_handle( struct file *parfilp, void __user *arg) { .... if (copy_from_user(&am_hreq, arg, sizeof(compat_xfs_fsop_attrmulti_handlereq_t))) return -XF... 16 Mar 2010 04:40
memcg: dirty memory documentation
On Mon, 15 Mar 2010 00:26:39 +0100, Andrea Righi <arighi(a)develer.com> wrote: Document cgroup dirty memory interfaces and statistics. Signed-off-by: Andrea Righi <arighi(a)develer.com> --- Documentation/cgroups/memory.txt | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0... 17 Mar 2010 19:58
drivers/serial/sunsab.c: adjust the constant used to initialize the interrupt_mask0 fields
From: Julia Lawall <julia(a)diku.dk> Date: Fri, 12 Mar 2010 18:17:13 +0100 (CET) From: Julia Lawall <julia(a)diku.dk> SAB82532_ISR0_TCD is declared in drivers/serial/subsab.h as relating to a status register, while SAB82532_IMR0_TCD is declared in the same file as relating to a mask register. The latter... 16 Mar 2010 04:40
r8169: Fix rtl8169_rx_interrupt()
Hello, Sure. Give me a couple of days. By the way, should I test against .34 or .33? Sergey On (03/16/10 01:33), Eric Dumazet wrote: Le lundi 15 mars 2010 à 22:01 +0100, Eric Dumazet a écrit : Yes, this is wrong. In this context (process context, not softirq), we should use netif_rx() or j... 17 Mar 2010 03:36