[PATCH V2 7/7] i2c: imx-lpi2c: use bulk clk API

Peng Fan peng.fan at nxp.com
Mon Aug 22 16:37:30 PDT 2022


> Subject: Re: [PATCH V2 7/7] i2c: imx-lpi2c: use bulk clk API
> 
> 
> > -	clk_disable_unprepare(lpi2c_imx->clk);
> > +	clk_bulk_disable(lpi2c_imx->num_clks, lpi2c_imx->clks);
> 
> Why is there no 'unprepare' with bulk?

My bad, will fix in V3.

Thanks,
Peng.




More information about the linux-arm-kernel mailing list