From: Kalle Valo Date: Wed, 22 Jan 2020 13:39:38 +0000 (+0200) Subject: qca: update bluetooth firmware for QCA6174 X-Git-Tag: 20200316~29^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30550605b75c16489ee75fa1cf8be6aea8506068;p=linux-firmware qca: update bluetooth firmware for QCA6174 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 --- diff --git a/WHENCE b/WHENCE index 4385ba7..e844b20 100644 --- a/WHENCE +++ b/WHENCE @@ -3820,7 +3820,7 @@ Licence: GPLv2 or later. See GPL-2 and GPL-3 for details. -------------------------------------------------------------------------- -Driver: qca - Qualcomm Atheros Bluetooth support for QCA61x4 chips +Driver: btqca - Qualcomm Atheros Bluetooth support for QCA61x4 chips File: qca/nvm_usb_00000201.bin File: qca/nvm_usb_00000200.bin @@ -3838,6 +3838,11 @@ File: qca/crbtfw21.tlv File: qca/crnv21.bin File: qca/nvm_00440302.bin File: qca/rampatch_00440302.bin +File: qca/nvm_00440302_eu.bin +File: qca/nvm_00440302_i2s_eu.bin +File: qca/nvm_usb_00000302_eu.bin +File: qca/rampatch_00440302.tlv +File: qca/rampatch_usb_00000302.tlv Licence: Redistributable. See LICENSE.QualcommAtheros_ath10k and qca/NOTICE.txt for details diff --git a/qca/nvm_00440302_eu.bin b/qca/nvm_00440302_eu.bin new file mode 100644 index 0000000..a3bc79d Binary files /dev/null and b/qca/nvm_00440302_eu.bin differ diff --git a/qca/nvm_00440302_i2s_eu.bin b/qca/nvm_00440302_i2s_eu.bin new file mode 100644 index 0000000..af6ca70 Binary files /dev/null and b/qca/nvm_00440302_i2s_eu.bin differ diff --git a/qca/nvm_usb_00000302_eu.bin b/qca/nvm_usb_00000302_eu.bin new file mode 100644 index 0000000..b692c9a Binary files /dev/null and b/qca/nvm_usb_00000302_eu.bin differ diff --git a/qca/rampatch_00440302.tlv b/qca/rampatch_00440302.tlv new file mode 100644 index 0000000..826362b Binary files /dev/null and b/qca/rampatch_00440302.tlv differ diff --git a/qca/rampatch_usb_00000302.tlv b/qca/rampatch_usb_00000302.tlv new file mode 100644 index 0000000..d340a8b Binary files /dev/null and b/qca/rampatch_usb_00000302.tlv differ