All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthias Brugger <matthias.bgg@gmail.com>
To: AngeloGioacchino Del Regno  <angelogioacchino.delregno@collabora.com>
Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
	linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, wenst@chromium.org
Subject: Re: [PATCH v3 0/7] MT8195 Acer Tomato - devicetrees Part 2
Date: Tue, 13 Sep 2022 18:28:52 +0200	[thread overview]
Message-ID: <d9f08c83-6742-ed89-3963-f518f33e4df7@gmail.com> (raw)
In-Reply-To: <20220902081156.38526-1-angelogioacchino.delregno@collabora.com>



On 02/09/2022 10:11, AngeloGioacchino Del Regno wrote:
> This series enables more functionality on the MT8195 Tomato Chromebooks,
> bringing it to an almost usable state.
> 
> With this series, the device is able to boot from the MicroSD card
> and is able to communicate with the EC for various functions,
> including the enablement of the Chromebook's keyboard, battery
> charging, fuel gauge and other standard ChromeOS EC functionality.
> 
> This also enables the Audio DSP, codec and sound card and adds support
> for the regulators found on the SPMI bus.
> 

Whole series applied.

Thanks!

> What's missing (coming in the next part)?
> 
> * Format:    feature  (location)
> *
> * MediaTek vcodec enc/dec (mt8195.dtsi only)
> * PCI-Express WiFi card (mt8195 and mt8195-cherry)
> * VDOSYS1 (mt8195.dtsi and mediatek-drm/mmsys drivers)
> * DP/eDP outputs for external/internal display (mt8195 and mt8195-cherry)
> * LVTS Thermal Sensors (mt8195.dtsi, driver is missing)
> * GPU support (comes later, clocks implementation is in the works)
> * Audio/ADSP support (waiting on SOF OF commits)
> 
> Changes in v3:
>   - Commonized pin definitions for secondary SD/MMC controller
>   - Added firmware-name for SCP
>   - Changed keyboard backlight to google,cros-kbd-led-backlight
> 
> AngeloGioacchino Del Regno (7):
>    arm64: dts: mediatek: cherry: Enable the System Companion Processor
>    arm64: dts: mediatek: cherry: Wire up the ChromeOS Embedded Controller
>    arm64: dts: mediatek: cherry: Add Google Security Chip (GSC) TPM
>    arm64: dts: mediatek: cherry: Add keyboard mapping for the top row
>    arm64: dts: mediatek: cherry: Enable secondary SD/MMC controller
>    arm64: dts: mediatek: cherry: Enable Elantech eKTH3000 i2c trackpad
>    arm64: dts: mediatek: cherry: Enable MT6315 regulators on SPMI bus
> 
>   .../boot/dts/mediatek/mt8195-cherry.dtsi      | 256 ++++++++++++++++++
>   1 file changed, 256 insertions(+)
> 

WARNING: multiple messages have this Message-ID (diff)
From: Matthias Brugger <matthias.bgg@gmail.com>
To: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
	linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, wenst@chromium.org
Subject: Re: [PATCH v3 0/7] MT8195 Acer Tomato - devicetrees Part 2
Date: Tue, 13 Sep 2022 18:28:52 +0200	[thread overview]
Message-ID: <d9f08c83-6742-ed89-3963-f518f33e4df7@gmail.com> (raw)
In-Reply-To: <20220902081156.38526-1-angelogioacchino.delregno@collabora.com>



On 02/09/2022 10:11, AngeloGioacchino Del Regno wrote:
> This series enables more functionality on the MT8195 Tomato Chromebooks,
> bringing it to an almost usable state.
> 
> With this series, the device is able to boot from the MicroSD card
> and is able to communicate with the EC for various functions,
> including the enablement of the Chromebook's keyboard, battery
> charging, fuel gauge and other standard ChromeOS EC functionality.
> 
> This also enables the Audio DSP, codec and sound card and adds support
> for the regulators found on the SPMI bus.
> 

Whole series applied.

Thanks!

