mbox series

[V3,0/2] thermal:Add HiSilicon Kunpeng thermal driver and Maintainers

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

Message

Yang Shen April 21, 2020, 7:44 a.m. UTC
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

Comments

Yang Shen April 27, 2020, 8:36 a.m. UTC | #1
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