Re: [PATCH v1] clk: qcom: Make common clk_hw registrations

2019-02-22 Thread Stephen Boyd
Quoting Jeffrey Hugo (2019-02-10 12:14:05) > Several clock controller drivers define a list of clk_hw devices, and then > register those devices in probe() before using common code to process the > rest of initialization. Extend the common code to accept a list of clk_hw > devices to process, thus

Re: [PATCH v1] clk: qcom: Make common clk_hw registrations

2019-02-10 Thread Vinod Koul
On 10-02-19, 13:14, Jeffrey Hugo wrote: > Several clock controller drivers define a list of clk_hw devices, and then > register those devices in probe() before using common code to process the > rest of initialization. Extend the common code to accept a list of clk_hw > devices to process, thus el

[PATCH v1] clk: qcom: Make common clk_hw registrations

2019-02-10 Thread Jeffrey Hugo
Several clock controller drivers define a list of clk_hw devices, and then register those devices in probe() before using common code to process the rest of initialization. Extend the common code to accept a list of clk_hw devices to process, thus eliminating many duplicate implementations. Signe