linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 00/17] Improve the MT8365 SoC and EVK board support
@ 2023-03-29  8:54 Alexandre Mergnat
  2023-03-29  8:54 ` [PATCH v3 01/17] dt-bindings: watchdog: mediatek,mtk-wdt: add mt8365 Alexandre Mergnat
                   ` (17 more replies)
  0 siblings, 18 replies; 51+ messages in thread
From: Alexandre Mergnat @ 2023-03-29  8:54 UTC (permalink / raw)
  To: Wim Van Sebroeck, Guenter Roeck, Rob Herring,
	Krzysztof Kozlowski, Matthias Brugger,
	AngeloGioacchino Del Regno, Chaotian Jing, Ulf Hansson,
	Wenbin Mei, Linus Walleij, Zhiyong Tao,
	Bernhard Rosenkränzer
  Cc: linux-watchdog, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek, linux-mmc, linux-gpio, Alexandre Bailon,
	Fabien Parent, Amjad Ouled-Ameur, Alexandre Mergnat,
	Krzysztof Kozlowski

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.

This series depends to another one which add support for MT8365 SoC and
EVK board [1].

Regards,
Alex

[1]: https://lore.kernel.org/all/20230125143503.1015424-1-bero@baylibre.com/

Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com>
---
Changes in v3:
- Add trailers and simply resend.
- Link to v2: https://lore.kernel.org/r/20230203-evk-board-support-v2-0-6ec7cdb10ccf@baylibre.com

---
Alexandre Bailon (1):
      arm64: dts: mediatek: Increase the size BL31 reserved memory

Alexandre Mergnat (12):
      dt-bindings: watchdog: mediatek,mtk-wdt: add mt8365
      dt-bindings: pinctrl: mediatek,mt8365-pinctrl: add drive strength property
      arm64: dts: mediatek: add watchdog support for mt8365 SoC
      arm64: dts: mediatek: add pwrap support to mt8365 SoC
      arm64: dts: mediatek: add mt6357 PMIC support for  mt8365-evk
      arm64: dts: mediatek: add mmc support for mt8365 SoC
      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 SoC
      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 (2):
      arm64: dts: mediatek: fix systimer properties
      arm64: dts: mediatek: Add CPU Idle support

Fabien Parent (2):
      arm64: dts: mediatek: add mt6357 device-tree
      arm64: dts: mediatek: set vmc regulator as always on

 .../bindings/pinctrl/mediatek,mt8365-pinctrl.yaml  |   3 +
 .../bindings/watchdog/mediatek,mtk-wdt.yaml        |   1 +
 arch/arm64/boot/dts/mediatek/mt6357.dtsi           | 282 +++++++++++++++++++++
 arch/arm64/boot/dts/mediatek/mt8365-evk.dts        | 254 ++++++++++++++++++-
 arch/arm64/boot/dts/mediatek/mt8365.dtsi           | 196 +++++++++++++-
 5 files changed, 731 insertions(+), 5 deletions(-)
---
base-commit: 555b3a55823ec063129de4403899203febb58788
change-id: 20230203-evk-board-support-d5b7a839ed7b

Best regards,
-- 
Alexandre Mergnat <amergnat@baylibre.com>


^ permalink raw reply	[flat|nested] 51+ messages in thread

end of thread, other threads:[~2023-04-16 15:52 UTC | newest]

