]> www.infradead.org Git - users/willy/linux.git/commit
Bluetooth: btnxpuart: Enable status prints for firmware download
authorNeeraj Sanjay Kale <neeraj.sanjaykale@nxp.com>
Wed, 15 May 2024 07:06:56 +0000 (12:36 +0530)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 15 Jul 2024 01:33:25 +0000 (21:33 -0400)
commit2684dd614ccf085b64456d78e2c23911006d503d
tree15e4fb59eb62d38e84f1d55506c7e28b67a575a0
parentc68bbf5e334b35b36ac5b9f0419f1f93f796bad1
Bluetooth: btnxpuart: Enable status prints for firmware download

This enables prints for firmware download which can help automation
tests to verify firmware download functionality.

dmesg logs before:
modprobe btnxpuart
[ 1999.187264] Bluetooth: MGMT ver 1.22

dmesg logs with this patch:
modprobe btnxpuart
[16179.758515] Bluetooth: hci0: ChipID: 7601, Version: 0
[16179.764748] Bluetooth: hci0: Request Firmware: nxp/uartspi_n61x_v1.bin.se
[16181.217490] Bluetooth: hci0: FW Download Complete: 372696 bytes
[16182.701398] Bluetooth: MGMT ver 1.22

Signed-off-by: Neeraj Sanjay Kale <neeraj.sanjaykale@nxp.com>
Tested-by: Guillaume Legoupil <guillaume.legoupil@nxp.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/btnxpuart.c