[PATCH 3/3] clk: hisilicon: add hi3620_mmc_clks

2014-01-09 Thread Zhangfei Gao
Suggest by Arnd: abstract mmc tuning as clock behavior, also because different soc have different tuning method and registers. hi3620_mmc_clks is added to handle mmc clock specifically on hi3620. Signed-off-by: Zhangfei Gao zhangfei@linaro.org --- .../bindings/arm/hisilicon/hisilicon.txt

Re: [PATCH 3/3] clk: hisilicon: add hi3620_mmc_clks

2014-01-09 Thread Arnd Bergmann
On Thursday 09 January 2014, Zhangfei Gao wrote: Suggest by Arnd: abstract mmc tuning as clock behavior, also because different soc have different tuning method and registers. hi3620_mmc_clks is added to handle mmc clock specifically on hi3620. Signed-off-by: Zhangfei Gao

[PATCH 3/3] clk: hisilicon: add hi3620_mmc_clks

2013-12-28 Thread Zhangfei Gao
Suggest by Arnd: abstract mmc tuning as clock behavior, also because different soc have different tuning method and registers. hi3620_mmc_clks is added to handle mmc clock specifically on hi3620. Signed-off-by: Zhangfei Gao zhangfei@linaro.org --- .../bindings/arm/hisilicon/hisilicon.txt

[PATCH 3/3] clk: hisilicon: add hi3620_mmc_clks

2013-12-13 Thread Zhangfei Gao
Suggest by Arnd: abstract mmc tuning as clock behavior, also because different soc have different tuning method and registers. hi3620_mmc_clks is added to handle mmc clock specifically on hi3620. Signed-off-by: Zhangfei Gao zhangfei@linaro.org --- .../bindings/arm/hisilicon/hisilicon.txt

[PATCH 3/3] clk: hisilicon: add hi3620_mmc_clks

2013-12-11 Thread Zhangfei Gao
hi3620_mmc_clks is added to handle mmc clock specifically on hi3620 Signed-off-by: Zhangfei Gao zhangfei@linaro.org --- .../bindings/arm/hisilicon/hisilicon.txt | 14 ++ .../devicetree/bindings/clock/hi3620-clock.txt |1 + drivers/clk/hisilicon/clk-hi3620.c

Re: [PATCH 3/3] clk: hisilicon: add hi3620_mmc_clks

2013-12-11 Thread Arnd Bergmann
On Wednesday 11 December 2013, Zhangfei Gao wrote: +PCTRL: Peripheral misc control register + +Required Properties: +- compatible: hisilicon,pctrl +- reg: Address and size of pctrl. + +Example: + + /* for Hi3620 */ + pctrl: pctrl@fca09000 { + compatible =

Re: [PATCH 3/3] clk: hisilicon: add hi3620_mmc_clks

2013-12-11 Thread zhangfei
On 12/11/2013 10:44 PM, Arnd Bergmann wrote: On Wednesday 11 December 2013, Zhangfei Gao wrote: +PCTRL: Peripheral misc control register + +Required Properties: +- compatible: hisilicon,pctrl +- reg: Address and size of pctrl. + +Example: + + /* for Hi3620 */ + pctrl: