public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: "Jh Hsu (許希孜)" <Jh.Hsu@mediatek.com>
To: "conor@kernel.org" <conor@kernel.org>
Cc: "daniel.lezcano@linaro.org" <daniel.lezcano@linaro.org>,
	"ukleinek@kernel.org" <ukleinek@kernel.org>,
	"tglx@linutronix.de" <tglx@linutronix.de>,
	"wim@linux-watchdog.org" <wim@linux-watchdog.org>,
	"conor+dt@kernel.org" <conor+dt@kernel.org>,
	"AngeloGioacchino Del Regno"
	<angelogioacchino.delregno@collabora.com>,
	"Andrew-CT Chen (陳智迪)" <Andrew-CT.Chen@mediatek.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"jirislaby@kernel.org" <jirislaby@kernel.org>,
	"linux-pwm@vger.kernel.org" <linux-pwm@vger.kernel.org>,
	"nuno.sa@analog.com" <nuno.sa@analog.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"Chunfeng Yun (云春峰)" <Chunfeng.Yun@mediatek.com>,
	"linux-usb@vger.kernel.org" <linux-usb@vger.kernel.org>,
	"matthias.bgg@gmail.com" <matthias.bgg@gmail.com>,
	"krzk+dt@kernel.org" <krzk+dt@kernel.org>,
	"linux-mediatek@lists.infradead.org"
	<linux-mediatek@lists.infradead.org>,
	"linux-watchdog@vger.kernel.org" <linux-watchdog@vger.kernel.org>,
	"linux-serial@vger.kernel.org" <linux-serial@vger.kernel.org>,
	"Zhiyong Tao (陶志勇)" <Zhiyong.Tao@mediatek.com>,
	"linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>,
	"andy@kernel.org" <andy@kernel.org>,
	"gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>,
	"Sean Wang" <Sean.Wang@mediatek.com>,
	"Lala Lin (林秀芬)" <Lala.Lin@mediatek.com>,
	"robh@kernel.org" <robh@kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"jic23@kernel.org" <jic23@kernel.org>,
	"dlechner@baylibre.com" <dlechner@baylibre.com>,
	"srini@kernel.org" <srini@kernel.org>,
	"Jitao Shi (石记涛)" <jitao.shi@mediatek.com>,
	Project_Global_Chrome_Upstream_Group
	<Project_Global_Chrome_Upstream_Group@mediatek.com>,
	"linux@roeck-us.net" <linux@roeck-us.net>
Subject: Re: [PATCH v6 00/11] Add mt8189 dts evaluation board and Makefile
Date: Wed, 5 Nov 2025 07:06:50 +0000	[thread overview]
Message-ID: <d75decc54a4fc129e5f011cd6e91191896203b48.camel@mediatek.com> (raw)
In-Reply-To: <20251030-deodorant-unglazed-190cbfb4a69b@spud>

