Re: [PATCH 1/4] ARM: at91: at91 based machines specify their own irq handler at run time

2012-06-07 Thread ludovic . desroches
Hi Christian, On 06/06/2012 11:47 AM, Christian Glindkamp wrote: On 2012-06-05 16:47, ludovic.desroc...@atmel.com wrote: From: Ludovic Desroches SOC_AT91SAM9 selects MULTI_IRQ_HANDLER in order to let machines specify their own IRQ handler at run time. Signed-off-by: Ludovic Desroches --- ar

Re: [PATCH v6] MTD: LPC32xx SLC NAND driver

2012-06-07 Thread Russell King - ARM Linux
On Wed, Jun 06, 2012 at 04:38:41PM +0300, Artem Bityutskiy wrote: > On Wed, 2012-06-06 at 11:20 +0200, Roland Stigge wrote: > > +#else > > +#define lpc32xx_nand_resume NULL > > +#define lpc32xx_nand_suspend NULL > > +#endif > > 0, not NULL. Err, what planet are you on there. These are _pointers_

Re: [PATCH 2/2] gpio: Add Avionic Design N-bit GPIO expander support

2012-06-07 Thread Thierry Reding
* Grant Likely wrote: > On Mon, 21 May 2012 12:20:32 +0200, Thierry Reding > wrote: > > * Grant Likely wrote: > > > On Thu, 12 Apr 2012 13:24:18 +0200, Thierry Reding > > > wrote: [...] > > > > +struct adnp_platform_data { > > > > + unsigned gpio_base; > > > > + unsigned nr_gpios; >

Re: [PATCH v6] MTD: LPC32xx SLC NAND driver

2012-06-07 Thread Artem Bityutskiy
On Thu, 2012-06-07 at 09:11 +0100, Russell King - ARM Linux wrote: > On Wed, Jun 06, 2012 at 04:38:41PM +0300, Artem Bityutskiy wrote: > > On Wed, 2012-06-06 at 11:20 +0200, Roland Stigge wrote: > > > +#else > > > +#define lpc32xx_nand_resume NULL > > > +#define lpc32xx_nand_suspend NULL > > > +#en

[PATCH RESEND] of: add const to struct of_device_id.data

2012-06-07 Thread Uwe Kleine-König
Drivers should never need to modify the data of a device id. So it can be const which in turn allows more consts in the driver. Signed-off-by: Uwe Kleine-König --- (Cc += lkml + Grant) Hello, this might introduce warnings in drivers that access the data member without using const, so this is de

[PATCH v6] MTD: LPC32xx MLC NAND driver

2012-06-07 Thread Roland Stigge
This patch adds a driver for the MLC NAND controller of the LPC32xx SoC. Signed-off-by: Roland Stigge --- Applies to v3.5-rc1 + LPC32xx SLC NAND driver (Kconfig + Makefile) Changes since v5: * Renamed: lpc32xx_nand_mlc.c -> lpc32xx_mlc.c Changes since v4: * This patch erroneously changed Kconf

[PATCH v7] MTD: LPC32xx SLC NAND driver

2012-06-07 Thread Roland Stigge
This patch adds support for the SLC NAND controller inside the LPC32xx SoC. Signed-off-by: Roland Stigge --- Applies to 3.5-rc1 Changes since v6: * Renamed lpc32xx_nand_slc.c -> lpc32xx_slc.c Changes since v5: * Configurable as "tristate" in Kconfig (was "bool") Changes since v4: * Dropped su

Re: [PATCH v7] MTD: LPC32xx SLC NAND driver

2012-06-07 Thread Artem Bityutskiy
On Thu, 2012-06-07 at 12:22 +0200, Roland Stigge wrote: > This patch adds support for the SLC NAND controller inside the LPC32xx SoC. > > Signed-off-by: Roland Stigge Pushed to l2-mtd.git, thanks! -- Best Regards, Artem Bityutskiy signature.asc Description: This is a digitally signed message

Re: [PATCH 1/3] spi-orion: add device tree binding

2012-06-07 Thread Jason Cooper
On Sun, Jun 03, 2012 at 11:48:49PM +0200, Michael Walle wrote: > Hi Jason, > > Am Sonntag 03 Juni 2012, 23:01:23 schrieb Jason Cooper: > > On Sun, Jun 03, 2012 at 10:17:56PM +0200, Michael Walle wrote: > > > Signed-off-by: Michael Walle > > > --- > > > > > > .../devicetree/bindings/spi/spi-orio

[PATCH] of: export of_platform_populate()

2012-06-07 Thread Stephen Warren
From: Stephen Warren Without this, modules can't use this API, leading to build failures. Signed-off-by: Stephen Warren --- This is useful in 3.5. drivers/of/platform.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/of/platform.c b/drivers/of/platform.c index

Re: [PATCH 1/2] edac: add support for Calxeda highbank memory controller

2012-06-07 Thread Rob Herring
Mauro, On 06/06/2012 05:34 PM, Mauro Carvalho Chehab wrote: > Hi Rob, > > Em 06-06-2012 19:02, Rob Herring escreveu: >> From: Rob Herring >> >> Add support for memory controller on Calxeda Highbank platforms. Highbank >> platforms support a single 4GB mini-DIMM with 1-bit correction and 2-bit >>