All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Nícolas F. R. A. Prado" <nfraprado@collabora.com>
To: Matthias Brugger <matthias.bgg@gmail.com>
Cc: "AngeloGioacchino Del Regno"
	<angelogioacchino.delregno@collabora.com>,
	kernel@collabora.com, "Chen-Yu Tsai" <wenst@chromium.org>,
	"Nícolas F. R. A. Prado" <nfraprado@collabora.com>,
	"Allen-KH Cheng" <allen-kh.cheng@mediatek.com>,
	"Fabien Parent" <fparent@baylibre.com>,
	"Hsin-Yi Wang" <hsinyi@chromium.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
	"Luca Weiss" <luca@z3ntu.xyz>, "Maxim Kutnij" <gtk3@inbox.ru>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Sam Shih" <sam.shih@mediatek.com>,
	"Sean Wang" <sean.wang@mediatek.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org
Subject: [PATCH v2 00/16] Introduce support for MediaTek MT8192 Google Chromebooks
Date: Thu,  5 May 2022 15:45:34 -0400	[thread overview]
Message-ID: <20220505194550.3094656-1-nfraprado@collabora.com> (raw)


This series introduces Devicetrees for the MT8192-based Asurada platform
as well as Asurada Spherion and Asurada Hayato boards.

Support for the boards is added to the extent that is currently enabled
in the mt8192.dtsi, as to not add any dependencies to this series.

Besides the other dt-binding fixes already on linux-next to avoid new
warnings by this series, [1] is already merged but not on next yet.

This series was peer-reviewed internally before submission.

[1] https://lore.kernel.org/all/20220429201325.2205799-1-nfraprado@collabora.com/

v1: https://lore.kernel.org/all/20220316151327.564214-1-nfraprado@collabora.com/

Changes in v2:
- Added patches 1-2 for Mediatek board dt-bindings
- Added patches 13-16 enabling hardware for Asurada that has since been
  enabled on mt8192.dtsi

Nícolas F. R. A. Prado (16):
  dt-bindings: arm64: dts: mediatek: Add mt8192-asurada-spherion
  dt-bindings: arm64: dts: mediatek: Add mt8192-asurada-hayato
  arm64: dts: mediatek: Introduce MT8192-based Asurada board family
  arm64: dts: mediatek: asurada: Document GPIO names
  arm64: dts: mediatek: asurada: Add system-wide power supplies
  arm64: dts: mediatek: asurada: Enable and configure I2C and SPI busses
  arm64: dts: mediatek: asurada: Add ChromeOS EC
  arm64: dts: mediatek: asurada: Add keyboard mapping for the top row
  arm64: dts: mediatek: asurada: Add Cr50 TPM
  arm64: dts: mediatek: asurada: Add Elan eKTH3000 I2C trackpad
  arm64: dts: mediatek: asurada: Add I2C touchscreen
  arm64: dts: mediatek: spherion: Add keyboard backlight
  arm64: dts: mediatek: asurada: Enable XHCI
  arm64: dts: mediatek: asurada: Enable PCIe and add WiFi
  arm64: dts: mediatek: asurada: Add MT6359 PMIC
  arm64: dts: mediatek: asurada: Add SPMI regulators

 .../devicetree/bindings/arm/mediatek.yaml     |  13 +
 arch/arm64/boot/dts/mediatek/Makefile         |   2 +
 .../dts/mediatek/mt8192-asurada-hayato-r1.dts |  18 +
 .../mediatek/mt8192-asurada-spherion-r0.dts   |  33 +
 .../boot/dts/mediatek/mt8192-asurada.dtsi     | 777 ++++++++++++++++++
 5 files changed, 843 insertions(+)
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8192-asurada-hayato-r1.dts
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8192-asurada-spherion-r0.dts
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8192-asurada.dtsi

-- 
2.36.0


WARNING: multiple messages have this Message-ID (diff)
From: "Nícolas F. R. A. Prado" <nfraprado@collabora.com>
To: Matthias Brugger <matthias.bgg@gmail.com>
Cc: "AngeloGioacchino Del Regno"
	<angelogioacchino.delregno@collabora.com>,
	kernel@collabora.com, "Chen-Yu Tsai" <wenst@chromium.org>,
	"Nícolas F. R. A. Prado" <nfraprado@collabora.com>,
	"Allen-KH Cheng" <allen-kh.cheng@mediatek.com>,
	"Fabien Parent" <fparent@baylibre.com>,
	"Hsin-Yi Wang" <hsinyi@chromium.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
	"Luca Weiss" <luca@z3ntu.xyz>, "Maxim Kutnij" <gtk3@inbox.ru>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Sam Shih" <sam.shih@mediatek.com>,
	"Sean Wang" <sean.wang@mediatek.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org
