[PATCH] irq-sun4i: Fix trivial build errors

2013-05-12 Thread Maxime Ripard
Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com Cc: Thomas Gleixner t...@linutronix.de Cc: Russell King - ARM Linux li...@arm.linux.org.uk Cc: Grant Likely grant.lik...@linaro.org Cc: Rob Herring rob.herr...@calxeda.com Cc: Rob Landley r...@landley.net Cc: Arnd Bergmann a...@arndb.de

Re: [patch 8/8] irqchip: sun4i: Convert to generic irq chip

2013-05-12 Thread Maxime Ripard
Hi Thomas, Le 06/05/2013 16:30, Thomas Gleixner a écrit : Proof of concept patch to demonstrate the new irqdomain support for the generic irq chip. Untested !! Signed-off-by: Thomas Gleixner t...@linutronix.de Cc: Maxime Ripard maxime.rip...@free-electrons.com I just tested it, and with the

Re: [patch 8/8] irqchip: sun4i: Convert to generic irq chip

2013-05-12 Thread Maxime Ripard
Le 12/05/2013 16:08, Maxime Ripard a écrit : Hi Thomas, Le 06/05/2013 16:30, Thomas Gleixner a écrit : Proof of concept patch to demonstrate the new irqdomain support for the generic irq chip. Untested !! Signed-off-by: Thomas Gleixner t...@linutronix.de Cc: Maxime Ripard

[PATCH] i2c: core: make it possible to match a pure device tree driver

2013-05-12 Thread Linus Walleij
This tries to address an issue found when writing an MFD driver for the Nomadik STw481x PMICs: as the platform is using device tree exclusively I want to specify the driver matching like this: static const struct of_device_id stw481x_match[] = { { .compatible = st,stw4810, }, {

Re: [PATCH 1/3] ARM: dts: Add DT node for DP controller for Arndale Board

2013-05-12 Thread Jingoo Han
On Wednesday, May 08, 2013 3:02 PM, Vikas Sajjan wrote: Add DT node for DP controller to exynos5250 based Arndale Board Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org Hi Vikas Sajjan, Reviewed-by: Jingoo Han jg1@samsung.com Best regards, Jingoo Han ---

Re: [PATCH 2/3] ARM: dts: Add clock provider information for DP controller in Exynos5250 SoC

2013-05-12 Thread Jingoo Han
On Wednesday, May 08, 2013 3:02 PM, Vikas Sajjan wrote: Adds clock provider information for DP controller required by CCF. Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org Signed-off-by: Arun Kumar K arun...@samsung.com Hi Vikas Sajjan, Acked-by: Jingoo Han jg1@samsung.com Best

Re: [PATCH 05/10] fdtdump: make usage a bit more friendly

2013-05-12 Thread David Gibson
On Tue, Apr 30, 2013 at 06:12:19PM +1000, David Gibson wrote: On Mon, Apr 15, 2013 at 10:13:12PM -0400, Mike Frysinger wrote: This starts a new usage framework and then cuts fdtdump over to it. Now we can do `fdtdump -h` and get something useful back. Signed-off-by: Mike Frysinger

[PATCH RFC V4 FINAL] media: i2c: mt9p031: add OF support

2013-05-12 Thread Lad Prabhakar
From: Lad, Prabhakar prabhakar.cse...@gmail.com add OF support for the mt9p031 sensor driver. Alongside this patch sorts the header inclusion alphabetically. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com Cc: Hans Verkuil hans.verk...@cisco.com Cc: Laurent Pinchart