Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ARM: imx: fix the return value check in imx_clk_busy_divider() | Wei Yongjun | 2012-10-08 |
| | | | | | | | | | | | | 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> | ||
* | ARM: imx: add common clock support for clk busy | Shawn Guo | 2012-05-02 |
Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> |