Subject: [PATCH v2 00/16] Introduce support for MediaTek MT8192 Google Chromebooks
Date: Thu,  5 May 2022 15:45:34 -0400	[thread overview]
Message-ID: <20220505194550.3094656-1-nfraprado@collabora.com> (raw)


This series introduces Devicetrees for the MT8192-based Asurada platform
as well as Asurada Spherion and Asurada Hayato boards.

Support for the boards is added to the extent that is currently enabled
in the mt8192.dtsi, as to not add any dependencies to this series.

Besides the other dt-binding fixes already on linux-next to avoid new
warnings by this series, [1] is already merged but not on next yet.

This series was peer-reviewed internally before submission.

[1] https://lore.kernel.org/all/20220429201325.2205799-1-nfraprado@collabora.com/

v1: https://lore.kernel.org/all/20220316151327.564214-1-nfraprado@collabora.com/

Changes in v2:
- Added patches 1-2 for Mediatek board dt-bindings
- Added patches 13-16 enabling hardware for Asurada that has since been
  enabled on mt8192.dtsi

Nícolas F. R. A. Prado (16):
  dt-bindings: arm64: dts: mediatek: Add mt8192-asurada-spherion
  dt-bindings: arm64: dts: mediatek: Add mt8192-asurada-hayato
  arm64: dts: mediatek: Introduce MT8192-based Asurada board family
  arm64: dts: mediatek: asurada: Document GPIO names
  arm64: dts: mediatek: asurada: Add system-wide power supplies
  arm64: dts: mediatek: asurada: Enable and configure I2C and SPI busses
  arm64: dts: mediatek: asurada: Add ChromeOS EC
  arm64: dts: mediatek: asurada: Add keyboard mapping for the top row
  arm64: dts: mediatek: asurada: Add Cr50 TPM
  arm64: dts: mediatek: asurada: Add Elan eKTH3000 I2C trackpad
  arm64: dts: mediatek: asurada: Add I2C touchscreen
  arm64: dts: mediatek: spherion: Add keyboard backlight
  arm64: dts: mediatek: asurada: Enable XHCI
  arm64: dts: mediatek: asurada: Enable PCIe and add WiFi
  arm64: dts: mediatek: asurada: Add MT6359 PMIC
  arm64: dts: mediatek: asurada: Add SPMI regulators

 .../devicetree/bindings/arm/mediatek.yaml     |  13 +
 arch/arm64/boot/dts/mediatek/Makefile         |   2 +
 .../dts/mediatek/mt8192-asurada-hayato-r1.dts |  18 +
 .../mediatek/mt8192-asurada-spherion-r0.dts   |  33 +
 .../boot/dts/mediatek/mt8192-asurada.dtsi     | 777 ++++++++++++++++++
 5 files changed, 843 insertions(+)
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8192-asurada-hayato-r1.dts
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8192-asurada-spherion-r0.dts
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8192-asurada.dtsi

-- 
2.36.0


_______________________________________________
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: "Nícolas F. R. A. Prado" <nfraprado@collabora.com>
To: Matthias Brugger <matthias.bgg@gmail.com>
Cc: "AngeloGioacchino Del Regno"
	<angelogioacchino.delregno@collabora.com>,
	kernel@collabora.com, "Chen-Yu Tsai" <wenst@chromium.org>,
	"Nícolas F. R. A. Prado" <nfraprado@collabora.com>,
	"Allen-KH Cheng" <allen-kh.cheng@mediatek.com>,
	"Fabien Parent" <fparent@baylibre.com>,
	"Hsin-Yi Wang" <hsinyi@chromium.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
	"Luca Weiss" <luca@z3ntu.xyz>, "Maxim Kutnij" <gtk3@inbox.ru>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Sam Shih" <sam.shih@mediatek.com>,
	"Sean Wang" <sean.wang@mediatek.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org
Subject: [PATCH v2 00/16] Introduce support for MediaTek MT8192 Google Chromebooks
Date: Thu,  5 May 2022 15:45:34 -0400	[thread overview]
Message-ID: <20220505194550.3094656-1-nfraprado@collabora.com> (raw)


This series introduces Devicetrees for the MT8192-based Asurada platform
as well as Asurada Spherion and Asurada Hayato boards.

Support for the boards is added to the extent that is currently enabled
in the mt8192.dtsi, as to not add any dependencies to this series.

Besides the other dt-binding fixes already on linux-next to avoid new
warnings by this series, [1] is already merged but not on next yet.

This series was peer-reviewed internally before submission.