Thread overview: 51+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-29  8:54 [PATCH v3 00/17] Improve the MT8365 SoC and EVK board support Alexandre Mergnat
2023-03-29  8:54 ` [PATCH v3 01/17] dt-bindings: watchdog: mediatek,mtk-wdt: add mt8365 Alexandre Mergnat
2023-03-29 13:17   ` AngeloGioacchino Del Regno
2023-03-30 17:16   ` Matthias Brugger
2023-04-16 15:52   ` Guenter Roeck
2023-03-29  8:54 ` [PATCH v3 02/17] dt-bindings: pinctrl: mediatek,mt8365-pinctrl: add drive strength property Alexandre Mergnat
2023-03-30 17:17   ` Matthias Brugger
2023-03-31  8:24   ` Krzysztof Kozlowski
2023-03-29  8:54 ` [PATCH v3 03/17] arm64: dts: mediatek: Increase the size BL31 reserved memory amergnat
2023-03-29 13:17   ` AngeloGioacchino Del Regno
2023-03-30 17:20   ` Matthias Brugger
2023-03-29  8:54 ` [PATCH v3 04/17] arm64: dts: mediatek: add watchdog support for mt8365 SoC Alexandre Mergnat
2023-03-29 13:17   ` AngeloGioacchino Del Regno
2023-03-29  8:54 ` [PATCH v3 05/17] arm64: dts: mediatek: add mt6357 device-tree amergnat
2023-03-29 13:17   ` AngeloGioacchino Del Regno
2023-03-30 17:22     ` Matthias Brugger
2023-03-31  9:41     ` Alexandre Mergnat
2023-03-29  8:54 ` [PATCH v3 06/17] arm64: dts: mediatek: add pwrap support to mt8365 SoC Alexandre Mergnat
2023-03-29 13:19   ` AngeloGioacchino Del Regno
2023-03-30 17:22   ` Matthias Brugger
2023-03-29  8:54 ` [PATCH v3 07/17] arm64: dts: mediatek: add mt6357 PMIC support for mt8365-evk Alexandre Mergnat
2023-03-29 13:20   ` AngeloGioacchino Del Regno
2023-03-29  8:54 ` [PATCH v3 08/17] arm64: dts: mediatek: add mmc support for mt8365 SoC Alexandre Mergnat
2023-03-29 13:21   ` AngeloGioacchino Del Regno
2023-03-30 17:28     ` Matthias Brugger
2023-03-29  8:54 ` [PATCH v3 09/17] arm64: dts: mediatek: add mmc support for mt8365-evk Alexandre Mergnat
2023-03-29 13:24   ` AngeloGioacchino Del Regno
2023-03-29  8:54 ` [PATCH v3 10/17] arm64: dts: mediatek: set vmc regulator as always on amergnat
2023-03-29 13:25   ` AngeloGioacchino Del Regno
2023-03-31 11:08     ` Alexandre Mergnat
2023-03-31 11:23       ` Alexandre Mergnat
2023-03-29  8:54 ` [PATCH v3 11/17] arm64: dts: mediatek: add usb controller support for mt8365-evk Alexandre Mergnat
2023-03-29 13:26   ` AngeloGioacchino Del Regno
2023-03-30 17:30     ` Matthias Brugger
2023-03-29  8:54 ` [PATCH v3 12/17] arm64: dts: mediatek: add ethernet support for mt8365 SoC Alexandre Mergnat
2023-03-29 13:27   ` AngeloGioacchino Del Regno
2023-03-30 17:31   ` Matthias Brugger
2023-03-29  8:54 ` [PATCH v3 13/17] arm64: dts: mediatek: add ethernet support for mt8365-evk Alexandre Mergnat
2023-03-29  8:54 ` [PATCH v3 14/17] arm64: dts: mediatek: add OPP support for mt8365 SoC Alexandre Mergnat
2023-03-29 13:28   ` AngeloGioacchino Del Regno
2023-03-29  8:54 ` [PATCH v3 15/17] arm64: dts: mediatek: add cpufreq support for mt8365-evk Alexandre Mergnat
2023-03-29 13:28   ` AngeloGioacchino Del Regno
2023-03-29  8:54 ` [PATCH v3 16/17] arm64: dts: mediatek: fix systimer properties amergnat
2023-03-29 13:29   ` AngeloGioacchino Del Regno
2023-03-30 17:34   ` Matthias Brugger
2023-03-31 12:05     ` Alexandre Mergnat
2023-03-29  8:54 ` [PATCH v3 17/17] arm64: dts: mediatek: Add CPU Idle support amergnat
2023-03-29 13:31   ` AngeloGioacchino Del Regno
2023-03-30  0:09 ` [PATCH v3 00/17] Improve the MT8365 SoC and EVK board support Kevin Hilman
2023-03-30  9:54   ` Alexandre Mergnat
2023-03-30 20:56     ` Kevin Hilman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).