Re: [PATCH 1/7] clk: actions: Fix factor clk struct member access

2019-06-10 Thread Manivannan Sadhasivam
Hi Andreas, On Mon, Jun 10, 2019 at 03:36:42PM +0200, Andreas Färber wrote: > Hi Mani, > > Am 08.06.19 um 21:53 schrieb Manivannan Sadhasivam: > > Since the helper "owl_factor_helper_round_rate" is shared between factor > > and composite clocks, using the factor clk specific helper function > >

Re: [PATCH 1/7] clk: actions: Fix factor clk struct member access

2019-06-10 Thread Stephen Boyd
Quoting Manivannan Sadhasivam (2019-06-08 12:53:11) > Since the helper "owl_factor_helper_round_rate" is shared between factor > and composite clocks, using the factor clk specific helper function > like "hw_to_owl_factor" to access its members will create issues when > called from composite clk sp

Re: [PATCH 1/7] clk: actions: Fix factor clk struct member access

2019-06-10 Thread Andreas Färber
Hi Mani, Am 08.06.19 um 21:53 schrieb Manivannan Sadhasivam: > Since the helper "owl_factor_helper_round_rate" is shared between factor > and composite clocks, using the factor clk specific helper function > like "hw_to_owl_factor" to access its members will create issues when > called from compos

[PATCH 1/7] clk: actions: Fix factor clk struct member access

2019-06-08 Thread Manivannan Sadhasivam
Since the helper "owl_factor_helper_round_rate" is shared between factor and composite clocks, using the factor clk specific helper function like "hw_to_owl_factor" to access its members will create issues when called from composite clk specific code. Hence, pass the "factor_hw" struct pointer dire