From: Matthias Brugger <matthias.bgg@gmail.com>
To: AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com>,
robh+dt@kernel.org
Cc: krzysztof.kozlowski+dt@linaro.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org,
konrad.dybcio@somainline.org, marijn.suijten@somainline.org,
martin.botka@somainline.org,
~postmarketos/upstreaming@lists.sr.ht,
phone-devel@vger.kernel.org, paul.bouchara@somainline.org,
kernel@collabora.com
Subject: Re: [PATCH v2 00/10] MediaTek Helio X10 MT6795 - Devicetree, part 1
Date: Wed, 22 Jun 2022 17:26:02 +0200 [thread overview]
Message-ID: <d1dcedbb-413e-48ee-fdbc-e4d77465b62c@gmail.com> (raw)
In-Reply-To: <20220609112303.117928-1-angelogioacchino.delregno@collabora.com>
On 09/06/2022 13:22, AngeloGioacchino Del Regno wrote:
> In an effort to give some love to the apparently forgotten MT6795 SoC,
> I am upstreaming more components that are necessary to support platforms
> powered by this one apart from a simple boot to serial console.
>
> This series modernizes the devicetree of the MT6795 SoC and adds a
> couple of nodes that are supported by this SoC.
>
> In my local tree I have much more than that (including the dts for
> that Xperia M5 smartphone that I always mention...), but I decided
> to push the devicetree commits in multiple parts, as to get these
> in sooner than later because that reduces my delta, and this makes
> upstreaming a bit easier, especially when having to rebase things
> around, which happens a lot.
>
> So, this series *does NOT* depends on any of the other series that
> I've pushed and is mergeable in parallel.
Applied, thanks!
>
> Tested on a MT6795 Sony Xperia M5 (codename "Holly") smartphone.
>
> Changes in v2:
> - Split fixed-clocks addition/removal patch for readability
> - Added patches for pinctrl controller node and vGIC interrupt
>
> AngeloGioacchino Del Regno (10):
> arm64: dts: mediatek: mt6795: Create soc bus node and move mmio
> devices
> arm64: dts: mediatek: mt6795: Add cpu-map and L2 cache
> arm64: dts: mediatek: mt6795: Add Cortex A53 PMU nodes
> arm64: dts: mediatek: mt6795: Add watchdog node to avoid timeouts
> arm64: dts: mediatek: mt6795: Add fixed clocks for 32kHz and 26MHz XOs
> arm64: dts: mediatek: mt6795: Remove incorrect fixed-clocks
> arm64: dts: mediatek: mt6795: Add general purpose timer node
> arm64: dts: mediatek: mt6795: Add ARM CCI-400 node and assign to CPUs
> arm64: dts: mediatek: mt6795: Add pinctrl controller node
> arm64: dts: mediatek: mt6795: Specify interrupts for vGIC
>
> arch/arm64/boot/dts/mediatek/mt6795.dtsi | 260 ++++++++++++++++++-----
> 1 file changed, 205 insertions(+), 55 deletions(-)
>
prev parent reply other threads:[~2022-06-22 15:26 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-09 11:22 [PATCH v2 00/10] MediaTek Helio X10 MT6795 - Devicetree, part 1 AngeloGioacchino Del Regno
2022-06-09 11:22 ` [PATCH v2 01/10] arm64: dts: mediatek: mt6795: Create soc bus node and move mmio devices AngeloGioacchino Del Regno
2022-06-09 11:22 ` [PATCH v2 02/10] arm64: dts: mediatek: mt6795: Add cpu-map and L2 cache AngeloGioacchino Del Regno
2022-06-09 11:22 ` [PATCH v2 03/10] arm64: dts: mediatek: mt6795: Add Cortex A53 PMU nodes AngeloGioacchino Del Regno
2022-06-09 11:22 ` [PATCH v2 04/10] arm64: dts: mediatek: mt6795: Add watchdog node to avoid timeouts AngeloGioacchino Del Regno
2022-06-09 11:22 ` [PATCH v2 05/10] arm64: dts: mediatek: mt6795: Add fixed clocks for 32kHz and 26MHz XOs AngeloGioacchino Del Regno
2022-06-09 11:22 ` [PATCH v2 06/10] arm64: dts: mediatek: mt6795: Remove incorrect fixed-clocks AngeloGioacchino Del Regno
2022-06-09 11:23 ` [PATCH v2 07/10] arm64: dts: mediatek: mt6795: Add general purpose timer node AngeloGioacchino Del Regno
2022-06-09 11:23 ` [PATCH v2 08/10] arm64: dts: mediatek: mt6795: Add ARM CCI-400 node and assign to CPUs AngeloGioacchino Del Regno
2022-06-09 11:23 ` [PATCH v2 09/10] arm64: dts: mediatek: mt6795: Add pinctrl controller node AngeloGioacchino Del Regno
2022-06-09 11:23 ` [PATCH v2 10/10] arm64: dts: mediatek: mt6795: Specify interrupts for vGIC AngeloGioacchino Del Regno
2022-06-22 15:26 ` Matthias Brugger [this message]
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=d1dcedbb-413e-48ee-fdbc-e4d77465b62c@gmail.com \
--to=matthias.bgg@gmail.com \
--cc=angelogioacchino.delregno@collabora.com \
--cc=devicetree@vger.kernel.org \
--cc=kernel@collabora.com \
--cc=konrad.dybcio@somainline.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=marijn.suijten@somainline.org \
--cc=martin.botka@somainline.org \
--cc=paul.bouchara@somainline.org \
--cc=phone-devel@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=~postmarketos/upstreaming@lists.sr.ht \
/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).