Message ID | 20201016141241.5839-1-srinivas.kandagatla@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | clk: qcom : add sm8250 LPASS GFM drivers | expand |
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?
On 19/10/2020 23:42, Stephen Boyd wrote: > 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? I meant linus master branch. However I learned that Bot runs only based on rc1 tag (5.9-rc1 in this case) which is why its still reporting this errors even though the dependent patches are already in linus master branch! I will resend this version patchset once rc1 is out! thanks, srini