Hello Mark, On Mon, 2021-09-13 at 23:43 +0200, Alexander Sverdlin wrote: > On Mon, 2021-07-26 at 17:51 +0100, Mark Brown wrote: > > On Mon, Jul 26, 2021 at 04:59:54PM +0300, Nikita Shubin wrote: > > > From: Alexander Sverdlin <alexander.sverdlin@xxxxxxxxx> > > > > > > Use clk_prepare_enable()/clk_disable_unprepare() in preparation for switch > > > to Common Clock Framework, otherwise the following is visible: > > > > Acked-by: Mark Brown <broonie@xxxxxxxxxx> > > would you take the patch to a tree of yours, please? I still cannot find this patch in any of your trees, but I've found this one: commit 726e6f31b1026f62206f1d32b5cbb7e9582c4d03 Merge: b09bff2676be 7c72dc56a631 Author: Mark Brown <broonie@xxxxxxxxxx> Date: Tue Aug 3 23:27:27 2021 +0100 Merge series "arm: ep93xx: CCF conversion" from Nikita Shubin <nikita.shubin@xxxxxxxxxxx>: This series series of patches converts ep93xx to Common Clock Framework. It consists of preparation patches to use clk_prepare_enable where it is needed, instead of clk_enable used in ep93xx drivers prior to CCF and a patch converting mach-ep93xx/clock.c to CCF. Link: https://lore.kernel.org/patchwork/cover/1445563/ Link: https://lore.kernel.org/patchwork/patch/1435884/ v1->v2: - added SoB Alexander Sverdlin (7): iio: ep93xx: Prepare clock before using it spi: spi-ep93xx: Prepare clock before using it Input: ep93xx_keypad: Prepare clock before using it video: ep93xx: Prepare clock before using it dmaengine: ep93xx: Prepare clock before using it ASoC: cirrus: i2s: Prepare clock before using it pwm: ep93xx: Prepare clock before using it Nikita Shubin (1): ep93xx: clock: convert in-place to COMMON_CLK ... which claims to merge both "ASoC: cirrus: i2s: Prepare clock before using it" and "ep93xx: clock: convert in-place to COMMON_CLK", but they are actually not merged. Could you please consider ASoC patch, while I will resubmit the final clock conversion? -- Alexander Sverdlin.