From: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
To: "Nícolas F. R. A. Prado" <nfraprado@collabora.com>,
"Chen-Yu Tsai" <wenst@chromium.org>
Cc: Matthias Brugger <matthias.bgg@gmail.com>,
kernel@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: Re: [PATCH v4 00/19] Introduce support for MediaTek MT8192 Google Chromebooks
Date: Tue, 5 Jul 2022 17:01:41 +0200 [thread overview]
Message-ID: <bffad9a5-6154-3b9a-c39c-680ed3350a5f@collabora.com> (raw)
In-Reply-To: <20220705135611.jlfltaormhcpuutc@notapiano>
Il 05/07/22 15:56, Nícolas F. R. A. Prado ha scritto:
> On Tue, Jul 05, 2022 at 12:03:08PM +0800, Chen-Yu Tsai wrote:
>> On Fri, Jul 1, 2022 at 11:01 PM Nícolas F. R. A. Prado
>> <nfraprado@collabora.com> wrote:
>>>
>>> On Fri, Jul 01, 2022 at 08:44:53PM +0800, Chen-Yu Tsai wrote:
>>>> On Thu, Jun 30, 2022 at 12:00 AM Nícolas F. R. A. Prado
>>>> <nfraprado@collabora.com> wrote:
>>>>>
>>>>>
>>>>> 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, and using only properties already merged in the
>>>>> dt-bindings, as to not add any dependencies to this series.
>>>>>
>>>>> This series was peer-reviewed internally before submission.
>>>>>
>>>>> Series tested on next-20220629.
>>>>
>>>> Just FYI I also got the internal display to work after some fixes to
>>>> the dtsi [1] and copying the stuff over from the ChromeOS kernel tree.
>>>>
>>>> It might be harder to enable the external display, given that we don't
>>>> have a good way of describing the weird design of using the DP bridge
>>>> also as a mux. See [2] for ongoing discussion.
>>>
>>> Hi ChenYu,
>>>
>>> I actually have both the internal and external display working on my local
>>> branch [1], but the commits there aren't final, and I'm also following the
>>> Type-C switch discussion to update my commits whenever the binding is settled
>>> on.
>>
>> I see. I think the internal display part is more or less final. It should
>> be worth including it, as it is a fairly visible indication that things
>> are working.
>
> Yeah, it is final, but not all of the display-related nodes in mt8192.dtsi have
> been merged yet [1] and I didn't want to introduce dependencies to the series.
>
> If that series gets merged before this one, I could add the display to this
> series as well, but I'm just worried that by introducing new commits with almost
> every new series version, this series might never get reviewed and merged, and
> this series is pretty big already. So I'd prefer to leave the display for a
> following series.
>
> Thanks,
> Nícolas
>
> [1] https://lore.kernel.org/all/20220701090547.21429-1-allen-kh.cheng@mediatek.com
>
Matthias, can you please give an advice on that?
Thank you,
Angelo
>>
>> ChenYu
>>
>>> I noticed the lack of the mandatory display aliases in the mt8192 series but
>>> somehow missed mentioning that in the review, so thanks for adding that.
>>>
>>> Thanks,
>>> Nícolas
>>>
>>> [1] https://gitlab.collabora.com/nfraprado/linux/-/commits/mt8192-asurada
>>>
>>>>
>>>> ChenYu
>>>>
>>>> [1] https://lore.kernel.org/linux-mediatek/CAGXv+5F_Gi_=vV1NSk0AGRVYCa3Q8+gBaE+nv3OJ1AKe2voOwg@mail.gmail.com/
>>>> [2] https://lore.kernel.org/dri-devel/20220622173605.1168416-1-pmalani@chromium.org/
>>>>
>>>>> v3: https://lore.kernel.org/all/20220512205602.158273-1-nfraprado@collabora.com/
>>>>> v2: https://lore.kernel.org/all/20220505194550.3094656-1-nfraprado@collabora.com/
>>>>> v1: https://lore.kernel.org/all/20220316151327.564214-1-nfraprado@collabora.com/
>>>>>
>>>>> Changes in v4:
>>>>> - Added patches 17-19 enabling MMC, SCP and SPI NOR flash
>>>>> - Switched mediatek,drive-strength-adv for drive-strength-microamp
>>>>> - Switched mediatek,pull-up-adv for bias-pull-up
>>>>> - Updated Vgpu minimum voltage to appropriate value
>>>>>
>>>>> Changes in v3:
>>>>> - Renamed regulator nodes to be generic
>>>>> - Fixed keyboard layout for Hayato
>>>>>
>>>>> 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 (19):
>>>>> 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
>>>>> arm64: dts: mediatek: asurada: Enable MMC
>>>>> arm64: dts: mediatek: asurada: Enable SCP
>>>>> arm64: dts: mediatek: asurada: Add SPI NOR flash memory
>>>>>
>>>>> .../devicetree/bindings/arm/mediatek.yaml | 13 +
>>>>> arch/arm64/boot/dts/mediatek/Makefile | 2 +
>>>>> .../dts/mediatek/mt8192-asurada-hayato-r1.dts | 47 +
>>>>> .../mediatek/mt8192-asurada-spherion-r0.dts | 62 ++
>>>>> .../boot/dts/mediatek/mt8192-asurada.dtsi | 959 ++++++++++++++++++
>>>>> 5 files changed, 1083 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.1
>>>>>
next prev parent reply other threads:[~2022-07-05 15:01 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-29 15:59 [PATCH v4 00/19] Introduce support for MediaTek MT8192 Google Chromebooks Nícolas F. R. A. Prado
2022-06-29 15:59 ` [PATCH v4 01/19] dt-bindings: arm64: dts: mediatek: Add mt8192-asurada-spherion Nícolas F. R. A. Prado
2022-06-29 15:59 ` [PATCH v4 02/19] dt-bindings: arm64: dts: mediatek: Add mt8192-asurada-hayato Nícolas F. R. A. Prado
2022-06-29 15:59 ` [PATCH v4 03/19] arm64: dts: mediatek: Introduce MT8192-based Asurada board family Nícolas F. R. A. Prado
2022-06-29 15:59 ` [PATCH v4 04/19] arm64: dts: mediatek: asurada: Document GPIO names Nícolas F. R. A. Prado
2022-06-29 15:59 ` [PATCH v4 05/19] arm64: dts: mediatek: asurada: Add system-wide power supplies Nícolas F. R. A. Prado
2022-06-29 15:59 ` [PATCH v4 06/19] arm64: dts: mediatek: asurada: Enable and configure I2C and SPI busses Nícolas F. R. A. Prado
2022-06-29 15:59 ` [PATCH v4 07/19] arm64: dts: mediatek: asurada: Add ChromeOS EC Nícolas F. R. A. Prado
2022-06-29 15:59 ` [PATCH v4 08/19] arm64: dts: mediatek: asurada: Add keyboard mapping for the top row Nícolas F. R. A. Prado
2022-06-29 15:59 ` [PATCH v4 09/19] arm64: dts: mediatek: asurada: Add Cr50 TPM Nícolas F. R. A. Prado
2022-06-29 15:59 ` [PATCH v4 10/19] arm64: dts: mediatek: asurada: Add Elan eKTH3000 I2C trackpad Nícolas F. R. A. Prado
2022-06-29 15:59 ` [PATCH v4 11/19] arm64: dts: mediatek: asurada: Add I2C touchscreen Nícolas F. R. A. Prado
2022-06-29 15:59 ` [PATCH v4 12/19] arm64: dts: mediatek: spherion: Add keyboard backlight Nícolas F. R. A. Prado
2022-06-29 15:59 ` [PATCH v4 13/19] arm64: dts: mediatek: asurada: Enable XHCI Nícolas F. R. A. Prado
2022-06-29 15:59 ` [PATCH v4 14/19] arm64: dts: mediatek: asurada: Enable PCIe and add WiFi Nícolas F. R. A. Prado
2025-01-03 21:14 ` Bjorn Helgaas
2025-01-06 19:10 ` Nícolas F. R. A. Prado
2025-01-06 20:56 ` Bjorn Helgaas
2025-01-07 12:04 ` Nícolas F. R. A. Prado
2022-06-29 15:59 ` [PATCH v4 15/19] arm64: dts: mediatek: asurada: Add MT6359 PMIC Nícolas F. R. A. Prado
2022-06-29 15:59 ` [PATCH v4 16/19] arm64: dts: mediatek: asurada: Add SPMI regulators Nícolas F. R. A. Prado
2022-06-29 15:59 ` [PATCH v4 17/19] arm64: dts: mediatek: asurada: Enable MMC Nícolas F. R. A. Prado
2022-07-01 10:38 ` Chen-Yu Tsai
2022-06-29 15:59 ` [PATCH v4 18/19] arm64: dts: mediatek: asurada: Enable SCP Nícolas F. R. A. Prado
2022-07-01 10:39 ` Chen-Yu Tsai
2022-06-29 15:59 ` [PATCH v4 19/19] arm64: dts: mediatek: asurada: Add SPI NOR flash memory Nícolas F. R. A. Prado
2022-07-01 10:39 ` Chen-Yu Tsai
2022-07-01 12:44 ` [PATCH v4 00/19] Introduce support for MediaTek MT8192 Google Chromebooks Chen-Yu Tsai
2022-07-01 15:01 ` Nícolas F. R. A. Prado
2022-07-05 4:03 ` Chen-Yu Tsai
2022-07-05 13:56 ` Nícolas F. R. A. Prado
2022-07-05 15:01 ` AngeloGioacchino Del Regno [this message]
2022-07-07 14:40 ` Matthias Brugger
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=bffad9a5-6154-3b9a-c39c-680ed3350a5f@collabora.com \
--to=angelogioacchino.delregno@collabora.com \
--cc=allen-kh.cheng@mediatek.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=nfraprado@collabora.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 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).