From: Danila Tikhonov <danila@mainlining.org>
To: David Heidelberg <david@ixit.cz>,
Jens Reidel <adrian@mainlining.org>,
Danila Tikhonov <danila@jiaxyga.com>,
Miro Mraz <mraz.miro@seznam.cz>
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-pm@vger.kernel.org, linux-arm-msm@vger.kernel.org,
linux-watchdog@vger.kernel.org, linux-usb@vger.kernel.org,
linux-phy@lists.infradead.org, linux-mmc@vger.kernel.org,
netdev@vger.kernel.org, linux-scsi@vger.kernel.org,
dmaengine@vger.kernel.org, linux-crypto@vger.kernel.org,
linux-i2c@vger.kernel.org, linux-clk@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, iommu@lists.linux.dev,
linux-remoteproc@vger.kernel.org,
dri-devel@lists.freedesktop.org, neil.armstrong@linaro.org,
linux-hardening@vger.kernel.org, linux@mainlining.org,
Connor Mitchell <c.dog29@hotmail.com>
Subject: Re: [PATCH 00/33] Add support for Qualcomm Snapdragon SM7150 SoC and Google Pixel 4a
Date: Wed, 12 Aug 2026 23:54:41 +0300 [thread overview]
Message-ID: <b15b2687-0c2e-43b2-ac9e-78e04e77e065@mainlining.org> (raw)
In-Reply-To: <cce3fe36-322e-49ed-8928-3aef813faad7@ixit.cz>
Hi David,
Thank you for your comment.
On 12/08/2026 14:40, David Heidelberg wrote:
>
>
> On 23/04/2025 09:26, Neil Armstrong wrote:
>> Hi,
>>
>> On 23/04/2025 00:07, Jens Reidel wrote:
>>> Hi everyone,
>>>
>>> apologies for the mess this created. Danila's mail provider
>>> ratelimited him halfway through sending the series and the attempt
>>> to re-try sending the second half an hour later ended up with a new
>>> message ID (I think due to not using --in-reply-to).
>>> He asked me to let you know that this will be resolved later and the
>>> whole series will be re-sent once the problems are resolved.
>>
>> The b4 web submission is a great alternative when the mail provider
>> is rate limited:
>> https://b4.docs.kernel.org/en/latest/contributor/send.html#web-endpoint
>>
>
> I see people interested in moving Pixel 4a forward, but it seems this
> was never upstreamed? I looked at sm7150 repository [1] where I see
> FROMLIST, but these patches never arrived to the list and this series
> is from 2025.
>
> Should we expect v2 (re)based on recent tree?
>
I'd definitely like to get back to upstreaming SM7150 and the devices
based on it, but I don't think there's much value in continuing with
this particular series as-is. A lot has changed in the kernel over the
past year, which would require substantial changes throughout the series
and would effectively force the maintainers to review it from scratch
anyway.
I'd also like to split the series up to avoid targeting such a large
number of maintainers in a single submission. Hopefully, I'll be able to
find some time to work on this in the near future.
> Thanks
> David
>
> [1]
> https://github.com/sm7150-mainline/linux/commit/7ea41523c678e94a7c048936052b5b1b1b109cdd
>
>> Neil
>>
>>>
>>> Best regards,
>>> Jens
>>
>>
---
Best regards,
Danila
next prev parent reply other threads:[~2026-08-12 20:55 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-22 20:17 [PATCH 00/33] Add support for Qualcomm Snapdragon SM7150 SoC and Google Pixel 4a Danila Tikhonov
2025-04-22 20:17 ` [PATCH 01/33] dt-bindings: arm: cpus: Add Kryo 470 CPUs Danila Tikhonov
2025-04-22 20:17 ` [PATCH 02/33] dt-bindings: cpufreq: qcom-hw: Add the SM7150 compatible Danila Tikhonov
2025-04-22 20:17 ` [PATCH 03/33] dt-bindings: watchdog: qcom-wdt: " Danila Tikhonov
2025-04-22 20:17 ` [PATCH 04/33] dt-bindings: mailbox: qcom: Add the SM7150 APCS compatible Danila Tikhonov
2025-04-22 20:17 ` [PATCH 05/33] dt-bindings: sram: qcom,imem: Add the SM7150 compatible Danila Tikhonov
2025-04-22 20:17 ` [PATCH 06/33] dt-bindings: soc: qcom: aoss-qmp: " Danila Tikhonov
2025-04-22 20:17 ` [PATCH 07/33] dt-bindings: thermal: tsens: " Danila Tikhonov
2025-04-22 20:17 ` [PATCH 08/33] dt-bindings: interrupt-controller: qcom-pdc: " Danila Tikhonov
2025-04-22 20:17 ` [PATCH 09/33] dt-bindings: usb: dwc3: " Danila Tikhonov
2025-04-22 20:17 ` [PATCH 10/33] dt-bindings: phy: qcom,qusb2: " Danila Tikhonov
2025-04-22 20:17 ` [PATCH 11/33] dt-bindings: mmc: sdhci-msm: " Danila Tikhonov
2025-04-28 16:21 ` Ulf Hansson
2025-04-22 20:17 ` [PATCH 12/33] dt-bindings: soc: qcom,dcc: " Danila Tikhonov
2025-04-22 20:17 ` [PATCH 13/33] dt-bindings: mfd: qcom,tcsr: " Danila Tikhonov
2025-04-22 20:17 ` [PATCH 14/33] dt-bindings: net: qcom,ipa: " Danila Tikhonov
2025-04-22 20:17 ` [PATCH 15/33] dt-bindings: ufs: qcom: " Danila Tikhonov
2025-04-22 20:17 ` [PATCH 16/33] dt-bindings: dmaengine: qcom: gpi: " Danila Tikhonov
2025-04-22 22:07 ` [PATCH 00/33] Add support for Qualcomm Snapdragon SM7150 SoC and Google Pixel 4a Jens Reidel
2025-04-23 7:26 ` Neil Armstrong
2026-08-12 11:40 ` David Heidelberg
2026-08-12 20:54 ` Danila Tikhonov [this message]
2026-08-13 9:20 ` David Heidelberg
2025-04-23 12:03 ` Krzysztof Kozlowski
2025-04-26 7:31 ` Pavel Machek
2025-06-17 21:31 ` (subset) " Bjorn Andersson
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=b15b2687-0c2e-43b2-ac9e-78e04e77e065@mainlining.org \
--to=danila@mainlining.org \
--cc=adrian@mainlining.org \
--cc=c.dog29@hotmail.com \
--cc=danila@jiaxyga.com \
--cc=david@ixit.cz \
--cc=devicetree@vger.kernel.org \
--cc=dmaengine@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=iommu@lists.linux.dev \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-hardening@vger.kernel.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux-remoteproc@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=linux@mainlining.org \
--cc=mraz.miro@seznam.cz \
--cc=neil.armstrong@linaro.org \
--cc=netdev@vger.kernel.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