Message ID | 20230922055020.6436-1-linux@fw-web.de (mailing list archive) |
---|---|
Headers | show |
Series | add LVTS support for mt7988 | expand |
On 22/09/2023 07:50, Frank Wunderlich wrote: > From: Frank Wunderlich <frank-w@public-files.de> > > This series makes allows soc specific temperature coefficients > and adds support for mt7988 which has a different one. > > Frank Wunderlich (4): > dt-bindings: thermal: mediatek: add mt7988 lvts compatible > dt-bindings: thermal: mediatek: Add LVTS thermal sensors for mt7988 > thermal/drivers/mediatek/lvts_thermal: make coeff configurable > thermal/drivers/mediatek/lvts_thermal: add mt7988 support > > .../thermal/mediatek,lvts-thermal.yaml | 1 + > drivers/thermal/mediatek/lvts_thermal.c | 89 +++++++++++++++---- > .../thermal/mediatek,lvts-thermal.h | 9 ++ > 3 files changed, 82 insertions(+), 17 deletions(-) > Applied, thanks
From: Frank Wunderlich <frank-w@public-files.de> This series makes allows soc specific temperature coefficients and adds support for mt7988 which has a different one. Frank Wunderlich (4): dt-bindings: thermal: mediatek: add mt7988 lvts compatible dt-bindings: thermal: mediatek: Add LVTS thermal sensors for mt7988 thermal/drivers/mediatek/lvts_thermal: make coeff configurable thermal/drivers/mediatek/lvts_thermal: add mt7988 support .../thermal/mediatek,lvts-thermal.yaml | 1 + drivers/thermal/mediatek/lvts_thermal.c | 89 +++++++++++++++---- .../thermal/mediatek,lvts-thermal.h | 9 ++ 3 files changed, 82 insertions(+), 17 deletions(-)