[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <9a3a0300cd6c2f57b51e1cda61ed9162.sboyd@kernel.org>
Date: Tue, 05 Sep 2023 13:45:38 -0700
From: Stephen Boyd <sboyd@...nel.org>
To: Luo Jie <quic_luoj@...cinc.com>, agross@...nel.org,
andersson@...nel.org, catalin.marinas@....com, conor+dt@...nel.org,
konrad.dybcio@...aro.org, krzysztof.kozlowski+dt@...aro.org,
mturquette@...libre.com, p.zabel@...gutronix.de,
robh+dt@...nel.org, will@...nel.org
Cc: linux-arm-msm@...r.kernel.org, linux-clk@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
quic_srichara@...cinc.com
Subject: Re: [PATCH v6 3/4] clk: qcom: common: commonize qcom_cc_really_probe
Quoting Luo Jie (2023-09-01 02:18:22)
> The previous wrapper qcom_cc_really_probe takes the platform
> device as parameter, which is limited to platform driver.
>
> As for qca8k clock controller driver, which is registered as
> the MDIO device, which also follows the qcom clock framework.
>
> To commonize qcom_cc_really_probe, updating it to take the
> struct device as parameter, so that the qcom_cc_really_probe
> can be utilized by the previous platform device and the new
> added MDIO device.
>
> Also update the current clock controller drivers to take
> &pdev->dev as parameter when calling qcom_cc_really_probe.
>
> Signed-off-by: Luo Jie <quic_luoj@...cinc.com>
> ---
Reviewed-by: Stephen Boyd <sboyd@...nel.org>
Powered by blists - more mailing lists