Re: [PATCH v3 13/13] clk: mmp2: Add audio clock controller driver

2020-05-27 Thread Stephen Boyd
Quoting Lubomir Rintel (2020-05-19 15:41:51) > This is a driver for a block that generates master and bit clocks for > the I2S interface. It's separate from the PMUs that generate clocks for > the peripherals. > > Signed-off-by: Lubomir Rintel > > --- Applied to clk-next

[PATCH v3 13/13] clk: mmp2: Add audio clock controller driver

2020-05-19 Thread Lubomir Rintel
This is a driver for a block that generates master and bit clocks for the I2S interface. It's separate from the PMUs that generate clocks for the peripherals. Signed-off-by: Lubomir Rintel --- Changes since v1: - Utilize runtime PM along with pm_clk to enable/disable clocks - Rework the driver