public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: bluez.test.bot@gmail.com
To: linux-bluetooth@vger.kernel.org, dmitry.baryshkov@oss.qualcomm.com
Subject: RE: power: sequencing: extend WCN driver to support WCN399x device
Date: Tue, 30 Dec 2025 17:16:03 -0800 (PST)	[thread overview]
Message-ID: <69547953.050a0220.d1924.58cd@mx.google.com> (raw)
In-Reply-To: <20251231-wcn3990-pwrctl-v1-1-1ff4d6028ad5@oss.qualcomm.com>

[-- Attachment #1: Type: text/plain, Size: 582 bytes --]

This is an automated email and please do not reply to this email.

Dear Submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
While preparing the CI tests, the patches you submitted couldn't be applied to the current HEAD of the repository.

----- Output -----

error: patch failed: arch/arm64/boot/dts/qcom/qrb2210-rb1.dts:235
error: arch/arm64/boot/dts/qcom/qrb2210-rb1.dts: patch does not apply
hint: Use 'git am --show-current-patch' to see the failed patch

Please resolve the issue and submit the patches again.


---
Regards,
Linux Bluetooth


  reply	other threads:[~2025-12-31  1:16 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-30 23:35 [PATCH 00/14] power: sequencing: extend WCN driver to support WCN399x device Dmitry Baryshkov
2025-12-30 23:35 ` [PATCH 01/14] regulator: dt-bindings: qcom,qca6390-pmu: describe PMUs on WCN39xx Dmitry Baryshkov
2025-12-31  1:16   ` bluez.test.bot [this message]
2026-01-02 10:54   ` Bartosz Golaszewski
2026-01-02 12:23   ` Krzysztof Kozlowski
2025-12-30 23:35 ` [PATCH 02/14] Bluetooth: qca: enable pwrseq support for WCN39xx devices Dmitry Baryshkov
2026-01-02 10:57   ` Bartosz Golaszewski
2025-12-30 23:35 ` [PATCH 03/14] Bluetooth: qca: fix ROM version reading on WCN3998 chips Dmitry Baryshkov
2025-12-31 12:04   ` Konrad Dybcio
2025-12-31 15:02     ` Dmitry Baryshkov
2025-12-30 23:35 ` [PATCH 04/14] wifi: ath10k: snoc: support powering on the device via pwrseq Dmitry Baryshkov
2026-01-02 11:07   ` Bartosz Golaszewski
2026-01-02 15:09     ` Dmitry Baryshkov
2026-01-02 17:06       ` Bartosz Golaszewski
2026-01-02 23:24         ` Dmitry Baryshkov
2026-01-05 12:46           ` Bartosz Golaszewski
2025-12-30 23:35 ` [PATCH 05/14] power: sequencing: qcom-wcn: add support for WCN39xx Dmitry Baryshkov
2026-01-02 11:02   ` Bartosz Golaszewski
2025-12-30 23:35 ` [PATCH 06/14] arm64: dts: qcom: qrb4210-rb2: Fix UART3 wakeup IRQ storm Dmitry Baryshkov
2025-12-31 12:07   ` Konrad Dybcio
2025-12-30 23:35 ` [PATCH 07/14] arm64: dts: qcom: sdm845-db845c: drop CS from SPIO0 Dmitry Baryshkov
2025-12-31 12:07   ` Konrad Dybcio
2025-12-30 23:35 ` [PATCH 08/14] arm64: dts: qcom: sdm845-db845c: specify power for WiFi CH1 Dmitry Baryshkov
2025-12-31 12:09   ` Konrad Dybcio
2025-12-31 16:19     ` Dmitry Baryshkov
2025-12-31 16:20       ` Konrad Dybcio
2025-12-30 23:35 ` [PATCH 09/14] arm64: dts: qcom: sm8150: add uart13 Dmitry Baryshkov
2025-12-31 12:10   ` Konrad Dybcio
2025-12-30 23:36 ` [PATCH 10/14] arm64: dts: qcom: qrb2210-rb1: describe WiFi/BT properly Dmitry Baryshkov
2025-12-31 12:17   ` Konrad Dybcio
2026-01-02 10:51   ` Bartosz Golaszewski
2025-12-30 23:36 ` [PATCH 11/14] arm64: dts: qcom: qrb4210-rb2: " Dmitry Baryshkov
2025-12-31 12:18   ` Konrad Dybcio
2026-01-02 10:33   ` Bartosz Golaszewski
2025-12-30 23:36 ` [PATCH 12/14] arm64: dts: qcom: sda660-ifc6560: " Dmitry Baryshkov
2025-12-31 12:19   ` Konrad Dybcio
2025-12-31 16:20     ` Dmitry Baryshkov
2026-01-02 10:52   ` Bartosz Golaszewski
2025-12-30 23:36 ` [PATCH 13/14] arm64: dts: qcom: sdm845-db845c: " Dmitry Baryshkov
2025-12-31 12:20   ` Konrad Dybcio
2026-01-02 10:53   ` Bartosz Golaszewski
2025-12-30 23:36 ` [PATCH 14/14] arm64: dts: qcom: sm8150-hdk: " Dmitry Baryshkov
2025-12-31 12:16   ` Konrad Dybcio
2025-12-31 17:12     ` Dmitry Baryshkov
2025-12-31 17:13       ` Konrad Dybcio
2026-01-02 10:51   ` Bartosz Golaszewski
2026-01-02 14:43 ` [PATCH 00/14] power: sequencing: extend WCN driver to support WCN399x device Rob Herring
  -- strict thread matches above, loose matches on Subject: below --
2026-01-06  1:01 [PATCH v2 01/14] regulator: dt-bindings: qcom,wcn3990-pmu: describe PMUs on WCN39xx Dmitry Baryshkov
2026-01-06  1:16 ` power: sequencing: extend WCN driver to support WCN399x device bluez.test.bot
2026-01-29 20:14 ` bluez.test.bot

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=69547953.050a0220.d1924.58cd@mx.google.com \
    --to=bluez.test.bot@gmail.com \
    --cc=dmitry.baryshkov@oss.qualcomm.com \
    --cc=linux-bluetooth@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