All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Mergnat <amergnat@baylibre.com>
To: Zhiyong Tao <zhiyong.tao@mediatek.com>,
	Guenter Roeck <linux@roeck-us.net>,
	Linus Walleij <linus.walleij@linaro.org>,
	Bernhard Rosenkränzer <bero@baylibre.com>,
	AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	Ulf Hansson <ulf.hansson@linaro.org>,
	Wim Van Sebroeck <wim@linux-watchdog.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Chaotian Jing <chaotian.jing@mediatek.com>,
	Rob Herring <robh+dt@kernel.org>,
	Wenbin Mei <wenbin.mei@mediatek.com>,
	Matthias Brugger <matthias.bgg@gmail.com>
Cc: linux-mmc@vger.kernel.org,
	Alexandre Bailon <abailon@baylibre.com>,
	devicetree@vger.kernel.org,
	Amjad Ouled-Ameur <aouledameur@baylibre.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org,
	linux-watchdog@vger.kernel.org,
	Alexandre Mergnat <amergnat@baylibre.com>,
	linux-mediatek@lists.infradead.org,
	Fabien Parent <fparent@baylibre.com>
Subject: [PATCH v2 00/18] Improve the MT8365 SoC and EVK board support
Date: Tue, 07 Mar 2023 14:17:29 +0100	[thread overview]
Message-ID: <20230203-evk-board-support-v2-0-6ec7cdb10ccf@baylibre.com> (raw)

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/

To: Wim Van Sebroeck <wim@linux-watchdog.org>
To: Guenter Roeck <linux@roeck-us.net>
To: Rob Herring <robh+dt@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
To: Matthias Brugger <matthias.bgg@gmail.com>
To: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
To: Chaotian Jing <chaotian.jing@mediatek.com>
To: Ulf Hansson <ulf.hansson@linaro.org>
To: Wenbin Mei <wenbin.mei@mediatek.com>
To: Linus Walleij <linus.walleij@linaro.org>
To: Zhiyong Tao <zhiyong.tao@mediatek.com>
To: Bernhard Rosenkränzer <bero@baylibre.com>
Cc: linux-watchdog@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-mediatek@lists.infradead.org
Cc: linux-mmc@vger.kernel.org
Cc: linux-gpio@vger.kernel.org
Cc: Alexandre Bailon <abailon@baylibre.com>
Cc: Fabien Parent <fparent@baylibre.com>
Cc: Amjad Ouled-Ameur <aouledameur@baylibre.com>
Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com>

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

Alexandre Mergnat (13):
      dt-bindings: watchdog: mediatek,mtk-wdt: add mt8365
      dt-bindings: mmc: mediatek,mtk-sd: 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

 Documentation/devicetree/bindings/mmc/mtk-sd.yaml  |   1 +
 .../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 +++++++++++++-
 6 files changed, 732 insertions(+), 5 deletions(-)
---
base-commit: 555b3a55823ec063129de4403899203febb58788
change-id: 20230203-evk-board-support-d5b7a839ed7b

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


WARNING: multiple messages have this Message-ID (diff)
From: Alexandre Mergnat <amergnat@baylibre.com>
To: Zhiyong Tao <zhiyong.tao@mediatek.com>,
	Guenter Roeck <linux@roeck-us.net>,
	Linus Walleij <linus.walleij@linaro.org>,
	Bernhard Rosenkränzer <bero@baylibre.com>,
	AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	Ulf Hansson <ulf.hansson@linaro.org>,
	Wim Van Sebroeck <wim@linux-watchdog.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Chaotian Jing <chaotian.jing@mediatek.com>,
	Rob Herring <robh+dt@kernel.org>,
	Wenbin Mei <wenbin.mei@mediatek.com>,
	Matthias Brugger <matthias.bgg@gmail.com>
Cc: linux-mmc@vger.kernel.org,
	Alexandre Bailon <abailon@baylibre.com>,
	devicetree@vger.kernel.org,
	Amjad Ouled-Ameur <aouledameur@baylibre.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org,
	linux-watchdog@vger.kernel.org,
	Alexandre Mergnat <amergnat@baylibre.com>,
	linux-mediatek@lists.infradead.org,
	Fabien Parent <fparent@baylibre.com>
