Re: [PATCH v2 2/5] clk: hisilicon: add hisi_clk_alloc function.

2016-06-30 Thread Stephen Boyd
On 06/15, Jiancheng Xue wrote: > Before, there was an ordering issue that the clock provider > had been published in hisi_clk_init before it could provide > valid clocks to consumers. hisi_clk_alloc is just used to > allocate memory space for struct hisi_clock_data. It makes > it possible to publis

[PATCH v2 2/5] clk: hisilicon: add hisi_clk_alloc function.

2016-06-14 Thread Jiancheng Xue
Before, there was an ordering issue that the clock provider had been published in hisi_clk_init before it could provide valid clocks to consumers. hisi_clk_alloc is just used to allocate memory space for struct hisi_clock_data. It makes it possible to publish the provider after the clocks are ready

[PATCH v2 2/5] clk: hisilicon: add hisi_clk_alloc function.

2016-05-12 Thread Jiancheng Xue
Before, there was an ordering issue that the clock provider had been published in hisi_clk_init before it could provide valid clocks to consumers. hisi_clk_alloc is just used to allocate memory space for struct hisi_clock_data. It makes it possible to publish the provider after the clocks are ready