Message ID | 20220912194028.3584378-2-bhupesh.sharma@linaro.org (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | [v2,1/2] thermal: Introduce CONFIG_QCOM_THERMAL in Makefile and qcom/Kconfig | expand |
On Tue, Sep 13, 2022 at 01:10:28AM +0530, Bhupesh Sharma wrote: > Since there are several Qualcomm Thermal drivers now available > (for e.g. LMH, SPMI PMICs and TSENS) inside 'drivers/thermal/qcom' > directory, so it makes sense to list all the supported dt-bindings > YAML files here. > > Also, the entry header is updated to better reflect the same. > > Cc: Bjorn Andersson <andersson@kernel.org> > Cc: Amit Kucheria <amitk@kernel.org> > Cc: Thara Gopinath <thara.gopinath@gmail.com> > Cc: Daniel Lezcano <daniel.lezcano@linaro.org> > Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org> Reviewed-by: Bjorn Andersson <andersson@kernel.org> > --- > MAINTAINERS | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index d213a831133f..e72839f5629c 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -17043,12 +17043,16 @@ F: Documentation/networking/device_drivers/cellular/qualcomm/rmnet.rst > F: drivers/net/ethernet/qualcomm/rmnet/ > F: include/linux/if_rmnet.h > > -QUALCOMM TSENS THERMAL DRIVER > +QUALCOMM THERMAL DRIVERS (TSENS, LMH and SPMI PMIC) > M: Amit Kucheria <amitk@kernel.org> > M: Thara Gopinath <thara.gopinath@gmail.com> > L: linux-pm@vger.kernel.org > L: linux-arm-msm@vger.kernel.org > S: Maintained > +F: Documentation/devicetree/bindings/thermal/qcom,spmi-temp-alarm.yaml > +F: Documentation/devicetree/bindings/thermal/qcom-lmh.yaml > +F: Documentation/devicetree/bindings/thermal/qcom-spmi-adc-tm-hc.yaml > +F: Documentation/devicetree/bindings/thermal/qcom-spmi-adc-tm5.yaml > F: Documentation/devicetree/bindings/thermal/qcom-tsens.yaml > F: drivers/thermal/qcom/ > > -- > 2.37.1 >
diff --git a/MAINTAINERS b/MAINTAINERS index d213a831133f..e72839f5629c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17043,12 +17043,16 @@ F: Documentation/networking/device_drivers/cellular/qualcomm/rmnet.rst F: drivers/net/ethernet/qualcomm/rmnet/ F: include/linux/if_rmnet.h -QUALCOMM TSENS THERMAL DRIVER +QUALCOMM THERMAL DRIVERS (TSENS, LMH and SPMI PMIC) M: Amit Kucheria <amitk@kernel.org> M: Thara Gopinath <thara.gopinath@gmail.com> L: linux-pm@vger.kernel.org L: linux-arm-msm@vger.kernel.org S: Maintained +F: Documentation/devicetree/bindings/thermal/qcom,spmi-temp-alarm.yaml +F: Documentation/devicetree/bindings/thermal/qcom-lmh.yaml +F: Documentation/devicetree/bindings/thermal/qcom-spmi-adc-tm-hc.yaml +F: Documentation/devicetree/bindings/thermal/qcom-spmi-adc-tm5.yaml F: Documentation/devicetree/bindings/thermal/qcom-tsens.yaml F: drivers/thermal/qcom/
Since there are several Qualcomm Thermal drivers now available (for e.g. LMH, SPMI PMICs and TSENS) inside 'drivers/thermal/qcom' directory, so it makes sense to list all the supported dt-bindings YAML files here. Also, the entry header is updated to better reflect the same. Cc: Bjorn Andersson <andersson@kernel.org> Cc: Amit Kucheria <amitk@kernel.org> Cc: Thara Gopinath <thara.gopinath@gmail.com> Cc: Daniel Lezcano <daniel.lezcano@linaro.org> Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org> --- MAINTAINERS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)