Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-08 | ARM: imx: fix the return value check in imx_clk_busy_divider() | Wei Yongjun | |
In case of error, the function clk_register() returns ERR_PTR() no NULL pointer. The NULL test in the return value check should be replaced with IS_ERR(). dpatch engine is used to auto generated this patch. (https://github.com/weiyj/dpatch) Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> | |||
2012-05-02 | ARM: imx: add common clock support for clk busy | Shawn Guo | |
Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> |