[1] https://lore.kernel.org/all/20220429201325.2205799-1-nfraprado@collabora.com/

v1: https://lore.kernel.org/all/20220316151327.564214-1-nfraprado@collabora.com/

Changes in v2:
- Added patches 1-2 for Mediatek board dt-bindings
- Added patches 13-16 enabling hardware for Asurada that has since been
  enabled on mt8192.dtsi

Nícolas F. R. A. Prado (16):
  dt-bindings: arm64: dts: mediatek: Add mt8192-asurada-spherion
  dt-bindings: arm64: dts: mediatek: Add mt8192-asurada-hayato
  arm64: dts: mediatek: Introduce MT8192-based Asurada board family
  arm64: dts: mediatek: asurada: Document GPIO names
  arm64: dts: mediatek: asurada: Add system-wide power supplies
  arm64: dts: mediatek: asurada: Enable and configure I2C and SPI busses
  arm64: dts: mediatek: asurada: Add ChromeOS EC
  arm64: dts: mediatek: asurada: Add keyboard mapping for the top row
  arm64: dts: mediatek: asurada: Add Cr50 TPM
  arm64: dts: mediatek: asurada: Add Elan eKTH3000 I2C trackpad
  arm64: dts: mediatek: asurada: Add I2C touchscreen
  arm64: dts: mediatek: spherion: Add keyboard backlight
  arm64: dts: mediatek: asurada: Enable XHCI
  arm64: dts: mediatek: asurada: Enable PCIe and add WiFi
  arm64: dts: mediatek: asurada: Add MT6359 PMIC
  arm64: dts: mediatek: asurada: Add SPMI regulators

 .../devicetree/bindings/arm/mediatek.yaml     |  13 +
 arch/arm64/boot/dts/mediatek/Makefile         |   2 +
 .../dts/mediatek/mt8192-asurada-hayato-r1.dts |  18 +
 .../mediatek/mt8192-asurada-spherion-r0.dts   |  33 +
 .../boot/dts/mediatek/mt8192-asurada.dtsi     | 777 ++++++++++++++++++
 5 files changed, 843 insertions(+)
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8192-asurada-hayato-r1.dts
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8192-asurada-spherion-r0.dts
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8192-asurada.dtsi

