Message ID | 20230113150310.29709-2-quic_devipriy@quicinc.com |
---|---|
State | Accepted |
Commit | 64dc69f3f36a71a95bfed8054d49600a7872415e |
Headers | show |
Series | Add regulator support for IPQ9574 SoC | expand |
On Fri, Jan 13, 2023 at 05:42:36PM +0100, Krzysztof Kozlowski wrote: > On 13/01/2023 16:03, devi priya wrote: > > Adding compatible string to support RPM communication over SMD for > > IPQ9574 SoC > > > > Co-developed-by: Praveenkumar I <quic_ipkumar@quicinc.com> > > Signed-off-by: Praveenkumar I <quic_ipkumar@quicinc.com> > > What exactly was developed here but the other author? It's fairly clear looking at this in the context of the series that the same tags have been applied to every patch in the series. Probably a patch like this was actually written by just one person but there's a decent chance that it's just been forgotten who it was and fundamentally it just doesn't matter that much.
On 1/13/2023 10:12 PM, Krzysztof Kozlowski wrote: > On 13/01/2023 16:03, devi priya wrote: >> Adding compatible string to support RPM communication over SMD for >> IPQ9574 SoC >> >> Co-developed-by: Praveenkumar I <quic_ipkumar@quicinc.com> >> Signed-off-by: Praveenkumar I <quic_ipkumar@quicinc.com> > > What exactly was developed here but the other author? > The intention was to mention folks who supported with the patch series development using the co-developed-by tag on the individual patches. But yeah, for patches with minimal changes, will trim down the tag as suggested. >> Signed-off-by: devi priya <quic_devipriy@quicinc.com> >> --- >> drivers/soc/qcom/smd-rpm.c | 1 + >> 1 file changed, 1 insertion(+) >> > > Best regards, > Krzysztof > Best Regards, Devi Priya
On 1/16/2023 4:42 PM, Mark Brown wrote: > On Fri, Jan 13, 2023 at 05:42:36PM +0100, Krzysztof Kozlowski wrote: >> On 13/01/2023 16:03, devi priya wrote: >>> Adding compatible string to support RPM communication over SMD for >>> IPQ9574 SoC >>> >>> Co-developed-by: Praveenkumar I <quic_ipkumar@quicinc.com> >>> Signed-off-by: Praveenkumar I <quic_ipkumar@quicinc.com> >> >> What exactly was developed here but the other author? > > It's fairly clear looking at this in the context of the series > that the same tags have been applied to every patch in the > series. Probably a patch like this was actually written by just > one person but there's a decent chance that it's just been > forgotten who it was and fundamentally it just doesn't matter > that much. Yeah! Will drop the tag Best Regards, Devi Priya
diff --git a/drivers/soc/qcom/smd-rpm.c b/drivers/soc/qcom/smd-rpm.c index 7e3b6a7ea34c..523627d5d398 100644 --- a/drivers/soc/qcom/smd-rpm.c +++ b/drivers/soc/qcom/smd-rpm.c @@ -233,6 +233,7 @@ static void qcom_smd_rpm_remove(struct rpmsg_device *rpdev) static const struct of_device_id qcom_smd_rpm_of_match[] = { { .compatible = "qcom,rpm-apq8084" }, { .compatible = "qcom,rpm-ipq6018" }, + { .compatible = "qcom,rpm-ipq9574" }, { .compatible = "qcom,rpm-msm8226" }, { .compatible = "qcom,rpm-msm8909" }, { .compatible = "qcom,rpm-msm8916" },