Re: [PATCH v3 4/4] ARM: omap: pass minimal SoC/board data for UART from dt

2012-04-11 Thread Ramirez Luna, Omar
On Wed, Apr 11, 2012 at 3:39 AM, Cousson, Benoit wrote: > Yes, it is a known issue and the fix was unfortunately was not merged during > -rc phases but is fixed in 3.4 and should be fixed in 3.3 stable branch as > well. I received the notification from Greg KH 2 weeks ago about the stable: > Patch

Re: [PATCH v3 4/4] ARM: omap: pass minimal SoC/board data for UART from dt

2012-04-11 Thread Cousson, Benoit
Hi Omar, On 4/11/2012 2:16 AM, Ramirez Luna, Omar wrote: Hi, On Wed, Dec 14, 2011 at 5:55 AM, Rajendra Nayak wrote: Pass minimal data needed for console boot, from dt, for OMAP4 panda/sdp and OMAP3 beagle boards, and get rid of the static initialization from generic board file. ... diff --g

Re: [PATCH v3 4/4] ARM: omap: pass minimal SoC/board data for UART from dt

2012-04-10 Thread Ramirez Luna, Omar
Hi, On Wed, Dec 14, 2011 at 5:55 AM, Rajendra Nayak wrote: > Pass minimal data needed for console boot, from dt, for > OMAP4 panda/sdp and OMAP3 beagle boards, and get rid of the > static initialization from generic board file. ... > diff --git a/arch/arm/mach-omap2/board-generic.c > b/arch/arm/

Re: [PATCH v3 4/4] ARM: omap: pass minimal SoC/board data for UART from dt

2011-12-16 Thread Cousson, Benoit
Hi Rajendra, Just one minor comment if you plan to repost. On 12/14/2011 12:55 PM, Rajendra Nayak wrote: Pass minimal data needed for console boot, from dt, for OMAP4 panda/sdp and OMAP3 beagle boards, and get rid of the static initialization from generic board file. Acked-by: Rob Herring Sign

Re: [PATCH v3 4/4] ARM: omap: pass minimal SoC/board data for UART from dt

2011-12-15 Thread Tony Lindgren
* Cousson, Benoit [111215 12:56]: > > Nit: The convention is without the 0x prefix. OK will post an updated version as a reply to this email. > Beside that, that looks good top me. But I'll not be able to try it :-) Boots fine with the following n8x0.dts patch. Currently MMC of course won't m

Re: [PATCH v3 4/4] ARM: omap: pass minimal SoC/board data for UART from dt

2011-12-15 Thread Cousson, Benoit
On 12/15/2011 10:13 PM, Tony Lindgren wrote: * Cousson, Benoit [111215 01:34]: Hi Tony, On 12/15/2011 7:52 AM, Rajendra Nayak wrote: On Thursday 15 December 2011 12:55 AM, Tony Lindgren wrote: * Rajendra Nayak [111214 03:24]: Pass minimal data needed for console boot, from dt, for OMAP4 pa

Re: [PATCH v3 4/4] ARM: omap: pass minimal SoC/board data for UART from dt

2011-12-15 Thread Tony Lindgren
* Cousson, Benoit [111215 01:34]: > Hi Tony, > > On 12/15/2011 7:52 AM, Rajendra Nayak wrote: > >On Thursday 15 December 2011 12:55 AM, Tony Lindgren wrote: > >>* Rajendra Nayak [111214 03:24]: > >>>Pass minimal data needed for console boot, from dt, for > >>>OMAP4 panda/sdp and OMAP3 beagle boar

Re: [PATCH v3 4/4] ARM: omap: pass minimal SoC/board data for UART from dt

2011-12-15 Thread Cousson, Benoit
Hi Tony, On 12/15/2011 7:52 AM, Rajendra Nayak wrote: On Thursday 15 December 2011 12:55 AM, Tony Lindgren wrote: * Rajendra Nayak [111214 03:24]: Pass minimal data needed for console boot, from dt, for OMAP4 panda/sdp and OMAP3 beagle boards, and get rid of the static initialization from gene

Re: [PATCH v3 4/4] ARM: omap: pass minimal SoC/board data for UART from dt

2011-12-14 Thread Rajendra Nayak
On Thursday 15 December 2011 12:55 AM, Tony Lindgren wrote: * Rajendra Nayak [111214 03:24]: Pass minimal data needed for console boot, from dt, for OMAP4 panda/sdp and OMAP3 beagle boards, and get rid of the static initialization from generic board file. Acked-by: Rob Herring Signed-off-by: R

Re: [PATCH v3 4/4] ARM: omap: pass minimal SoC/board data for UART from dt

2011-12-14 Thread Tony Lindgren
* Rajendra Nayak [111214 03:24]: > Pass minimal data needed for console boot, from dt, for > OMAP4 panda/sdp and OMAP3 beagle boards, and get rid of the > static initialization from generic board file. > > Acked-by: Rob Herring > Signed-off-by: Rajendra Nayak This we can't merge because this b

[PATCH v3 4/4] ARM: omap: pass minimal SoC/board data for UART from dt

2011-12-14 Thread Rajendra Nayak
Pass minimal data needed for console boot, from dt, for OMAP4 panda/sdp and OMAP3 beagle boards, and get rid of the static initialization from generic board file. Acked-by: Rob Herring Signed-off-by: Rajendra Nayak --- arch/arm/boot/dts/omap3.dtsi| 31 +++