From: Jonathan Cameron <Jonathan.Cameron@Huawei.com>
To: allen-kh.cheng <allen-kh.cheng@mediatek.com>
Cc: Ulf Hansson <ulf.hansson@linaro.org>,
Rob Herring <robh+dt@kernel.org>,
Matthias Brugger <matthias.bgg@gmail.com>,
Kishon Vijay Abraham I <kishon@ti.com>,
Vinod Koul <vkoul@kernel.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Daniel Lezcano <daniel.lezcano@linaro.org>,
Thomas Gleixner <tglx@linutronix.de>,
Wim Van Sebroeck <wim@linux-watchdog.org>,
Guenter Roeck <linux@roeck-us.net>, <hsinyi@chromium.org>,
<Project_Global_Chrome_Upstream_Group@mediatek.com>,
<linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>,
<linux-mediatek@lists.infradead.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-iio@vger.kernel.org>, <linux-mmc@vger.kernel.org>,
<linux-serial@vger.kernel.org>, <linux-spi@vger.kernel.org>,
<linux-watchdog@vger.kernel.org>
Subject: Re: [PATCH v3 0/7] Add basic node support for Mediatek MT8186 SoC
Date: Fri, 28 Jan 2022 10:32:09 +0000 [thread overview]
Message-ID: <20220128103209.00002704@Huawei.com> (raw)
In-Reply-To: <20220128062050.23978-1-allen-kh.cheng@mediatek.com>
On Fri, 28 Jan 2022 14:20:43 +0800
allen-kh.cheng <allen-kh.cheng@mediatek.com> wrote:
> From: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com>
>
> MT8186 is a SoC based on 64bit ARMv8 architecture.
> It contains 6 CA55 and 2 CA78 cores.
> MT8186 share many HW IP with MT65xx series.
>
> This patchset was tested on MT8186 evaluation board to shell.
Please prune your cc list for any future versions.
We all get enough emails as it is :)
I'm not seeing anything relevant to linux-iio in here for example.
Thanks,
Jonathan
>
> Based on linux-next
>
> changes since v2:$
> - add soc {} in mt8186.dtsi
>
> changes since v1:
> - add dt-bindings: arm: Add compatible for Mediatek MT8186
>
>
> Allen-KH Cheng (7):
> dt-bindings: timer: Add compatible for Mediatek MT8186
> dt-bindings: serial: Add compatible for Mediatek MT8186
> dt-bindings: watchdog: Add compatible for Mediatek MT8186
> dt-bindings: mmc: Add compatible for Mediatek MT8186
> dt-bindings: phy: Add compatible for Mediatek MT8186
> dt-bindings: arm: Add compatible for Mediatek MT8186
> arm64: dts: Add Mediatek SoC MT8186 dts and evaluation board and
> Makefile
>
> .../devicetree/bindings/arm/mediatek.yaml | 4 +
> .../devicetree/bindings/mmc/mtk-sd.yaml | 3 +
> .../bindings/phy/mediatek,tphy.yaml | 1 +
> .../devicetree/bindings/serial/mtk-uart.txt | 1 +
> .../bindings/timer/mediatek,mtk-timer.txt | 1 +
> .../devicetree/bindings/watchdog/mtk-wdt.txt | 1 +
> arch/arm64/boot/dts/mediatek/Makefile | 1 +
> arch/arm64/boot/dts/mediatek/mt8186-evb.dts | 24 ++
> arch/arm64/boot/dts/mediatek/mt8186.dtsi | 360 ++++++++++++++++++
> 9 files changed, 396 insertions(+)
> create mode 100644 arch/arm64/boot/dts/mediatek/mt8186-evb.dts
> create mode 100644 arch/arm64/boot/dts/mediatek/mt8186.dtsi
>
_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek
WARNING: multiple messages have this Message-ID (diff)
From: Jonathan Cameron <Jonathan.Cameron@Huawei.com>
To: allen-kh.cheng <allen-kh.cheng@mediatek.com>
Cc: Ulf Hansson <ulf.hansson@linaro.org>,
Rob Herring <robh+dt@kernel.org>,
Matthias Brugger <matthias.bgg@gmail.com>,
Kishon Vijay Abraham I <kishon@ti.com>,
Vinod Koul <vkoul@kernel.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Daniel Lezcano <daniel.lezcano@linaro.org>,
Thomas Gleixner <tglx@linutronix.de>,
Wim Van Sebroeck <wim@linux-watchdog.org>,
Guenter Roeck <linux@roeck-us.net>, <hsinyi@chromium.org>,
<Project_Global_Chrome_Upstream_Group@mediatek.com>,
<linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>,
<linux-mediatek@lists.infradead.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-iio@vger.kernel.org>, <linux-mmc@vger.kernel.org>,
<linux-serial@vger.kernel.org>, <linux-spi@vger.kernel.org>,
<linux-watchdog@vger.kernel.org>
Subject: Re: [PATCH v3 0/7] Add basic node support for Mediatek MT8186 SoC
Date: Fri, 28 Jan 2022 10:32:09 +0000 [thread overview]
Message-ID: <20220128103209.00002704@Huawei.com> (raw)
In-Reply-To: <20220128062050.23978-1-allen-kh.cheng@mediatek.com>
On Fri, 28 Jan 2022 14:20:43 +0800
allen-kh.cheng <allen-kh.cheng@mediatek.com> wrote:
> From: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com>
>
> MT8186 is a SoC based on 64bit ARMv8 architecture.
> It contains 6 CA55 and 2 CA78 cores.
> MT8186 share many HW IP with MT65xx series.
>
> This patchset was tested on MT8186 evaluation board to shell.
Please prune your cc list for any future versions.
We all get enough emails as it is :)
I'm not seeing anything relevant to linux-iio in here for example.
Thanks,
Jonathan
>
> Based on linux-next
>
> changes since v2:$
> - add soc {} in mt8186.dtsi
>
> changes since v1:
> - add dt-bindings: arm: Add compatible for Mediatek MT8186
>
>
> Allen-KH Cheng (7):
> dt-bindings: timer: Add compatible for Mediatek MT8186
> dt-bindings: serial: Add compatible for Mediatek MT8186
> dt-bindings: watchdog: Add compatible for Mediatek MT8186
> dt-bindings: mmc: Add compatible for Mediatek MT8186
> dt-bindings: phy: Add compatible for Mediatek MT8186
> dt-bindings: arm: Add compatible for Mediatek MT8186
> arm64: dts: Add Mediatek SoC MT8186 dts and evaluation board and
> Makefile
>
> .../devicetree/bindings/arm/mediatek.yaml | 4 +
> .../devicetree/bindings/mmc/mtk-sd.yaml | 3 +
> .../bindings/phy/mediatek,tphy.yaml | 1 +
> .../devicetree/bindings/serial/mtk-uart.txt | 1 +
> .../bindings/timer/mediatek,mtk-timer.txt | 1 +
> .../devicetree/bindings/watchdog/mtk-wdt.txt | 1 +
> arch/arm64/boot/dts/mediatek/Makefile | 1 +
> arch/arm64/boot/dts/mediatek/mt8186-evb.dts | 24 ++
> arch/arm64/boot/dts/mediatek/mt8186.dtsi | 360 ++++++++++++++++++
> 9 files changed, 396 insertions(+)
> create mode 100644 arch/arm64/boot/dts/mediatek/mt8186-evb.dts
> create mode 100644 arch/arm64/boot/dts/mediatek/mt8186.dtsi
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-01-28 10:33 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-28 6:20 [PATCH v3 0/7] Add basic node support for Mediatek MT8186 SoC allen-kh.cheng
2022-01-28 6:20 ` allen-kh.cheng
2022-01-28 6:20 ` [PATCH v3 1/7] dt-bindings: timer: Add compatible for Mediatek MT8186 allen-kh.cheng
2022-01-28 6:20 ` allen-kh.cheng
2022-02-28 11:26 ` Matthias Brugger
2022-02-28 11:26 ` Matthias Brugger
2022-02-28 11:26 ` Matthias Brugger
2022-01-28 6:20 ` [PATCH v3 2/7] dt-bindings: serial: " allen-kh.cheng
2022-01-28 6:20 ` allen-kh.cheng
2022-01-28 6:20 ` [PATCH v3 3/7] dt-bindings: watchdog: " allen-kh.cheng
2022-01-28 6:20 ` allen-kh.cheng
2022-02-23 6:20 ` Rex-BC Chen
2022-02-23 6:20 ` Rex-BC Chen
2022-01-28 6:20 ` [PATCH v3 4/7] dt-bindings: mmc: " allen-kh.cheng
2022-01-28 6:20 ` allen-kh.cheng
2022-01-31 16:28 ` Ulf Hansson
2022-01-31 16:28 ` Ulf Hansson
2022-01-28 6:20 ` [PATCH v3 5/7] dt-bindings: phy: " allen-kh.cheng
2022-01-28 6:20 ` allen-kh.cheng
2022-02-02 14:27 ` Vinod Koul
2022-02-02 14:27 ` Vinod Koul
2022-02-02 14:27 ` Vinod Koul
2022-01-28 6:20 ` [PATCH v3 6/7] dt-bindings: arm: " allen-kh.cheng
2022-01-28 6:20 ` allen-kh.cheng
2022-01-28 6:20 ` [PATCH v3 7/7] arm64: dts: Add Mediatek SoC MT8186 dts and evaluation board and Makefile allen-kh.cheng
2022-01-28 6:20 ` allen-kh.cheng
2022-01-28 10:32 ` Jonathan Cameron [this message]
2022-01-28 10:32 ` [PATCH v3 0/7] Add basic node support for Mediatek MT8186 SoC Jonathan Cameron
2022-01-28 11:05 ` allen-kh.cheng
2022-01-28 11:05 ` allen-kh.cheng
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=20220128103209.00002704@Huawei.com \
--to=jonathan.cameron@huawei.com \
--cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
--cc=allen-kh.cheng@mediatek.com \
--cc=daniel.lezcano@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=hsinyi@chromium.org \
--cc=kishon@ti.com \
--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-mmc@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=linux-spi@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=matthias.bgg@gmail.com \
--cc=robh+dt@kernel.org \
--cc=tglx@linutronix.de \
--cc=ulf.hansson@linaro.org \
--cc=vkoul@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 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.