RE: [PATCH v2 3/6] TI816X: Update common OMAP machine specific sources

2010-12-10 Thread Pedanekar, Hemant
Tony Lindgren wrote on Monday, December 06, 2010 10:23 PM: [...] Similarly, we will also need to add TI816X specific hwmods. 4) TI816X series shares similarity with OMAP4 too - e.g., various IPs are same, CM module is closer to OMAP4 than OMAP3. Thus, regaring (1) above, I could use OMAP4

Re: [PATCH v2 3/6] TI816X: Update common OMAP machine specific sources

2010-12-10 Thread Tony Lindgren
* Pedanekar, Hemant hema...@ti.com [101210 16:58]: Tony Lindgren wrote on Monday, December 06, 2010 10:23 PM: [...] Similarly, we will also need to add TI816X specific hwmods. 4) TI816X series shares similarity with OMAP4 too - e.g., various IPs are same, CM module is closer to OMAP4

RE: [PATCH v2 3/6] TI816X: Update common OMAP machine specific sources

2010-12-10 Thread Pedanekar, Hemant
Tony Lindgren wrote on Saturday, December 11, 2010 7:21 AM: * Pedanekar, Hemant hema...@ti.com [101210 16:58]: Tony Lindgren wrote on Monday, December 06, 2010 10:23 PM: [...] Similarly, we will also need to add TI816X specific hwmods. 4) TI816X series shares similarity with OMAP4 too -

Re: [PATCH v2 3/6] TI816X: Update common OMAP machine specific sources

2010-12-06 Thread Tony Lindgren
Hi, Sorry for the delay. * Pedanekar, Hemant hema...@ti.com [101130 17:36]: Tony Lindgren wrote on Tuesday, November 30, 2010 12:59 AM: Thanks for clarifications. I have some concerns though: 1) I will eventually end up preceeding existing OMAP3 ckecks to have cpu_is_34xx() fail. Fo

RE: [PATCH v2 3/6] TI816X: Update common OMAP machine specific sources

2010-12-03 Thread Pedanekar, Hemant
Pedanekar, Hemant wrote on Wednesday, December 01, 2010 7:17 AM: Tony Lindgren wrote on Tuesday, November 30, 2010 12:59 AM: * Pedanekar, Hemant hema...@ti.com [101129 09:07]: Tony Lindgren wrote on Saturday, November 06, 2010 2:30 AM: Though based on Cortex A8, TI816X series has

RE: [PATCH v2 3/6] TI816X: Update common OMAP machine specific sources

2010-11-30 Thread Pedanekar, Hemant
Tony Lindgren wrote on Tuesday, November 30, 2010 12:59 AM: * Pedanekar, Hemant hema...@ti.com [101129 09:07]: Tony Lindgren wrote on Saturday, November 06, 2010 2:30 AM: Though based on Cortex A8, TI816X series has differences in PRCM, PLL, clock structure compared to OMAP3. Many of

RE: [PATCH v2 3/6] TI816X: Update common OMAP machine specific sources

2010-11-29 Thread Pedanekar, Hemant
Tony Lindgren wrote on Saturday, November 06, 2010 2:30 AM: * Pedanekar, Hemant hema...@ti.com [101022 10:58]: Tony Lindgren wrote on Friday, September 17, 2010 3:55 AM: * Hemant Pedanekar hema...@ti.com [100811 10:03]: This patch updates the common machine spcific source files with support

Re: [PATCH v2 3/6] TI816X: Update common OMAP machine specific sources

2010-11-29 Thread Tony Lindgren
* Pedanekar, Hemant hema...@ti.com [101129 09:07]: Tony Lindgren wrote on Saturday, November 06, 2010 2:30 AM: Though based on Cortex A8, TI816X series has differences in PRCM, PLL, clock structure compared to OMAP3. Many of the OMAP3 specific checks are not applicable for TI816X. For

Re: [PATCH v2 3/6] TI816X: Update common OMAP machine specific sources

2010-11-05 Thread Tony Lindgren
* Pedanekar, Hemant hema...@ti.com [101022 10:58]: Tony Lindgren wrote on Friday, September 17, 2010 3:55 AM: * Hemant Pedanekar hema...@ti.com [100811 10:03]: This patch updates the common machine spcific source files with support for TI816X. Note that the nr_irqs is overridden in

RE: [PATCH v2 3/6] TI816X: Update common OMAP machine specific sources

2010-10-22 Thread Pedanekar, Hemant
Tony Lindgren wrote on Friday, September 17, 2010 3:55 AM: * Hemant Pedanekar hema...@ti.com [100811 10:03]: This patch updates the common machine spcific source files with support for TI816X. Note that the nr_irqs is overridden in INTC driver since the number of IRQs on TI816X are

Re: [PATCH v2 3/6] TI816X: Update common OMAP machine specific sources

2010-09-16 Thread Tony Lindgren
* Hemant Pedanekar hema...@ti.com [100811 10:03]: This patch updates the common machine spcific source files with support for TI816X. Note that the nr_irqs is overridden in INTC driver since the number of IRQs on TI816X are different (128) comapared to other OMAPs (96). snip ---

[PATCH v2 3/6] TI816X: Update common OMAP machine specific sources

2010-08-11 Thread Hemant Pedanekar
This patch updates the common machine spcific source files with support for TI816X. Note that the nr_irqs is overridden in INTC driver since the number of IRQs on TI816X are different (128) comapared to other OMAPs (96). Signed-off-by: Hemant Pedanekar hema...@ti.com ---