[PATCH 1/4] MIPS: Loongson1B: use common clock infrastructure instead of private APIs

2012-10-23 Thread Kelvin Cheung
Use common clock infrastructure instead of private APIs. 1. Enable COMMON_CLK in the Kconfig. 2. Remove private clock APIs, which are replaced by the code in drivers/clk/clk-ls1x.c. 3. Modify header file for drivers/clk/clk-ls1x.c. Signed-off-by: Kelvin Cheung ---

[PATCH 1/4] MIPS: Loongson1B: use common clock infrastructure instead of private APIs

2012-10-23 Thread Kelvin Cheung
Use common clock infrastructure instead of private APIs. 1. Enable COMMON_CLK in the Kconfig. 2. Remove private clock APIs, which are replaced by the code in drivers/clk/clk-ls1x.c. 3. Modify header file for drivers/clk/clk-ls1x.c. Signed-off-by: Kelvin Cheung keguang.zh...@gmail.com ---