From: Matthias Brugger <matthias.bgg@gmail.com>
To: Alexandre Mergnat <amergnat@baylibre.com>,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will@kernel.org>,
Wim Van Sebroeck <wim@linux-watchdog.org>,
Guenter Roeck <linux@roeck-us.net>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com>,
Conor Dooley <conor+dt@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-watchdog@vger.kernel.org,
devicetree@vger.kernel.org, linux-mediatek@lists.infradead.org,
Kevin Hilman <khilman@baylibre.com>,
Amjad Ouled-Ameur <aouledameur@baylibre.com>
Subject: Re: [PATCH v8 00/10] Improve the MT8365 SoC and EVK board support
Date: Mon, 29 May 2023 15:22:03 +0200 [thread overview]
Message-ID: <81193660-ee37-2fdf-6668-13f1e2649a1e@gmail.com> (raw)
In-Reply-To: <20230203-evk-board-support-v8-0-7019f3fd0adf@baylibre.com>
On 25/05/2023 10:33, Alexandre Mergnat wrote:
> This commits are based on the Fabien Parent <fparent@baylibre.com> work.
>
> The purpose of this series is to add the following HWs / IPs support for
> the mt8365-evk board:
> - Watchdog
> - Power Management Integrated Circuit "PMIC" wrapper
> - MT6357 PMIC
> - MultiMediaCard "MMC" & Secure Digital "SD" controller
> - USB controller
> - Ethernet MAC controller
>
> Add CPU Freq & IDLE support for this board.
>
> All previous dependancies are merged and released into the v6.4-rc1.
>
> === Build:
>
> To test this serie, cherry-pick this serie, and build it using the arm64
> defconfig.
>
> Regards,
> Alex
>
> Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com>
> ---
> Changes in v8:
> - Change vqmmc-supply of mmc1 node.
> - Remove all always-on regulators from the board devicetree.
> - Link to v7: https://lore.kernel.org/r/20230203-evk-board-support-v7-0-98cbdfac656e@baylibre.com
>
> Changes in v7:
> - Rebase to the kernel v6.4-rc1.
> - Remove "dt-bindings: watchdog: mediatek,mtk-wdt: add mt8365" because
> it was applied.
> - Link to v6: https://lore.kernel.org/r/20230203-evk-board-support-v6-0-8d6b1cfe7f29@baylibre.com
>
> Changes in v6:
> - Add commit message for the arm64 defconfig changes
> - Fix the mail list
> - Link to v5: https://lore.kernel.org/r/20230203-evk-board-support-v5-0-1883c1b405ad@baylibre.com
>
> Changes in v5:
> - Add patches to build the MT6357 regulator driver and MTK PMIC keys by default
> - Remove "dt-bindings: pinctrl: mediatek,mt8365-pinctrl: add drive strength property"
> patch from this serie and add it to the pinctrl serie [3]
> - Link to v4: https://lore.kernel.org/r/20230203-evk-board-support-v4-0-5cffe66a38c0@baylibre.com
>
> Changes in v4:
> - Remove v3 applied patch from the serie:
> - arm64: dts: mediatek: add ethernet support for mt8365 SoC
> - arm64: dts: mediatek: add mmc support for mt8365 SoC
> - arm64: dts: mediatek: add mt6357 device-tree
> - arm64: dts: mediatek: add pwrap support to mt8365 SoC
> - arm64: dts: mediatek: Increase the size BL31 reserved memory
> - Drop "arm64: dts: mediatek: fix systimer properties" which is done [1]
> - Fix style, typo and re-order properties.
> - Use interrupts-extended for the PMIC node.
> - Link to v3: https://lore.kernel.org/r/20230203-evk-board-support-v3-0-0003e80e0095@baylibre.com
>
> Changes in v3:
> - Remove v2 applied patch from the serie:
> - dt-bindings: mmc: mediatek,mtk-sd: add mt8365
> - Add trailers and simply resend.
> - Link to v2: https://lore.kernel.org/r/20230203-evk-board-support-v2-0-6ec7cdb10ccf@baylibre.com
>
> ---
> Alexandre Mergnat (9):
> arm64: defconfig: enable MT6357 regulator
> arm64: defconfig: enable Mediatek PMIC key
> arm64: dts: mediatek: add watchdog support for mt8365 SoC
> arm64: dts: mediatek: add mt6357 PMIC support for mt8365-evk
> arm64: dts: mediatek: add mmc support for mt8365-evk
> arm64: dts: mediatek: add usb controller support for mt8365-evk
> arm64: dts: mediatek: add ethernet support for mt8365-evk
> arm64: dts: mediatek: add OPP support for mt8365 SoC
> arm64: dts: mediatek: add cpufreq support for mt8365-evk
>
> Amjad Ouled-Ameur (1):
> arm64: dts: mediatek: Add CPU Idle support
>
> arch/arm64/boot/dts/mediatek/mt8365-evk.dts | 235 ++++++++++++++++++++++++++++
> arch/arm64/boot/dts/mediatek/mt8365.dtsi | 142 +++++++++++++++++
> arch/arm64/configs/defconfig | 2 +
> 3 files changed, 379 insertions(+)
> ---
> base-commit: d2b7e0f7ff8e0b21e4c8d0ae6dfa38786fe44b35
> change-id: 20230203-evk-board-support-d5b7a839ed7b
>
> Best regards,
Whole series applied, thanks!
next prev parent reply other threads:[~2023-05-29 13:22 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-25 8:33 [PATCH v8 00/10] Improve the MT8365 SoC and EVK board support Alexandre Mergnat
2023-05-25 8:33 ` [PATCH v8 01/10] arm64: defconfig: enable MT6357 regulator Alexandre Mergnat
2023-05-30 13:28 ` Krzysztof Kozlowski
2023-05-25 8:33 ` [PATCH v8 02/10] arm64: defconfig: enable Mediatek PMIC key Alexandre Mergnat
2023-05-25 8:33 ` [PATCH v8 03/10] arm64: dts: mediatek: add watchdog support for mt8365 SoC Alexandre Mergnat
2023-05-25 8:33 ` [PATCH v8 04/10] arm64: dts: mediatek: add mt6357 PMIC support for mt8365-evk Alexandre Mergnat
2023-05-25 8:33 ` [PATCH v8 05/10] arm64: dts: mediatek: add mmc " Alexandre Mergnat
2023-05-25 8:33 ` [PATCH v8 06/10] arm64: dts: mediatek: add usb controller " Alexandre Mergnat
2023-05-25 8:33 ` [PATCH v8 07/10] arm64: dts: mediatek: add ethernet " Alexandre Mergnat
2023-05-25 8:49 ` AngeloGioacchino Del Regno
2023-05-25 8:33 ` [PATCH v8 08/10] arm64: dts: mediatek: add OPP support for mt8365 SoC Alexandre Mergnat
2023-05-25 8:33 ` [PATCH v8 09/10] arm64: dts: mediatek: add cpufreq support for mt8365-evk Alexandre Mergnat
2023-05-25 8:33 ` [PATCH v8 10/10] arm64: dts: mediatek: Add CPU Idle support amergnat
2023-05-29 13:22 ` Matthias Brugger [this message]
2023-05-29 14:00 ` [PATCH v8 00/10] Improve the MT8365 SoC and EVK board support Alexandre Mergnat
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=81193660-ee37-2fdf-6668-13f1e2649a1e@gmail.com \
--to=matthias.bgg@gmail.com \
--cc=amergnat@baylibre.com \
--cc=angelogioacchino.delregno@collabora.com \
--cc=aouledameur@baylibre.com \
--cc=catalin.marinas@arm.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=khilman@baylibre.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=robh+dt@kernel.org \
--cc=will@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