Re: [PATCH v2 3/3] clk: fsl-sai: use devm_clk_hw_register_composite_pdata()

2020-12-07 Thread Stephen Boyd
Quoting Michael Walle (2020-11-05 11:27:46) > Simplify the driver by using that helper and drop the remove() function. > > Signed-off-by: Michael Walle > --- Applied to clk-next

[PATCH v2 3/3] clk: fsl-sai: use devm_clk_hw_register_composite_pdata()

2020-11-05 Thread Michael Walle
Simplify the driver by using that helper and drop the remove() function. Signed-off-by: Michael Walle --- Changes since v1: - new patch drivers/clk/clk-fsl-sai.c | 26 +++--- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/drivers/clk/clk-fsl-sai.c