of_irq_init() stopped working in 3.2-rc3

2011-11-25 Thread Pawel Moll
Hi Rob, Because your dc9372808412edbc653a675a526c2ee6c0c14a91 "of/irq: of_irq_find_parent: check for parent equal to child" got reverted in 3.2-rc3, the of_irq_init() doesn't work, as... 8<-- void __init of_irq_init(const struct of_device_id

Re: [PATCH 1/3] ARM: at91/aic: add device tree support for AIC

2011-11-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:26 Thu 24 Nov , Jamie Iles wrote: > Hi Nicolas, > > On Thu, Nov 24, 2011 at 10:56:27PM +0100, Nicolas Ferre wrote: > > Ioremap registers from DT specification and adding > > of a simple irq domain for AIC interrupts. > > > > Signed-off-by: Nicolas Ferre > > Acked-by: Jean-Christophe PL

Re: [PATCH v2 2/4] ARM: vexpress: Add DT support in v2m

2011-11-25 Thread Dave Martin
On Wed, Nov 23, 2011 at 03:01:46PM +, Pawel Moll wrote: > This patch provides hooks for DT-based tile machine implementations > and adds Device Tree description for the motherboard. > > Signed-off-by: Pawel Moll > --- > Documentation/devicetree/bindings/arm/vexpress| 101 +++ >

Re: [PATCH v2 1/4] ARM: vexpress: Get rid of MMIO_P2V

2011-11-25 Thread Dave Martin
On Wed, Nov 23, 2011 at 03:01:45PM +, Pawel Moll wrote: > This patch gets rid of the MMIO_P2V and __MMPIO_P2V macros, > defining constant virtual base for motherboard and tile > peripherals instead. > > Additionally, in preparation for the new motherboard memory > map, the motherboard peripher

Re: DT DMA channel binding for Tegra I2S

2011-11-25 Thread Mark Brown
On Fri, Nov 25, 2011 at 09:55:23AM -0600, Rob Herring wrote: > Although, I think you are possibly missing some other properties for > i2s mode like word size and master/slave mode. I think the ideal case > is that a single ASoC platform driver for DT could handle multiple > SoCs. No. You're not

Re: DT DMA channel binding for Tegra I2S

2011-11-25 Thread Rob Herring
On 11/23/2011 05:26 PM, Stephen Warren wrote: > Rob Herring wrote at Wednesday, November 23, 2011 2:55 PM: >> On 11/23/2011 03:25 PM, Stephen Warren wrote: >>> Rob, Grant, >>> >>> Re: http://www.spinics.net/lists/arm-kernel/msg148899.html >>> >>> Background: Tegra's DMA controller needs to be told

Re: [PATCH 2/3] ARM: at91/gpio: add irqdomain to gpio interrupts

2011-11-25 Thread Rob Herring
On Thu, Nov 24, 2011 at 3:56 PM, Nicolas Ferre wrote: > Signed-off-by: Nicolas Ferre > Acked-by: Jean-Christophe PLAGNIOL-VILLARD > --- >  arch/arm/mach-at91/gpio.c |   19 +++ >  1 files changed, 19 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-at91/gpio.c b/arch/a

Re: [PATCH 1/3] ARM: at91/aic: add device tree support for AIC

2011-11-25 Thread Jamie Iles
On Fri, Nov 25, 2011 at 02:51:06PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 22:26 Thu 24 Nov , Jamie Iles wrote: > > Hi Nicolas, > > On Thu, Nov 24, 2011 at 10:56:27PM +0100, Nicolas Ferre wrote: [...] > > > +#if defined(CONFIG_OF) > > > +static struct of_device_id aic_ids[] = { >

RFC of_boardconfig

2011-11-25 Thread John Crispin
Hi All, before starting to implement the following proposed wrappers, i wanted to get some more views on the feasibility of these wrappers. On most routers that OpenWRT supports, we will find a sector within a MTD device that holds the board specific info like MAC, wifi calibration data ... Thes

GPIO/IRQ expander cannot map interrupt

2011-11-25 Thread Thierry Reding
Hi, The following is an extract from a device tree of a Tegra2-based board I'm working on: i2c@7000c000 { clock-frequency = <40>; keypad1: sx8634@2b { compatible = "sx8634"; reg = <0x2b>;

[PATCH net-next v2 4/4] powerpc: tqm8548/tqm8xx: add and update CAN device nodes

2011-11-25 Thread Wolfgang Grandegger
This patch enables or updates support for the CC770 and AN82527 CAN controller on the TQM8548 and TQM8xx boards. CC: devicetree-discuss@lists.ozlabs.org CC: linuxppc-...@ozlabs.org CC: Kumar Gala Signed-off-by: Wolfgang Grandegger --- arch/powerpc/boot/dts/tqm8548-bigflash.dts | 19 ++

[PATCH net-next v2 3/4] can: cc770: add platform bus driver for the CC770 and AN82527

2011-11-25 Thread Wolfgang Grandegger
This driver works with both, static platform data and device tree bindings. It has been tested on a TQM855L board with two AN82527 CAN controllers on the local bus. CC: Devicetree-discuss@lists.ozlabs.org CC: linuxppc-...@ozlabs.org CC: Kumar Gala Signed-off-by: Wolfgang Grandegger --- .../devi

Re: [RFC 1/3] pinctrl: add a driver for the OMAP pinmux

2011-11-25 Thread Linus Walleij
On Thu, Nov 24, 2011 at 8:54 PM, Tony Lindgren wrote: > We should probably pass over > the static board specific mapping as platform_data to the pinmux device > and make it be part of struct pinctrl_dev. Then new driver instances > can have their own pctldev->mapping and we can support both platf