2023-05-25 08:55:28

by Alexandre Mergnat

[permalink] [raw]
Subject: [PATCH v8 00/10] Improve the MT8365 SoC and EVK board support

This commits are based on the Fabien Parent <[email protected]> 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 <[email protected]>
---
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/[email protected]

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/[email protected]

Changes in v6:
- Add commit message for the arm64 defconfig changes
- Fix the mail list
- Link to v5: https://lore.kernel.org/r/[email protected]

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/[email protected]

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/[email protected]

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/[email protected]

---
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,
--
Alexandre Mergnat <[email protected]>



2023-05-29 13:25:51

by Matthias Brugger

[permalink] [raw]
Subject: Re: [PATCH v8 00/10] Improve the MT8365 SoC and EVK board support



On 25/05/2023 10:33, Alexandre Mergnat wrote:
> This commits are based on the Fabien Parent <[email protected]> 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 <[email protected]>
> ---
> 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/[email protected]
>
> 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/[email protected]
>
> Changes in v6:
> - Add commit message for the arm64 defconfig changes
> - Fix the mail list
> - Link to v5: https://lore.kernel.org/r/[email protected]
>
> 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/[email protected]
>
> 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/[email protected]
>
> 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/[email protected]
>
> ---
> 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!

2023-05-29 14:29:10

by Alexandre Mergnat

[permalink] [raw]
Subject: Re: [PATCH v8 00/10] Improve the MT8365 SoC and EVK board support

Awesome !!!

Thank you Matthias

Regards,
Alexandre


Le lun. 29 mai 2023 à 15:22, Matthias Brugger <[email protected]> a écrit :
>
>
>
> On 25/05/2023 10:33, Alexandre Mergnat wrote:
> > This commits are based on the Fabien Parent <[email protected]> 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 <[email protected]>
> > ---
> > 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/[email protected]
> >
> > 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/[email protected]
> >
> > Changes in v6:
> > - Add commit message for the arm64 defconfig changes
> > - Fix the mail list
> > - Link to v5: https://lore.kernel.org/r/[email protected]
> >
> > 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/[email protected]
> >
> > 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/[email protected]
> >
> > 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/[email protected]
> >
> > ---
> > 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!