Re: [PATCH] OMAP4: panda: Correct cpu version check for 4430

2012-02-27 Thread Peter Ujfalusi
On 02/23/2012 01:04 AM, Tony Lindgren wrote: * Peter Ujfalusi peter.ujfal...@ti.com [120217 00:56]: The cpu_is_omap4430() macro always return with 0. Use the correct cpu_is_omap443x() to check for Panda revision. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com --- Hi, Since the

Re: [PATCH] OMAP4: panda: Correct cpu version check for 4430

2012-02-22 Thread Tony Lindgren
* Peter Ujfalusi peter.ujfal...@ti.com [120217 00:56]: The cpu_is_omap4430() macro always return with 0. Use the correct cpu_is_omap443x() to check for Panda revision. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com --- Hi, Since the depending patches are going via Liam's tree it

[PATCH] OMAP4: panda: Correct cpu version check for 4430

2012-02-17 Thread Peter Ujfalusi
The cpu_is_omap4430() macro always return with 0. Use the correct cpu_is_omap443x() to check for Panda revision. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com --- Hi, Since the depending patches are going via Liam's tree it would be best if we can queue this via audio as well. Without