On Thu, 2025-10-30 at 19:49 +0000, Conor Dooley wrote:
> On Thu, Oct 30, 2025 at 09:44:32PM +0800, Jack Hsu wrote:
> > In this patch series, 
> > we add Mediatek MT8189 evaluation board dts, dtsi and Makefile,
> > and also related dt-binding documents.
> > Jack Hsu (11):
> >   dt-bindings: arm: Add compatible for MediaTek MT8189
> >   dt-bindings: iio: adc: Support MediaTek MT8189 evb board auxadc
> >   dt-bindings: nvmem: Support MediaTek MT8189 evb board efuse
> >   dt-bindings: pwm: Support MediaTek MT8189 evb board disp-pwm
> >   dt-bindings: serial: Support MediaTek MT8189 evb board uart
> >   dt-bindings: timer: Support MediaTek MT8189 evb board timer
> >   dt-bindings: usb: Support MediaTek MT8189 evb board xhci
> >   dt-bindings: watchdog: Support MediaTek MT8189 evb board wdt
> 
> Please drop mention of the evb from all of these commit messages. The
> compatible has nothing to do with the evb board, it's going to be
> common
> across all boards using an mt8189.
> 
> >   arm64: dts: mediatek: Add MT6319 PMIC Support
> >   arm64: dts: mediatek: add properties for MT6359
> 
> Wait a minute, what are these two patches even doing in this series
> in
> the first place, when it is otherwise about the mt8189?
mt8189 evb board include mt63xx.dtsi, 
and the dtsi files maybe for other boards in the future, 
ie. mt8189/81xx custom/OEM/ODM boards.
Should i separate those two patches as a new patch series ?





  reply	other threads:[~2025-11-05  7:07 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-30 13:44 [PATCH v6 00/11] Add mt8189 dts evaluation board and Makefile Jack Hsu
2025-10-30 13:44 ` [PATCH v6 01/11] dt-bindings: arm: Add compatible for MediaTek MT8189 Jack Hsu
2025-10-30 19:30   ` Conor Dooley
2025-10-30 13:44 ` [PATCH v6 02/11] dt-bindings: iio: adc: Support MediaTek MT8189 evb board auxadc Jack Hsu
2025-10-30 19:30   ` Conor Dooley
2025-11-01 16:28     ` Jonathan Cameron
2025-10-30 13:44 ` [PATCH v6 03/11] dt-bindings: nvmem: Support MediaTek MT8189 evb board efuse Jack Hsu
2025-10-30 19:31   ` Conor Dooley
2025-10-30 13:44 ` [PATCH v6 04/11] dt-bindings: pwm: Support MediaTek MT8189 evb board disp-pwm Jack Hsu
2025-10-30 17:20   ` Uwe Kleine-König
2025-10-30 19:36   ` Conor Dooley
2025-10-30 13:44 ` [PATCH v6 05/11] dt-bindings: serial: Support MediaTek MT8189 evb board uart Jack Hsu
2025-10-30 13:44 ` [PATCH v6 06/11] dt-bindings: timer: Support MediaTek MT8189 evb board timer Jack Hsu
2025-10-30 19:30   ` Conor Dooley
2025-10-30 13:44 ` [PATCH v6 07/11] dt-bindings: usb: Support MediaTek MT8189 evb board xhci Jack Hsu
2025-10-30 19:32   ` Conor Dooley
2025-10-31  8:19     ` Krzysztof Kozlowski
2025-10-31 10:38       ` Conor Dooley
2025-10-31  8:18   ` Krzysztof Kozlowski
2025-10-30 13:44 ` [PATCH v6 08/11] dt-bindings: watchdog: Support MediaTek MT8189 evb board wdt Jack Hsu
2025-10-30 19:32   ` Conor Dooley
2025-10-30 20:55   ` Guenter Roeck
2025-10-30 13:44 ` [PATCH v6 09/11] arm64: dts: mediatek: Add MT6319 PMIC Support Jack Hsu
2025-10-30 19:34   ` Conor Dooley
2025-10-30 13:44 ` [PATCH v6 10/11] arm64: dts: mediatek: add properties for MT6359 Jack Hsu
2025-10-30 19:46   ` Conor Dooley
2025-10-30 19:49 ` [PATCH v6 00/11] Add mt8189 dts evaluation board and Makefile Conor Dooley
2025-11-05  7:06   ` Jh Hsu (許希孜) [this message]
2025-11-05 18:48     ` Conor Dooley
2025-11-06  5:33       ` Jh Hsu (許希孜)
2025-11-05 16:58 ` (subset) " Srinivas Kandagatla

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=d75decc54a4fc129e5f011cd6e91191896203b48.camel@mediatek.com \
    --to=jh.hsu@mediatek.com \
    --cc=Andrew-CT.Chen@mediatek.com \
    --cc=Chunfeng.Yun@mediatek.com \
    --cc=Lala.Lin@mediatek.com \
    --cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
    --cc=Sean.Wang@mediatek.com \
    --cc=Zhiyong.Tao@mediatek.com \
    --cc=andy@kernel.org \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=conor+dt@kernel.org \
    --cc=conor@kernel.org \
    --cc=daniel.lezcano@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dlechner@baylibre.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jic23@kernel.org \
    --cc=jirislaby@kernel.org \
    --cc=jitao.shi@mediatek.com \
    --cc=krzk+dt@kernel.org \
    --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-pwm@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=matthias.bgg@gmail.com \
    --cc=nuno.sa@analog.com \
    --cc=robh@kernel.org \
    --cc=srini@kernel.org \
    --cc=tglx@linutronix.de \
    --cc=ukleinek@kernel.org \
    --cc=wim@linux-watchdog.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox