Re: [PATCH v3 0/4] clk: qcom : add sm8250 LPASS GFM drivers

From: Stephen Boyd
Date: Mon Oct 19 2020 - 18:42:08 EST


Quoting Srinivas Kandagatla (2020-10-16 07:12:37)
> This patchset adds support for GFM Muxes found in LPASS
> (Low Power Audio SubSystem) IP in Audio Clock Controller
> and Always ON clock controller.
>
> Clocks derived from these muxes are consumed by LPASS Digital Codec.
> Currently the driver for Audio and Always ON clock controller only
> supports GFM Muxes, however it should be easy to add more clock
> support when required
>
> Changes since v2:
> - updated Kconfig text and help as suggested by Stephen
> - removed unnecessary header file include
> - use fw_name instead of name for parents
> - use devm_platform_ioremap_resource
>
> verified dt_binding_check to pass on linux master,

Which linux master? Can you try on linux-next?