mbox series

[v2,0/4] thermal: mediatek: Add mt8365 support

Message ID 20211019093404.1913357-1-msp@baylibre.com (mailing list archive)
Headers show
Series thermal: mediatek: Add mt8365 support | expand

Message

Markus Schneider-Pargmann Oct. 19, 2021, 9:34 a.m. UTC
Hi,

this series adds a compatible to the bindings and a specific part for
the thermal driver.

In v2 I added a patch to remove unnecessary (void*) casts and fixed the
comments I received.

Thanks for any feedback or comments.

Best,
Markus


Fabien Parent (1):
  thermal: mediatek: add MT8365 thermal driver support

Markus Schneider-Pargmann (3):
  dt-bindings: thermal: mediatek: Add mt8365
  thermal: mediatek: Fix apmixed error message
  thermal: mediatek: Remove data void casts

 .../bindings/thermal/mediatek-thermal.txt     |   1 +
 drivers/thermal/mtk_thermal.c                 | 102 +++++++++++++++---
 2 files changed, 91 insertions(+), 12 deletions(-)