Message ID | 1587455093-33876-1-git-send-email-shenyang39@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | thermal:Add HiSilicon Kunpeng thermal driver and Maintainers | expand |
On 2020/4/21 15:44, Yang Shen wrote: > Add HiSilicon Kunpeng thermal driver and Maintainers. > > Changelog: > v3: > * remove tsensor devices enabled checking in probe function > * fix some comments > v2: > * fix sizeof(* tdev) and sizeof(* tdev->tsensor) > > Yang Shen (2): > MAINTAINERS: Add maintainers for kunpeng thermal > thermal: Add HiSilicon Kunpeng thermal driver > > MAINTAINERS | 7 ++ > drivers/thermal/Kconfig | 8 ++U > drivers/thermal/Makefile | 1 + > drivers/thermal/kunpeng_thermal.c | 216 ++++++++++++++++++++++++++++++++++++++ > 4 files changed, 232 insertions(+) > create mode 100644 drivers/thermal/kunpeng_thermal.c > > -- > 2.7.4 > > > . > Would you have any comments? Thx. Yang