Hello:
This series was applied to bluetooth/bluetooth-next.git (master) by Luiz Augusto von Dentz luiz.von.dentz@intel.com:
On Wed, 15 May 2024 18:15:01 +0000 you wrote:
Hi,
There are just two minor fixes from Hector that we've been carrying downstream for a while now. One increases the timeout while waiting for the firmware to boot which is optional for the controller already supported upstream but required for a newer 4388 board for which we'll also submit support soon. It also fixes the units for the timeouts which is why I've already included it here. The other one fixes a call to bitmap_release_region where we only wanted to release a single bit but are actually releasing much more.
[...]
Here is the summary with links: - [v2,1/3] Bluetooth: hci_bcm4377: Use correct unit for timeouts https://git.kernel.org/bluetooth/bluetooth-next/c/9ee7beea5921 - [v2,2/3] Bluetooth: hci_bcm4377: Increase boot timeout https://git.kernel.org/bluetooth/bluetooth-next/c/710a05bcfd4a - [v2,3/3] Bluetooth: hci_bcm4377: Fix msgid release https://git.kernel.org/bluetooth/bluetooth-next/c/bb0e96ccc834
You are awesome, thank you!