This commit will add required Bluetooth firmware files for QCA WCN785x.
The image version is 2.0.0-00515.
rampatch_usb_00190200.bin : RAM FW dump
nvm_usb_00190200.bin : NVM dump.
Signed-off-by: Rocky Liao <quic_rjliao@quicinc.com>
This commit will update required firmware files for WCN6750.
msbtfw11.mbn :RAM FW dump
msbtfw11.tlv :RAM FW dump
msnv11.bin :NVM dump
Updated firmware files with:
Add on Features support for QHS and QCM
Bug Fix for RSSI calculation
IOT bug fixes related to power level during streaming
Braktooth issue fix
Signed-off-by: Suraj Magar <quic_smagar@quicinc.com>
This commit will add required firmware files for WCN6750.
msbtfw11.mbn :RAM FW dump
msbtfw11.tlv :RAM FW dump
msnv11.bin :NVM dump
Updated firmware files with:
BLE audio
ASD algorithm improvements
LPAPC related optimizations
LE power control changes
A2DP+LE concurrency improvements
ETSI related changes for QHS
Signed-off-by: Suraj Magar <quic_smagar@quicinc.com>
This commit will add required Bluetoth firmware files for WCN685x.
The image version is 2.1.0-00324.
nvm_usb_00130201*.bin : NVM dump
Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
This commit will update WCN685x Bluetoth firmware files
to 2.1.0-00298.
nvm_usb_00130201*.bin : NVM dump
Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
This commit will add required Bluetoth default nvm file for WCN685x.
The image version is 2.1.0-00252
nvm_usb_00130201.bin : NVM dump
Signed-off-by: Tim Jiang <tjiang@codeaurora.org>
This commit will add required Bluetoth firmware files for WCN685x.
The image version is 2.1.0-00252
rampatch_usb_00130201.bin : RAM FW dump
nvm_usb_00130201_010a.bin : NVM dump
Signed-off-by: Tim Jiang <tjiang@codeaurora.org>
This commit will add required Bluetooth firmware files for QCA WCN685x.
The image version is 2.0.0-00580.
rampatch_usb_00130200.bin : RAM FW dump
nvm_usb_00130200*.bin : NVM dump.
Signed-off-by: Rocky Liao <rjliao@codeaurora.org>
Following changes included in this commit:
1. Added stats for A2DP glitch report, BQR quality monitor report for
SCO and transmit power level change event.
2. Added adaptive power control feature which takes RSSI & NACKs into
consideration while updating the power level beyond PL9
3. Minor bug fixes, patch space optimizations and fixes for KW warnings.
4. Added a new bin file: qca/crnv32u.bin , which will be downloaded
based on SoC ID.
Signed-off-by: Asit Shah <asitshah@codeaurora.org>
This commit holds below enhancements for WCN3991.
1. Added Erroneous Data reporting support.
2. Increased SCO data buffer count from 4 to 8.
Signed-off-by: Balakrishna Godavarthi <bgodavar@codeaurora.org>
This commit will add required Bluetooth firmware files for QCA9377. Files
are from the Boundary Devices repo [1] and are covered under the existing
QCA redistributable license, but need renaming to align with the upstream
driver firmware naming convention.
tfbtfw11.tlv > rampatch_00230302.bin
tfbtnv11.bin > nvm_00230302.bin
Support for QCA9377 Bluetooth is now merged in bluetooth-next [2].
[1] https://github.com/boundarydevices/qca-firmware/tree/bd-sdmac-ath10k
[2] https://patchwork.kernel.org/cover/11504823/
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
The rampatch_00440302.tlv and rampatch_usb_00000302.tlv are wrong names
for QCA6174 Bluetooth driver, remove them and make the update to the
correct files rampatch_00440302.bin and rampatch_usb_00000302.bin.
Fixes: 30550605b7 ("qca: update bluetooth firmware for QCA6174")
Signed-off-by: Rocky Liao <rjliao@codeaurora.org>
Bugfixes for QCA6174.
While at it, to avoid confusion, also change the name of driver to
'btqca' in WHENCE file because that's what it is called in kernel images
(drivers/bluetooth/btqca.ko). Of course we cannot change the name of
directory 'qca' and that has to remain forever, but better to fix the
documentation to make it clear what driver this is.
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
The following fw files are added to support QCA6174.
rampatch_00440302.bin: RAM DUMP
nvm_00440302.bin: NVRAM
Signed-off-by: Balakrishna Godavarthi <bgodavar@codeaurora.org>
Latest firmware files supporting QCA61x4 ROME family chipset
Signed-off-by: Ben Young Tae Kim <ytkim@qca.qualcomm.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>