-- 
2.36.0


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

             reply	other threads:[~2022-05-05 19:46 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-05 19:45 Nícolas F. R. A. Prado [this message]
2022-05-05 19:45 ` [PATCH v2 00/16] Introduce support for MediaTek MT8192 Google Chromebooks Nícolas F. R. A. Prado
2022-05-05 19:45 ` Nícolas F. R. A. Prado
2022-05-05 19:45 ` [PATCH v2 01/16] dt-bindings: arm64: dts: mediatek: Add mt8192-asurada-spherion Nícolas F. R. A. Prado
2022-05-05 19:45   ` Nícolas F. R. A. Prado
2022-05-05 19:45   ` Nícolas F. R. A. Prado
2022-05-10 16:15   ` Rob Herring
2022-05-10 16:15     ` Rob Herring
2022-05-10 16:15     ` Rob Herring
2022-05-05 19:45 ` [PATCH v2 02/16] dt-bindings: arm64: dts: mediatek: Add mt8192-asurada-hayato Nícolas F. R. A. Prado
2022-05-05 19:45   ` Nícolas F. R. A. Prado
2022-05-05 19:45   ` Nícolas F. R. A. Prado
2022-05-10 16:16   ` Rob Herring
2022-05-10 16:16     ` Rob Herring
2022-05-10 16:16     ` Rob Herring
2022-05-05 19:45 ` [PATCH v2 03/16] arm64: dts: mediatek: Introduce MT8192-based Asurada board family Nícolas F. R. A. Prado
2022-05-05 19:45   ` Nícolas F. R. A. Prado
2022-05-05 19:45   ` Nícolas F. R. A. Prado
2022-05-05 19:45 ` [PATCH v2 04/16] arm64: dts: mediatek: asurada: Document GPIO names Nícolas F. R. A. Prado
2022-05-05 19:45   ` Nícolas F. R. A. Prado
2022-05-05 19:45   ` Nícolas F. R. A. Prado
2022-05-05 19:45 ` [PATCH v2 05/16] arm64: dts: mediatek: asurada: Add system-wide power supplies Nícolas F. R. A. Prado
2022-05-05 19:45   ` Nícolas F. R. A. Prado
2022-05-05 19:45   ` Nícolas F. R. A. Prado
2022-05-07 15:49   ` Krzysztof Kozlowski
2022-05-07 15:49     ` Krzysztof Kozlowski
2022-05-07 15:49     ` Krzysztof Kozlowski
2022-05-05 19:45 ` [PATCH v2 06/16] arm64: dts: mediatek: asurada: Enable and configure I2C and SPI busses Nícolas F. R. A. Prado
2022-05-05 19:45   ` Nícolas F. R. A. Prado
2022-05-05 19:45   ` Nícolas F. R. A. Prado
2022-05-05 19:45 ` [PATCH v2 07/16] arm64: dts: mediatek: asurada: Add ChromeOS EC Nícolas F. R. A. Prado
2022-05-05 19:45   ` Nícolas F. R. A. Prado
2022-05-05 19:45   ` Nícolas F. R. A. Prado
2022-05-05 19:45 ` [PATCH v2 08/16] arm64: dts: mediatek: asurada: Add keyboard mapping for the top row Nícolas F. R. A. Prado
2022-05-05 19:45   ` Nícolas F. R. A. Prado
2022-05-05 19:45   ` Nícolas F. R. A. Prado
2022-05-06 11:04   ` Chen-Yu Tsai
2022-05-06 11:04     ` Chen-Yu Tsai
2022-05-06 11:04     ` Chen-Yu Tsai
2022-05-05 19:45 ` [PATCH v2 09/16] arm64: dts: mediatek: asurada: Add Cr50 TPM Nícolas F. R. A. Prado
2022-05-05 19:45   ` Nícolas F. R. A. Prado
2022-05-05 19:45   ` Nícolas F. R. A. Prado
2022-05-05 19:45 ` [PATCH v2 10/16] arm64: dts: mediatek: asurada: Add Elan eKTH3000 I2C trackpad Nícolas F. R. A. Prado
2022-05-05 19:45   ` Nícolas F. R. A. Prado
2022-05-05 19:45   ` Nícolas F. R. A. Prado
2022-05-05 19:45 ` [PATCH v2 11/16] arm64: dts: mediatek: asurada: Add I2C touchscreen Nícolas F. R. A. Prado
2022-05-05 19:45   ` Nícolas F. R. A. Prado
2022-05-05 19:45   ` Nícolas F. R. A. Prado
2022-05-05 19:45 ` [PATCH v2 12/16] arm64: dts: mediatek: spherion: Add keyboard backlight Nícolas F. R. A. Prado
2022-05-05 19:45   ` Nícolas F. R. A. Prado
2022-05-05 19:45   ` Nícolas F. R. A. Prado
2022-05-05 19:45 ` [PATCH v2 13/16] arm64: dts: mediatek: asurada: Enable XHCI Nícolas F. R. A. Prado
2022-05-05 19:45   ` Nícolas F. R. A. Prado
2022-05-05 19:45   ` Nícolas F. R. A. Prado
2022-05-05 19:45 ` [PATCH v2 14/16] arm64: dts: mediatek: asurada: Enable PCIe and add WiFi Nícolas F. R. A. Prado
2022-05-05 19:45   ` Nícolas F. R. A. Prado
2022-05-05 19:45   ` Nícolas F. R. A. Prado
2022-05-05 19:45 ` [PATCH v2 15/16] arm64: dts: mediatek: asurada: Add MT6359 PMIC Nícolas F. R. A. Prado
2022-05-05 19:45   ` Nícolas F. R. A. Prado
2022-05-05 19:45   ` Nícolas F. R. A. Prado
2022-05-05 19:45 ` [PATCH v2 16/16] arm64: dts: mediatek: asurada: Add SPMI regulators Nícolas F. R. A. Prado
2022-05-05 19:45   ` Nícolas F. R. A. Prado
2022-05-05 19:45   ` Nícolas F. R. A. Prado
2022-05-06 11:41 ` [PATCH v2 00/16] Introduce support for MediaTek MT8192 Google Chromebooks Chen-Yu Tsai
2022-05-06 11:41   ` Chen-Yu Tsai
2022-05-06 11:41   ` Chen-Yu Tsai
2022-05-06 15:32   ` AngeloGioacchino Del Regno
2022-05-06 15:32     ` AngeloGioacchino Del Regno
2022-05-06 15:32     ` AngeloGioacchino Del Regno

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=20220505194550.3094656-1-nfraprado@collabora.com \
    --to=nfraprado@collabora.com \
    --cc=allen-kh.cheng@mediatek.com \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=devicetree@vger.kernel.org \
    --cc=fparent@baylibre.com \
    --cc=gtk3@inbox.ru \
    --cc=hsinyi@chromium.org \
    --cc=kernel@collabora.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=luca@z3ntu.xyz \
    --cc=matthias.bgg@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=sam.shih@mediatek.com \
    --cc=sean.wang@mediatek.com \
    --cc=wenst@chromium.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.