Subject: [PATCH v2 00/18] Improve the MT8365 SoC and EVK board support
Date: Tue, 07 Mar 2023 14:17:29 +0100	[thread overview]
Message-ID: <20230203-evk-board-support-v2-0-6ec7cdb10ccf@baylibre.com> (raw)

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/

To: Wim Van Sebroeck <wim@linux-watchdog.org>
To: Guenter Roeck <linux@roeck-us.net>
To: Rob Herring <robh+dt@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
To: Matthias Brugger <matthias.bgg@gmail.com>
To: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
To: Chaotian Jing <chaotian.jing@mediatek.com>
To: Ulf Hansson <ulf.hansson@linaro.org>
To: Wenbin Mei <wenbin.mei@mediatek.com>
To: Linus Walleij <linus.walleij@linaro.org>
To: Zhiyong Tao <zhiyong.tao@mediatek.com>
To: Bernhard Rosenkränzer <bero@baylibre.com>
Cc: linux-watchdog@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-mediatek@lists.infradead.org
Cc: linux-mmc@vger.kernel.org
Cc: linux-gpio@vger.kernel.org
Cc: Alexandre Bailon <abailon@baylibre.com>
Cc: Fabien Parent <fparent@baylibre.com>
Cc: Amjad Ouled-Ameur <aouledameur@baylibre.com>
Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com>

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

Alexandre Mergnat (13):
      dt-bindings: watchdog: mediatek,mtk-wdt: add mt8365
      dt-bindings: mmc: mediatek,mtk-sd: 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

 Documentation/devicetree/bindings/mmc/mtk-sd.yaml  |   1 +
 .../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 +++++++++++++-
 6 files changed, 732 insertions(+), 5 deletions(-)