> What's missing (coming in the next part)?
> 
> * Format:    feature  (location)
> *
> * MediaTek vcodec enc/dec (mt8195.dtsi only)
> * PCI-Express WiFi card (mt8195 and mt8195-cherry)
> * VDOSYS1 (mt8195.dtsi and mediatek-drm/mmsys drivers)
> * DP/eDP outputs for external/internal display (mt8195 and mt8195-cherry)
> * LVTS Thermal Sensors (mt8195.dtsi, driver is missing)
> * GPU support (comes later, clocks implementation is in the works)
> * Audio/ADSP support (waiting on SOF OF commits)
> 
> Changes in v3:
>   - Commonized pin definitions for secondary SD/MMC controller
>   - Added firmware-name for SCP
>   - Changed keyboard backlight to google,cros-kbd-led-backlight
> 
> AngeloGioacchino Del Regno (7):
>    arm64: dts: mediatek: cherry: Enable the System Companion Processor
>    arm64: dts: mediatek: cherry: Wire up the ChromeOS Embedded Controller
>    arm64: dts: mediatek: cherry: Add Google Security Chip (GSC) TPM
>    arm64: dts: mediatek: cherry: Add keyboard mapping for the top row
>    arm64: dts: mediatek: cherry: Enable secondary SD/MMC controller
>    arm64: dts: mediatek: cherry: Enable Elantech eKTH3000 i2c trackpad
>    arm64: dts: mediatek: cherry: Enable MT6315 regulators on SPMI bus
> 
>   .../boot/dts/mediatek/mt8195-cherry.dtsi      | 256 ++++++++++++++++++
>   1 file changed, 256 insertions(+)
> 

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

  parent reply	other threads:[~2022-09-13 17:38 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-02  8:11 [PATCH v3 0/7] MT8195 Acer Tomato - devicetrees Part 2 AngeloGioacchino Del Regno
2022-09-02  8:11 ` AngeloGioacchino Del Regno
2022-09-02  8:11 ` [PATCH v3 1/7] arm64: dts: mediatek: cherry: Enable the System Companion Processor AngeloGioacchino Del Regno
2022-09-02  8:11   ` AngeloGioacchino Del Regno
2022-09-02  8:11 ` [PATCH v3 2/7] arm64: dts: mediatek: cherry: Wire up the ChromeOS Embedded Controller AngeloGioacchino Del Regno
2022-09-02  8:11   ` AngeloGioacchino Del Regno
2022-09-02  8:11 ` [PATCH v3 3/7] arm64: dts: mediatek: cherry: Add Google Security Chip (GSC) TPM AngeloGioacchino Del Regno
2022-09-02  8:11   ` AngeloGioacchino Del Regno
2022-09-02  8:11 ` [PATCH v3 4/7] arm64: dts: mediatek: cherry: Add keyboard mapping for the top row AngeloGioacchino Del Regno
2022-09-02  8:11   ` AngeloGioacchino Del Regno
2022-09-02  8:11 ` [PATCH v3 5/7] arm64: dts: mediatek: cherry: Enable secondary SD/MMC controller AngeloGioacchino Del Regno
2022-09-02  8:11   ` AngeloGioacchino Del Regno
2022-09-02  8:11 ` [PATCH v3 6/7] arm64: dts: mediatek: cherry: Enable Elantech eKTH3000 i2c trackpad AngeloGioacchino Del Regno
2022-09-02  8:11   ` AngeloGioacchino Del Regno
2022-09-02  8:11 ` [PATCH v3 7/7] arm64: dts: mediatek: cherry: Enable MT6315 regulators on SPMI bus AngeloGioacchino Del Regno
2022-09-02  8:11   ` AngeloGioacchino Del Regno
2022-09-13 16:28 ` Matthias Brugger [this message]
2022-09-13 16:28   ` [PATCH v3 0/7] MT8195 Acer Tomato - devicetrees Part 2 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=d9f08c83-6742-ed89-3963-f518f33e4df7@gmail.com \
    --to=matthias.bgg@gmail.com \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=devicetree@vger.kernel.org \
    --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=robh+dt@kernel.org \
    --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.