Re: [PATCH 1/3] Bluetooth: qca: add QCC2072 support
Krzysztof Kozlowski <[email protected]>
| Newsgroups | org.kernel.vger.linux-bluetooth,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 23/07/2026 14:31, Rahul Samana wrote: > Add QCC2072 as a supported Qualcomm Bluetooth controller. > > QCC2072 uses the ORN firmware and NVM naming scheme. Select the NVM file > and BCS calibration file using the controller board ID when available, > with fallback to the default files. > > Register the QCC2072 compatible with hci_qca and route it through the > same UART setup, speed switching and power-control paths as recent > Qualcomm Bluetooth controllers. > > Signed-off-by: Rahul Samana <[email protected]> Please run scripts/checkpatch.pl on the patches and fix reported warnings. After that, run also 'scripts/checkpatch.pl --strict' on the patches and (probably) fix more warnings. Some warnings can be ignored, especially from --strict run, but the code here looks like it needs a fix. Feel free to get in touch if the warning is not clear. Best regards, Krzysztof