Message ID | 20220929071312.29536-1-zhuyinbo@loongson.cn (mailing list archive) |
---|---|
State | Superseded, archived |
Headers | show |
Series | [v6,1/3] MAINTAINERS: add maintainer for thermal driver for loongson2 SoCs | expand |
On 29/09/2022 09:13, Yinbo Zhu wrote: > Add zhanghongchen and myself as maintainer of the loongson2 SoC > series thermal driver. > > Signed-off-by: Yinbo Zhu <zhuyinbo@loongson.cn> > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 589517372408..0be0f520c032 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -11899,6 +11899,14 @@ F: drivers/*/*loongarch* > F: Documentation/loongarch/ > F: Documentation/translations/zh_CN/loongarch/ > > +LOONGSON2 SOC SERIES THERMAL DRIVER > +M: zhanghongchen <zhanghongchen@loongson.cn> > +M: Yinbo Zhu <zhuyinbo@loongson.cn> > +L: linux-pm@vger.kernel.org > +S: Maintained > +F: Documentation/devicetree/bindings/thermal/loongson,ls2k-thermal.yaml This cannot be a first patch. It is not bisectable and causes (again) warnings. Either this should be squashed with last patch (driver change) or just be a last patch in the series. Best regards, Krzysztof
在 2022/9/29 下午3:49, Krzysztof Kozlowski 写道: > On 29/09/2022 09:13, Yinbo Zhu wrote: >> Add zhanghongchen and myself as maintainer of the loongson2 SoC >> series thermal driver. >> >> Signed-off-by: Yinbo Zhu <zhuyinbo@loongson.cn> >> --- >> MAINTAINERS | 8 ++++++++ >> 1 file changed, 8 insertions(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 589517372408..0be0f520c032 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -11899,6 +11899,14 @@ F: drivers/*/*loongarch* >> F: Documentation/loongarch/ >> F: Documentation/translations/zh_CN/loongarch/ >> >> +LOONGSON2 SOC SERIES THERMAL DRIVER >> +M: zhanghongchen <zhanghongchen@loongson.cn> >> +M: Yinbo Zhu <zhuyinbo@loongson.cn> >> +L: linux-pm@vger.kernel.org >> +S: Maintained >> +F: Documentation/devicetree/bindings/thermal/loongson,ls2k-thermal.yaml > > This cannot be a first patch. It is not bisectable and causes (again) > warnings. Either this should be squashed with last patch (driver change) > or just be a last patch in the series. > > Best regards, > Krzysztof okay, I got it. Thank you for reminding me! BRs, Yinbo Zhu. >
diff --git a/MAINTAINERS b/MAINTAINERS index 589517372408..0be0f520c032 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11899,6 +11899,14 @@ F: drivers/*/*loongarch* F: Documentation/loongarch/ F: Documentation/translations/zh_CN/loongarch/ +LOONGSON2 SOC SERIES THERMAL DRIVER +M: zhanghongchen <zhanghongchen@loongson.cn> +M: Yinbo Zhu <zhuyinbo@loongson.cn> +L: linux-pm@vger.kernel.org +S: Maintained +F: Documentation/devicetree/bindings/thermal/loongson,ls2k-thermal.yaml +F: drivers/thermal/loongson2_thermal.c + LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) M: Sathya Prakash <sathya.prakash@broadcom.com> M: Sreekanth Reddy <sreekanth.reddy@broadcom.com>
Add zhanghongchen and myself as maintainer of the loongson2 SoC series thermal driver. Signed-off-by: Yinbo Zhu <zhuyinbo@loongson.cn> --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)