Re: [PATCH] wip: convert imx27 to common struct clk

From: Saravana Kannan
Date: Tue Feb 22 2011 - 23:17:26 EST


On 02/22/2011 03:33 PM, Uwe Kleine-KÃnig wrote:
Signed-off-by: Uwe Kleine-KÃnig<u.kleine-koenig@xxxxxxxxxxxxxx>
---
Hello,

on top of .38-rc6 + making the clk_{un,}prepare stubs static inline,
this patch makes use of Jeremy's common struct clk (v13) on a i.MX27 based
machine.

This is compile tested using mx21_defconfig and runtime tested using
mx27_defconfig.

I had to degrade one WARN_ON to WARN_ON_ONCE in drivers/clk/clk.c to
actually make it work. Otherwise console output results in a warning
that results in console output ...

You won't be able to do mainline the WARN_ON_ONCE because that will only warn for the first clock that violates whatever condition it's warning about.

Your probably need to fix your serial driver. What serial driver are you using?

-Saravana

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/