All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthias Brugger <matthias.bgg@gmail.com>
To: Frank Wunderlich <linux@fw-web.de>, linux-mediatek@lists.infradead.org
Cc: Frank Wunderlich <frank-w@public-files.de>,
	Jonathan Cameron <jic23@kernel.org>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	AngeloGioacchino Del Regno 
	<angelogioacchino.delregno@collabora.com>,
	Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
	"Hui.Liu" <hui.liu@mediatek.com>,
	Zhiyong Tao <zhiyong.tao@mediatek.com>,
	Andrew-CT Chen <andrew-ct.chen@mediatek.com>,
	Lala Lin <lala.lin@mediatek.com>,
	linux-iio@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Daniel Golle <daniel@makrotopia.org>
Subject: Re: [PATCH v3 0/4] Add mt7986 thermal
Date: Fri, 9 Jun 2023 16:39:30 +0200	[thread overview]
Message-ID: <ad9bc224-7e3a-49cb-40c7-c1fc0876599d@gmail.com> (raw)
In-Reply-To: <20230530201235.22330-1-linux@fw-web.de>



On 30/05/2023 22:12, Frank Wunderlich wrote:
> From: Frank Wunderlich <frank-w@public-files.de>
> 
> This series add thermal related devicetree-nodes and necessary
> dt-bindings.
> 
> I left pwm-fan for r3 for now as i cannot test this completely due to
> missing 2 pin-jack and 3v3 pwm-level which my fan cannot handle (starts
> spinning at ~3V). Only checked voltage of pwm there.
> 
> changes in v3:
> - efuse compatibles into one line
> 
> changes in v2:
> - drop highest 2 trip points as they are not yet used
> - leave already applied patches
> 
> Daniel Golle (3):
>    arm64: dts: mt7986: add thermal and efuse
>    arm64: dts: mt7986: add thermal-zones
>    arm64: dts: mt7986: add pwm-fan and cooling-maps to BPI-R3 dts
> 
> Frank Wunderlich (1):
>    dt-bindings: nvmem: mediatek: efuse: add support for mt7986
> 
>   .../bindings/nvmem/mediatek,efuse.yaml        |  1 +
>   .../dts/mediatek/mt7986a-bananapi-bpi-r3.dts  | 31 ++++++++++
>   arch/arm64/boot/dts/mediatek/mt7986a.dtsi     | 62 +++++++++++++++++++
>   3 files changed, 94 insertions(+)
> 

Applied 2-4, thanks!

WARNING: multiple messages have this Message-ID (diff)
From: Matthias Brugger <matthias.bgg@gmail.com>
To: Frank Wunderlich <linux@fw-web.de>, linux-mediatek@lists.infradead.org
Cc: Frank Wunderlich <frank-w@public-files.de>,
	Jonathan Cameron <jic23@kernel.org>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
	"Hui.Liu" <hui.liu@mediatek.com>,
	Zhiyong Tao <zhiyong.tao@mediatek.com>,
	Andrew-CT Chen <andrew-ct.chen@mediatek.com>,
	Lala Lin <lala.lin@mediatek.com>,
	linux-iio@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Daniel Golle <daniel@makrotopia.org>
Subject: Re: [PATCH v3 0/4] Add mt7986 thermal
Date: Fri, 9 Jun 2023 16:39:30 +0200	[thread overview]
Message-ID: <ad9bc224-7e3a-49cb-40c7-c1fc0876599d@gmail.com> (raw)
In-Reply-To: <20230530201235.22330-1-linux@fw-web.de>



On 30/05/2023 22:12, Frank Wunderlich wrote:
> From: Frank Wunderlich <frank-w@public-files.de>
> 
> This series add thermal related devicetree-nodes and necessary
> dt-bindings.
> 
> I left pwm-fan for r3 for now as i cannot test this completely due to
> missing 2 pin-jack and 3v3 pwm-level which my fan cannot handle (starts
> spinning at ~3V). Only checked voltage of pwm there.
> 
> changes in v3:
> - efuse compatibles into one line
> 
> changes in v2:
> - drop highest 2 trip points as they are not yet used
> - leave already applied patches
> 
> Daniel Golle (3):
>    arm64: dts: mt7986: add thermal and efuse
>    arm64: dts: mt7986: add thermal-zones
>    arm64: dts: mt7986: add pwm-fan and cooling-maps to BPI-R3 dts
> 
> Frank Wunderlich (1):
>    dt-bindings: nvmem: mediatek: efuse: add support for mt7986
> 
>   .../bindings/nvmem/mediatek,efuse.yaml        |  1 +
>   .../dts/mediatek/mt7986a-bananapi-bpi-r3.dts  | 31 ++++++++++
>   arch/arm64/boot/dts/mediatek/mt7986a.dtsi     | 62 +++++++++++++++++++
>   3 files changed, 94 insertions(+)
> 

Applied 2-4, thanks!

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2023-06-09 14:39 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-30 20:12 [PATCH v3 0/4] Add mt7986 thermal Frank Wunderlich
2023-05-30 20:12 ` Frank Wunderlich
2023-05-30 20:12 ` Frank Wunderlich
2023-05-30 20:12 ` [PATCH v3 1/4] dt-bindings: nvmem: mediatek: efuse: add support for mt7986 Frank Wunderlich
2023-05-30 20:12   ` Frank Wunderlich
2023-05-30 20:12   ` Frank Wunderlich
2023-05-31 13:05   ` AngeloGioacchino Del Regno
2023-05-31 13:05     ` AngeloGioacchino Del Regno
2023-05-31 13:05     ` AngeloGioacchino Del Regno
2023-05-30 20:12 ` [PATCH v3 2/4] arm64: dts: mt7986: add thermal and efuse Frank Wunderlich
2023-05-30 20:12   ` Frank Wunderlich
2023-05-30 20:12   ` Frank Wunderlich
2023-05-30 20:12 ` [PATCH v3 3/4] arm64: dts: mt7986: add thermal-zones Frank Wunderlich
2023-05-30 20:12   ` Frank Wunderlich
2023-05-30 20:12   ` Frank Wunderlich
2023-05-30 20:12 ` [PATCH v3 4/4] arm64: dts: mt7986: add pwm-fan and cooling-maps to BPI-R3 dts Frank Wunderlich
2023-05-30 20:12   ` Frank Wunderlich
2023-05-30 20:12   ` Frank Wunderlich
2023-05-31 13:44 ` (subset) [PATCH v3 0/4] Add mt7986 thermal Srinivas Kandagatla
2023-05-31 13:44   ` Srinivas Kandagatla
2023-05-31 13:44   ` Srinivas Kandagatla
2023-06-09 14:39 ` Matthias Brugger [this message]
2023-06-09 14:39   ` Matthias Brugger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ad9bc224-7e3a-49cb-40c7-c1fc0876599d@gmail.com \
    --to=matthias.bgg@gmail.com \
    --cc=andrew-ct.chen@mediatek.com \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=daniel@makrotopia.org \
    --cc=devicetree@vger.kernel.org \
    --cc=frank-w@public-files.de \
    --cc=hui.liu@mediatek.com \
    --cc=jic23@kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=lala.lin@mediatek.com \
    --cc=lars@metafoo.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux@fw-web.de \
    --cc=robh+dt@kernel.org \
    --cc=srinivas.kandagatla@linaro.org \
    --cc=zhiyong.tao@mediatek.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.