OSDN Git Service

Bluetooth: btintel: Use boot parameter from firmware file
authorTedd Ho-Jeong An <tedd.an@linux.intel.com>
Wed, 24 Jan 2018 17:19:19 +0000 (09:19 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 24 Jan 2018 18:31:49 +0000 (19:31 +0100)
commit04d729b8a56304698c2eec6b93f2319b38851f6e
treecfeeadf77c9b2e83feeaa5ceda629555105c83dd
parente5889af62fce081dbd2e5d087683b9b7135bc731
Bluetooth: btintel: Use boot parameter from firmware file

Each RAM SKU has a different boot parameter which is used in
HCI_Intel_Reset command after downloading the firmware.
The boot parameter is embedded in the firmware data and to support
multiple SKUs, driver reads the boot parameter while downloading
the firmware instead of using static values per SKU.

Signed-off-by: Tedd Ho-Jeong An <tedd.an@linux.intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btusb.c
drivers/bluetooth/hci_intel.c