Message ID | 20220126053103.3261693-2-adeep@lexina.in |
---|---|
State | Superseded |
Headers | show |
Series | Bluetooth: hci_h5: btrtl: Add support for RTL8822CS hci_ver 0x08 | expand |
This is automated email and please do not reply to this email! Dear submitter, Thank you for submitting the patches to the linux bluetooth mailing list. This is a CI test results with your patch series: PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=608534 ---Test result--- Test Summary: CheckPatch FAIL 3.28 seconds GitLint PASS 1.98 seconds SubjectPrefix PASS 1.74 seconds BuildKernel PASS 29.19 seconds BuildKernel32 PASS 26.18 seconds Incremental Build with patchesPASS 41.66 seconds TestRunner: Setup PASS 461.68 seconds TestRunner: l2cap-tester PASS 13.20 seconds TestRunner: bnep-tester PASS 6.01 seconds TestRunner: mgmt-tester PASS 103.37 seconds TestRunner: rfcomm-tester PASS 7.32 seconds TestRunner: sco-tester PASS 7.60 seconds TestRunner: smp-tester PASS 7.54 seconds TestRunner: userchan-tester PASS 6.27 seconds Details ############################## Test: CheckPatch - FAIL - 3.28 seconds Run checkpatch.pl script with rule in .checkpatch.conf [v6,2/2] Bluetooth: hci_h5: Add power reset via gpio in h5_btrtl_open\WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #60: to initialize the adapter in most cases. It has been found experimentally that total: 0 errors, 1 warnings, 11 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. /github/workspace/src/12724610.patch has style problems, please review. NOTE: Ignored message types: UNKNOWN_COMMIT_ID NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. --- Regards, Linux Bluetooth
diff --git a/drivers/bluetooth/btrtl.c b/drivers/bluetooth/btrtl.c index c2bdd1e6060e..c2030f7e25b4 100644 --- a/drivers/bluetooth/btrtl.c +++ b/drivers/bluetooth/btrtl.c @@ -148,6 +148,14 @@ static const struct id_table ic_id_table[] = { .fw_name = "rtl_bt/rtl8761bu_fw.bin", .cfg_name = "rtl_bt/rtl8761bu_config" }, + /* 8822C with UART interface */ + { IC_INFO(RTL_ROM_LMP_8822B, 0xc, 0x8, HCI_UART), + .config_needed = true, + .has_rom_version = true, + .has_msft_ext = true, + .fw_name = "rtl_bt/rtl8822cs_fw.bin", + .cfg_name = "rtl_bt/rtl8822cs_config" }, + /* 8822C with UART interface */ { IC_INFO(RTL_ROM_LMP_8822B, 0xc, 0xa, HCI_UART), .config_needed = true,