Re: [PATCH V4 05/12] boot_constraint: Add support for clk constraints

2017-12-13 Thread Greg Kroah-Hartman
On Sun, Oct 29, 2017 at 07:18:53PM +0530, Viresh Kumar wrote: > This patch adds the clk constraint type. > > The constraint is set by enabling the clk for the device. Once the > device is probed, the clk is disabled and the constraint is removed. > > We may want to do clk_set_rate() from here, bu

[PATCH V4 05/12] boot_constraint: Add support for clk constraints

2017-10-29 Thread Viresh Kumar
This patch adds the clk constraint type. The constraint is set by enabling the clk for the device. Once the device is probed, the clk is disabled and the constraint is removed. We may want to do clk_set_rate() from here, but lets wait for some real users that really want it. Tested-by: Rajendra