mbox series

[RFC,0/3] Make several simplification of axg-audio driver

Message ID 20241114162926.3356551-1-jan.dakinevich@salutedevices.com (mailing list archive)
Headers show
Series Make several simplification of axg-audio driver | expand

Message

Jan Dakinevich Nov. 14, 2024, 4:29 p.m. UTC
The series introduces several changes to axg-audio for Meson SoCs which makes
the driver little easier to read and allow to avoid possible errors.

Jan Dakinevich (3):
  clk: amlogic: axg-audio: use dev_err_probe()
  clk: amlogic: axg-audio: synchronize *_audio_hw_clks and *_clk_regmaps
    arrays
  clk: amlogic: axg-audio: get the rid of *_clk_regmaps

 drivers/clk/meson/axg-audio.c | 472 ++--------------------------------
 1 file changed, 24 insertions(+), 448 deletions(-)