Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp1756230ybl; Sat, 31 Aug 2019 01:37:13 -0700 (PDT) X-Google-Smtp-Source: APXvYqysUZuUzbXgUfwML2dKJNIQQgiIsZApxnhCiCz8sE8SKul2KmONt0wnyq5XEAsUmbITp56t X-Received: by 2002:a65:4844:: with SMTP id i4mr16675591pgs.113.1567240633679; Sat, 31 Aug 2019 01:37:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567240633; cv=none; d=google.com; s=arc-20160816; b=h+1f33ir2T/UtVUnclMR50QdUQ3ZB1kedWi6z6x+g08pEYSmVOMSu1DDN/eq913/u4 3mqQA1T5kHVV6fRSiV+euhNsBd7XUBROT9SHOFw4KeZ47gzyGe+9fE2A5cRBQnlxFyVg zQ4jTUS44/34xiTMijazRqko3qtwmLy5X7xdD7WUMXOS6KYRM5mBTzGWTSuZ3pMgHPNa ZPhCkkqqyj8ujsCUTuKPvMyV2mimSjjiNraOTJLUYpjCZyE9qCZuXwXPZSrPIempMqfb dcGRFpPUSJ2RG58M4ElWuYM20G86nPD1Aa8e4azF6a+hDEToslY4EN6p+doDY5aJFbqA RZaw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:content-disposition :mime-version:message-id:subject:cc:to:from:date:authenticated-by; bh=MJSDxa3NuT/cJ3+Xq8SStXwQSfx1oBDNEhaZj+AxNd0=; b=WKg7rUFmxuN8057RC+UToplcnPdomfH9ykTttHS3mnH76psDMFtwRJdswQYttVmjEJ rG3v9nq47vJjB5sb7f0CaQcVWO9FwvMEeC+Z+drd59tfqEyCnUSfrSK1VqV0fT/+HyRq auEOP2csE2vEMXmZBYmigBlkcBVv7OudLhdHyyeiebkTGHXqyBCXDs8NyN5bCPoJbWZA 0cYIUOCCXq+mdxmUbUZ8vyDR2d0jSLCK+HqpWQev+yc7dsJP5Qp46iwK3GFYalCsRNyr URdf+w4XLdm2ggEQx9GsOx+owpE7B539S3N/J6VCdumoToraxxpxQysdJUpOnm9Cyjjr KyuQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 97si6887395pld.250.2019.08.31.01.36.38; Sat, 31 Aug 2019 01:37:13 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726406AbfHaIgg (ORCPT + 99 others); Sat, 31 Aug 2019 04:36:36 -0400 Received: from rtits2.realtek.com ([211.75.126.72]:33569 "EHLO rtits2.realtek.com.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726602AbfHaIgg (ORCPT ); Sat, 31 Aug 2019 04:36:36 -0400 Authenticated-By: X-SpamFilter-By: BOX Solutions SpamTrap 5.62 with qID x7V8aN5p002730, This message is accepted by code: ctloc85258 Received: from RS-CAS02.realsil.com.cn (rsn1.realsil.com.cn[172.29.17.3](maybeforged)) by rtits2.realtek.com.tw (8.15.2/2.57/5.78) with ESMTPS id x7V8aN5p002730 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 31 Aug 2019 16:36:23 +0800 Received: from laptop-alex (59.63.203.251) by RS-CAS02.realsil.com.cn (172.29.17.3) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sat, 31 Aug 2019 16:36:22 +0800 Date: Sat, 31 Aug 2019 16:36:02 +0800 From: Alex Lu To: Marcel Holtmann CC: Johan Hedberg , , , Max Chou Subject: [PATCH v3 2/2] Bluetooth: btrtl: Add firmware version print Message-ID: <20190831083602.GA10103@laptop-alex> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-Originating-IP: [59.63.203.251] Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org From: Alex Lu This patch is used to print fw version for debug convenience Signed-off-by: Alex Lu --- Changes in v3 - Remove the pointless rtl: prefix in the format string Changes in v2 - Re-order the code so that no forward declaration is needed drivers/bluetooth/btrtl.c | 56 ++++++++++++++++++++++++--------------- 1 file changed, 35 insertions(+), 21 deletions(-) diff --git a/drivers/bluetooth/btrtl.c b/drivers/bluetooth/btrtl.c index b7487ab99eed..adb8ba0fcd59 100644 --- a/drivers/bluetooth/btrtl.c +++ b/drivers/bluetooth/btrtl.c @@ -178,6 +178,27 @@ static const struct id_table *btrtl_match_ic(u16 lmp_subver, u16 hci_rev, return &ic_id_table[i]; } +static struct sk_buff *btrtl_read_local_version(struct hci_dev *hdev) +{ + struct sk_buff *skb; + + skb = __hci_cmd_sync(hdev, HCI_OP_READ_LOCAL_VERSION, 0, NULL, + HCI_INIT_TIMEOUT); + if (IS_ERR(skb)) { + rtl_dev_err(hdev, "HCI_OP_READ_LOCAL_VERSION failed (%ld)", + PTR_ERR(skb)); + return skb; + } + + if (skb->len != sizeof(struct hci_rp_read_local_version)) { + rtl_dev_err(hdev, "HCI_OP_READ_LOCAL_VERSION event length mismatch"); + kfree_skb(skb); + return ERR_PTR(-EIO); + } + + return skb; +} + static int rtl_read_rom_version(struct hci_dev *hdev, u8 *version) { struct rtl_rom_version_evt *rom_version; @@ -368,6 +389,8 @@ static int rtl_download_firmware(struct hci_dev *hdev, int frag_len = RTL_FRAG_LEN; int ret = 0; int i; + struct sk_buff *skb; + struct hci_rp_read_local_version *rp; dl_cmd = kmalloc(sizeof(struct rtl_download_cmd), GFP_KERNEL); if (!dl_cmd) @@ -406,6 +429,18 @@ static int rtl_download_firmware(struct hci_dev *hdev, data += RTL_FRAG_LEN; } + skb = btrtl_read_local_version(hdev); + if (IS_ERR(skb)) { + ret = PTR_ERR(skb); + rtl_dev_err(hdev, "read local version failed"); + goto out; + } + + rp = (struct hci_rp_read_local_version *)skb->data; + rtl_dev_info(hdev, "fw version 0x%04x%04x", + __le16_to_cpu(rp->hci_rev), __le16_to_cpu(rp->lmp_subver)); + kfree_skb(skb); + out: kfree(dl_cmd); return ret; @@ -484,27 +519,6 @@ static int btrtl_setup_rtl8723b(struct hci_dev *hdev, return ret; } -static struct sk_buff *btrtl_read_local_version(struct hci_dev *hdev) -{ - struct sk_buff *skb; - - skb = __hci_cmd_sync(hdev, HCI_OP_READ_LOCAL_VERSION, 0, NULL, - HCI_INIT_TIMEOUT); - if (IS_ERR(skb)) { - rtl_dev_err(hdev, "HCI_OP_READ_LOCAL_VERSION failed (%ld)\n", - PTR_ERR(skb)); - return skb; - } - - if (skb->len != sizeof(struct hci_rp_read_local_version)) { - rtl_dev_err(hdev, "HCI_OP_READ_LOCAL_VERSION event length mismatch\n"); - kfree_skb(skb); - return ERR_PTR(-EIO); - } - - return skb; -} - void btrtl_free(struct btrtl_device_info *btrtl_dev) { kfree(btrtl_dev->fw_data); -- 2.21.0