---
base-commit: 555b3a55823ec063129de4403899203febb58788
change-id: 20230203-evk-board-support-d5b7a839ed7b

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2023-03-07 13:19 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-07 13:17 Alexandre Mergnat [this message]
2023-03-07 13:17 ` [PATCH v2 00/18] Improve the MT8365 SoC and EVK board support Alexandre Mergnat
2023-03-07 13:17 ` [PATCH v2 01/18] dt-bindings: watchdog: mediatek,mtk-wdt: add mt8365 Alexandre Mergnat
2023-03-07 13:17   ` Alexandre Mergnat
2023-03-10  8:30   ` Krzysztof Kozlowski
2023-03-10  8:30     ` Krzysztof Kozlowski
2023-03-07 13:17 ` [PATCH v2 02/18] dt-bindings: mmc: mediatek,mtk-sd: " Alexandre Mergnat
2023-03-07 13:17   ` Alexandre Mergnat
2023-03-10  8:30   ` Krzysztof Kozlowski
2023-03-10  8:30     ` Krzysztof Kozlowski
2023-03-10 15:14   ` Ulf Hansson
2023-03-10 15:14     ` Ulf Hansson
2023-03-07 13:17 ` [PATCH v2 03/18] dt-bindings: pinctrl: mediatek,mt8365-pinctrl: add drive strength property Alexandre Mergnat
2023-03-07 13:17   ` Alexandre Mergnat
2023-03-09 13:56   ` Linus Walleij
2023-03-09 13:56     ` Linus Walleij
2023-03-10  8:32   ` Krzysztof Kozlowski
2023-03-10  8:32     ` Krzysztof Kozlowski
2023-03-10  9:46     ` AngeloGioacchino Del Regno
2023-03-10  9:46       ` AngeloGioacchino Del Regno
2023-03-10  9:49       ` AngeloGioacchino Del Regno
2023-03-10  9:49         ` AngeloGioacchino Del Regno
2023-03-15  8:11         ` Alexandre Mergnat
2023-03-15  8:11           ` Alexandre Mergnat
2023-03-15 10:45           ` AngeloGioacchino Del Regno
2023-03-15 10:45             ` AngeloGioacchino Del Regno
2023-03-07 13:17 ` [PATCH v2 04/18] arm64: dts: mediatek: Increase the size BL31 reserved memory Alexandre Mergnat
2023-03-07 13:17   ` Alexandre Mergnat
2023-03-07 13:17 ` [PATCH v2 05/18] arm64: dts: mediatek: add watchdog support for mt8365 SoC Alexandre Mergnat
2023-03-07 13:17   ` Alexandre Mergnat
2023-03-07 13:17 ` [PATCH v2 06/18] arm64: dts: mediatek: add mt6357 device-tree Alexandre Mergnat
2023-03-07 13:17   ` Alexandre Mergnat
2023-03-07 13:17 ` [PATCH v2 07/18] arm64: dts: mediatek: add pwrap support to mt8365 SoC Alexandre Mergnat
2023-03-07 13:17   ` Alexandre Mergnat
2023-03-07 13:17 ` [PATCH v2 08/18] arm64: dts: mediatek: add mt6357 PMIC support for mt8365-evk Alexandre Mergnat
2023-03-07 13:17   ` Alexandre Mergnat
2023-03-07 13:17 ` [PATCH v2 09/18] arm64: dts: mediatek: add mmc support for mt8365 SoC Alexandre Mergnat
2023-03-07 13:17   ` Alexandre Mergnat
2023-03-07 13:17 ` [PATCH v2 10/18] arm64: dts: mediatek: add mmc support for mt8365-evk Alexandre Mergnat
2023-03-07 13:17   ` Alexandre Mergnat
2023-03-07 13:17 ` [PATCH v2 11/18] arm64: dts: mediatek: set vmc regulator as always on Alexandre Mergnat
2023-03-07 13:17   ` Alexandre Mergnat
2023-03-07 13:17 ` [PATCH v2 12/18] arm64: dts: mediatek: add usb controller support for mt8365-evk Alexandre Mergnat
2023-03-07 13:17   ` Alexandre Mergnat
2023-03-07 13:17 ` [PATCH v2 13/18] arm64: dts: mediatek: add ethernet support for mt8365 SoC Alexandre Mergnat
2023-03-07 13:17   ` Alexandre Mergnat
2023-03-07 13:17 ` [PATCH v2 14/18] arm64: dts: mediatek: add ethernet support for mt8365-evk Alexandre Mergnat
2023-03-07 13:17   ` Alexandre Mergnat
2023-03-07 13:17 ` [PATCH v2 15/18] arm64: dts: mediatek: add OPP support for mt8365 SoC Alexandre Mergnat
2023-03-07 13:17   ` Alexandre Mergnat
2023-03-07 13:17 ` [PATCH v2 16/18] arm64: dts: mediatek: add cpufreq support for mt8365-evk Alexandre Mergnat
2023-03-07 13:17   ` Alexandre Mergnat
2023-03-07 13:17 ` [PATCH v2 17/18] arm64: dts: mediatek: fix systimer properties Alexandre Mergnat
2023-03-07 13:17   ` Alexandre Mergnat
2023-03-09 13:32   ` AngeloGioacchino Del Regno
2023-03-09 13:32     ` AngeloGioacchino Del Regno
2023-03-09 14:51     ` Bernhard Rosenkränzer
2023-03-09 14:51       ` Bernhard Rosenkränzer
2023-03-07 13:17 ` [PATCH v2 18/18] arm64: dts: mediatek: Add CPU Idle support Alexandre Mergnat
2023-03-07 13:17   ` 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=20230203-evk-board-support-v2-0-6ec7cdb10ccf@baylibre.com \
    --to=amergnat@baylibre.com \
    --cc=abailon@baylibre.com \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=aouledameur@baylibre.com \
    --cc=bero@baylibre.com \
    --cc=chaotian.jing@mediatek.com \
    --cc=devicetree@vger.kernel.org \
    --cc=fparent@baylibre.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-mmc@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=ulf.hansson@linaro.org \
    --cc=wenbin.mei@mediatek.com \
    --cc=wim@linux-watchdog.org \
    --cc=zhiyong.tao@mediatek.com \
    /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.