Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp114035pxv; Wed, 30 Jun 2021 01:06:21 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwXvFwVqTet1hfaTRzFOMdbztwh3XtPLcsV1nPuBaPo/JtH0EQMZoetQINp5D2P4ip/GF3W X-Received: by 2002:a05:6402:3582:: with SMTP id y2mr11801564edc.190.1625040381660; Wed, 30 Jun 2021 01:06:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1625040381; cv=none; d=google.com; s=arc-20160816; b=qYL2GOXIcmVfKtubdkY7lzb1ZN6InYBlFI+lsRUtGzgesP1Xa88nqDnH1FAGzbOyHE fWQF5poUZDxJ/EcoDYmlismr+uYJr+OUYKxz+GhQ84kS1EqWN+D20UwCGAJpqWoIYl8h gwKGX2yEf6gjWKL/G5Ny7w71HPB3B3r1Blrd6VdjcmhUXKR1RkCqyGtTix2Ty+xWARBa V+9YLZqBh2/dRrOZEzGBTKqFjA49kJ0VNLlL+cT1qqz8LQPIBIhjqsvZVqicv1yrGfgU bZYgJN04O5+3R58bYheJI3u2CSlNdCn3MrxHQTNLiZSdu6kK0c/mTID+vWq0OwgjVR36 Yilg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:references:in-reply-to:message-id:date:subject :cc:to:from; bh=9ao9dCrXehP8KBlYAU8ShXT/2MJmFYWKlu/LVK1gmzA=; b=HMh+aGqVmceA1ejIutVOoROc7PWSBYBPgqYJfJQJgiyl4kjynAaJfG04poT5d5cjYU ax1IZ4MESt+/ifEU+iui8AUpFGkgYEptvc7uxz1Fr0iB9ZsUZx0pCXvNHDxhfWI6noFO R1O4VCrDkeHRMVi+UT8ES7DmCTBcCu5dQVTbumDCR0zuANCx/ririeF4SRN9pysFoFxX pT34htqUWU14Tkpmo/kW+kofMP/sbfkAMgDL+YBw4XgKGptg2xRS0qLUXfYvlvtd4Mtz 8Lyz1Jnq7qZBgwMgYgZ8xX6DyLo6tfk0py5SWYPc5fNtL3YQPPWrFNGWBFrAWWDmQYXU YT7Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id e5si19291845edr.499.2021.06.30.01.05.39; Wed, 30 Jun 2021 01:06:21 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233051AbhF3IG1 (ORCPT + 99 others); Wed, 30 Jun 2021 04:06:27 -0400 Received: from mga07.intel.com ([134.134.136.100]:5410 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232954AbhF3IG0 (ORCPT ); Wed, 30 Jun 2021 04:06:26 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10030"; a="272164636" X-IronPort-AV: E=Sophos;i="5.83,311,1616482800"; d="scan'208";a="272164636" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2021 01:03:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,311,1616482800"; d="scan'208";a="643997943" Received: from intel-lenovo-legion-y540-15irh-pg0.iind.intel.com ([10.224.186.95]) by fmsmga005.fm.intel.com with ESMTP; 30 Jun 2021 01:03:56 -0700 From: Kiran K To: linux-bluetooth@vger.kernel.org Cc: Kiran K Subject: [PATCH v10 03/10] Bluetooth: btintel: Read supported offload usecases Date: Wed, 30 Jun 2021 13:38:00 +0530 Message-Id: <20210630080807.12600-3-kiran.k@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210630080807.12600-1-kiran.k@intel.com> References: <20210630080807.12600-1-kiran.k@intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Read offload usecases supported by controller. Signed-off-by: Kiran K Reviewed-by: Chethan T N Reviewed-by: Srivatsa Ravishankar --- * changes in v10: - restructure patch to have definition and call of callaback in the same patch * changes in v9: - define a separate patch for core changes drivers/bluetooth/btintel.c | 32 ++++++++++++++++++++++++++++++++ drivers/bluetooth/btintel.h | 16 ++++++++++++++++ drivers/bluetooth/btusb.c | 5 +++++ 3 files changed, 53 insertions(+) diff --git a/drivers/bluetooth/btintel.c b/drivers/bluetooth/btintel.c index e44b6993cf91..7f9b5f82d01f 100644 --- a/drivers/bluetooth/btintel.c +++ b/drivers/bluetooth/btintel.c @@ -1272,6 +1272,38 @@ int btintel_set_debug_features(struct hci_dev *hdev, } EXPORT_SYMBOL_GPL(btintel_set_debug_features); +#if IS_ENABLED(CONFIG_BT_OFFLOAD_CODECS) +int btintel_configure_offload_usecases(struct hci_dev *hdev) +{ + struct sk_buff *skb; + int err = 0; + struct intel_offload_usecases *usecases; + + skb = __hci_cmd_sync(hdev, 0xfc86, 0, NULL, HCI_INIT_TIMEOUT); + if (IS_ERR(skb)) { + bt_dev_err(hdev, "Reading offload usecases failed (%ld)", + PTR_ERR(skb)); + return PTR_ERR(skb); + } + + if (skb->len < sizeof(*usecases)) { + err = -EIO; + goto error; + } + + usecases = (void *)skb->data; + + if (usecases->status) { + err = -bt_to_errno(skb->data[0]); + goto error; + } +error: + kfree_skb(skb); + return err; +} +EXPORT_SYMBOL_GPL(btintel_configure_offload_usecases); +#endif + MODULE_AUTHOR("Marcel Holtmann "); MODULE_DESCRIPTION("Bluetooth support for Intel devices ver " VERSION); MODULE_VERSION(VERSION); diff --git a/drivers/bluetooth/btintel.h b/drivers/bluetooth/btintel.h index d184064a5e7c..b667fc000c03 100644 --- a/drivers/bluetooth/btintel.h +++ b/drivers/bluetooth/btintel.h @@ -132,6 +132,13 @@ struct intel_debug_features { __u8 page1[16]; } __packed; +#if IS_ENABLED(CONFIG_BT_OFFLOAD_CODECS) +struct intel_offload_usecases { + __u8 status; + __u8 preset[8]; +} __packed; +#endif + #define INTEL_HW_PLATFORM(cnvx_bt) ((u8)(((cnvx_bt) & 0x0000ff00) >> 8)) #define INTEL_HW_VARIANT(cnvx_bt) ((u8)(((cnvx_bt) & 0x003f0000) >> 16)) #define INTEL_CNVX_TOP_TYPE(cnvx_top) ((cnvx_top) & 0x00000fff) @@ -175,6 +182,9 @@ int btintel_read_debug_features(struct hci_dev *hdev, struct intel_debug_features *features); int btintel_set_debug_features(struct hci_dev *hdev, const struct intel_debug_features *features); +#if IS_ENABLED(CONFIG_BT_OFFLOAD_CODECS) +int btintel_configure_offload_usecases(struct hci_dev *hdev); +#endif #else static inline int btintel_check_bdaddr(struct hci_dev *hdev) @@ -307,4 +317,10 @@ static inline int btintel_set_debug_features(struct hci_dev *hdev, return -EOPNOTSUPP; } +#if IS_ENABLED(CONFIG_BT_OFFLOAD_CODECS) +static int btintel_configure_offload_usecases(struct hci_dev *hdev) +{ + return -EOPNOTSUPP; +} +#endif #endif diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index a9855a2dd561..0184e8668a84 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -3008,6 +3008,11 @@ static int btusb_setup_intel_newgen(struct hci_dev *hdev) /* Set DDC mask for available debug features */ btintel_set_debug_features(hdev, &features); +#if IS_ENABLED(CONFIG_BT_OFFLOAD_CODECS) + /* Read supported usecases and set callbacks to fetch datapath id */ + btintel_configure_offload_usecases(hdev); +#endif + /* Read the Intel version information after loading the FW */ err = btintel_read_version_tlv(hdev, &version); if (err) -- 2.17.1