Re: [RFC 12/17] ASoC: samsung: Switch to new clock controller API

From: Krzysztof Kozlowski
Date: Tue Aug 16 2016 - 12:41:51 EST


On Tue, Aug 16, 2016 at 03:13:45PM +0100, Mark Brown wrote:
> On Tue, Aug 16, 2016 at 03:35:09PM +0200, Krzysztof Kozlowski wrote:
> > Allocate a clock controller and use new clk_register_with_ctrl() API.
>
> Acked-by: Mark Brown <broonie@xxxxxxxxxx>
>
> > i2s_unregister_clocks(i2s);
> > + clk_ctrl_unregister(i2s->clk_ctrl);
>
> devm?

Right, that would make sense. Thanks for pointing this out.

Best regards,
Krzysztof