Message ID | 20240614084941.6832-1-neeraj.sanjaykale@nxp.com (mailing list archive) |
---|---|
Headers | show |
Series | Bluetooth: btnxpuart: Update firmware names | expand |
Hello: This series was applied to bluetooth/bluetooth-next.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Fri, 14 Jun 2024 14:19:39 +0530 you wrote: > This patch series updates the BT firmware file names in BTNXPUART > driver, while maintaining backward compatibility by requesting old > firmware file name if new firmware file not found. > > A new optional firmware-name device tree property has been added to help > override the firmware file names hardcoded in the driver. > > [...] Here is the summary with links: - [v4,1/2] dt-bindings: net: bluetooth: nxp: Add firmware-name property https://git.kernel.org/bluetooth/bluetooth-next/c/3a8decfc6350 - [v4,2/2] Bluetooth: btnxpuart: Update firmware names https://git.kernel.org/bluetooth/bluetooth-next/c/2c4d9d8e879b You are awesome, thank you!
This patch series updates the BT firmware file names in BTNXPUART driver, while maintaining backward compatibility by requesting old firmware file name if new firmware file not found. A new optional firmware-name device tree property has been added to help override the firmware file names hardcoded in the driver. This change is necessary as newer firmware releases will have standardized naming convention aligned across all newer and legacy chipsets. Signed-off-by: Neeraj Sanjay Kale <neeraj.sanjaykale@nxp.com> Neeraj Sanjay Kale (2): dt-bindings: net: bluetooth: nxp: Add firmware-name property Bluetooth: btnxpuart: Update firmware names .../net/bluetooth/nxp,88w8987-bt.yaml | 4 ++ drivers/bluetooth/btnxpuart.c | 67 ++++++++++++++----- 2 files changed, 54 insertions(+), 17 deletions(-)