Re: [PATCH v3 2/2] Bluetooth: qca: add QCC2072 support

From: Vivek Sahu

Date: Tue Feb 10 2026 - 08:57:28 EST




On 2/10/2026 5:46 PM, Dmitry Baryshkov wrote:
On Tue, Feb 10, 2026 at 05:41:13PM +0530, Vivek Sahu wrote:

On 2/9/2026 5:04 PM, Bartosz Golaszewski wrote:
On Mon, 9 Feb 2026 09:06:13 +0100, Vivek Sahu
<vivek.sahu@xxxxxxxxxxxxxxxx> said:
QCC2072 is a family of WiFi/BT connectivity chip.
It requires different firmware files and has different
configurations , so add it as a separate SoC type.

Correct the sorting of other chipsets for better readability.

The firmware for these chips has been recently added to the
linux-firmware repository and will be a part of the upcoming
release.
Something is wrong with formatting here.

I would personally split the sorting and support for the new model into two
patches - without and with functional changes respectively - for easier review.

Bartosz

Yes, I'm now splitting this patch into 2 parts, one for sorting another one
for new model

support. Please ignore this patch.

Please stop adding extra empty lines between (or fix your email client).


Sorting change has been raised with tittle "[PATCH v1] Bluetooth: qca:
Refactor code on

the basis of chipset names". Please approve it at quickest so that we can
raise new model

addition code changes on top of that.


Why couldn't you send it as 2 patches in a single series?

this change includes driver change and yaml change. In recent
bluetooth-next branch there is a new style of documentation of bindings
comes as "Split to separate schema". I need to re-modify my patch again
and compile. Splitting patch seems more convenient for code submission and addressing review comments.