Re: [PATCH 10/13] ARM: OMAP5: board-generic: Add device tree support.

2012-05-07 Thread Tony Lindgren
* R, Sricharan [120507 07:12]: > Hi Benoit, > Thanks for the reviews. > > > > >> Adding the minimal support for OMAP5 soc with device tree. > > > > > > You should probably split that patch since you are doing several things that > > are not OMAP5 related. > > > > Do a patch that move the omap_i

Re: [PATCH 10/13] ARM: OMAP5: board-generic: Add device tree support.

2012-05-07 Thread R, Sricharan
Hi Benoit, Thanks for the reviews. > >> Adding the minimal support for OMAP5 soc with device tree. > > > You should probably split that patch since you are doing several things that > are not OMAP5 related. > > Do a patch that move the omap_init_irq into the INTC and GIC code first. > > Then, yo

Re: [PATCH 10/13] ARM: OMAP5: board-generic: Add device tree support.

2012-05-07 Thread Cousson, Benoit
Hi Sricharan, On 5/3/2012 9:26 AM, R Sricharan wrote: Adding the minimal support for OMAP5 soc with device tree. You should probably split that patch since you are doing several things that are not OMAP5 related. Do a patch that move the omap_init_irq into the INTC and GIC code first. Then

[PATCH 10/13] ARM: OMAP5: board-generic: Add device tree support.

2012-05-03 Thread R Sricharan
Adding the minimal support for OMAP5 soc with device tree. Signed-off-by: R Sricharan --- arch/arm/mach-omap2/board-generic.c | 39 +- arch/arm/mach-omap2/common.h|2 + arch/arm/mach-omap2/irq.c | 11 + arch/arm/mach-omap2/omap4-c