Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp163757pxb; Mon, 13 Sep 2021 16:00:34 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyY1KpPnM5ffhbkLIWl3kCQ335hsFgkpmluzJhyPLTBHGOzgP/9Z41t1U+FX1ekdJiHPVyr X-Received: by 2002:a17:906:57d4:: with SMTP id u20mr8316624ejr.445.1631574033786; Mon, 13 Sep 2021 16:00:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631574033; cv=none; d=google.com; s=arc-20160816; b=zEjEG82UDX5QZybT6Li3L4TeG3WcfjqCQhpHzFZjo/3hl2fApPUXL9csfAZT/x9ZyW rGm/50p0lKKyluFZtr5+yX31ELk67CINitD7yWse23nmEpUWupHxLzJV2NxHYDfCNMPe IouY6uzFq4Vv9OGi4g4YLHN4LNQD/hWp8cwGrXPEnTX+0p+mIMQ1bq9SKUWZVZ+H1aUK iV0cTeYqOyEme6LJ3Ba6C7hjlX1uZDt4aA+6VQTQT0UhjBnXeqKW32Tp+HM3/GfQpgVt RQWlWosRyCCXvuDh0S2o47vWl2K4iQVFiDPY8RkFREAvOhXOdrK5HcZ6S7zd3zNyWMYn byYA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:to:references:message-id :content-transfer-encoding:cc:date:in-reply-to:from:subject :mime-version; bh=j6Coa9AEfdwjXC7lsMWGu6sn75MdNeLivkDbwTJDLYc=; b=TmrlYAWXckoHriQsE7elivChvKei5QVlo/ryxLQtOZUU6Kip2iQ2932W2l5nbKORGN yExWJb5nKcPc+LqTleeqxRx/hGZdtpA5v0sjJmtjsbOw7dF6Yh2HDffVYO5U1svXouuf UanzapYLAXge3kKmHu1nkL9zbO78mEGPaKE6yXcEyrBHS0pwSLy+Q23eqRtUvGIZDPn3 pPA7G0wGNyaht1oj7dDN/Rc4OEmFk/ALIyibyiaP2W14T2VPuXJ0xNsyVUIrrY1GxyCn S5g+hDWKcoku6mtvI/7lUPqwDSLelSiS9sa/0MymuUeHjXZ7eszhPe7jSs4sf9QBuwtC c4vg== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id y19si5886046eda.12.2021.09.13.15.59.45; Mon, 13 Sep 2021 16:00:33 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345388AbhIMOg2 convert rfc822-to-8bit (ORCPT + 99 others); Mon, 13 Sep 2021 10:36:28 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:42773 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344589AbhIMOeE (ORCPT ); Mon, 13 Sep 2021 10:34:04 -0400 Received: from smtpclient.apple (p5b3d2185.dip0.t-ipconnect.de [91.61.33.133]) by mail.holtmann.org (Postfix) with ESMTPSA id AFFE3CED1E; Mon, 13 Sep 2021 16:32:45 +0200 (CEST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.120.0.1.13\)) Subject: Re: [PATCH v3 1/3] Bluetooth: btandroid: Support Android Bluetooth Quality Report From: Marcel Holtmann In-Reply-To: <20210913152801.v3.1.I17f57656757b83a1c0fb4b78525d8aca581725db@changeid> Date: Mon, 13 Sep 2021 16:32:45 +0200 Cc: linux-bluetooth , Luiz Augusto von Dentz , =?utf-8?Q?Pali_Roh=C3=A1r?= , Joseph Hwang , CrosBT Upstreaming , kernel test robot , Miao-chen Chou , Johan Hedberg , linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8BIT Message-Id: References: <20210913152801.v3.1.I17f57656757b83a1c0fb4b78525d8aca581725db@changeid> To: Joseph Hwang X-Mailer: Apple Mail (2.3654.120.0.1.13) Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Joseph, > Add the btandroid.c file to support Android BQR commands. > > This module may be referenced by btusb, btrtl, and hci_qca when a > Bluetooth controller supports the Android Bluetooth Quality Report. > > Reported-by: kernel test robot > > Reviewed-by: Miao-chen Chou > Signed-off-by: Joseph Hwang > --- > > Changes in v3: > - Fix the auto build test ERROR > "undefined symbol: btandroid_set_quality_report" that occurred > with some kernel configs. > - Note that the mgmt-tester "Read Exp Feature - Success" failed. > But on my test device, the same test passed. Please kindly let me > know what may be going wrong. These patches do not actually > modify read/set experimental features. > - As to CheckPatch failed. No need to modify the MAINTAINERS file. > Thanks. > > Changes in v2: > - Fix the titles of patches 2/3 and 3/3 and reduce their lengths. > > drivers/bluetooth/Kconfig | 5 ++ > drivers/bluetooth/Makefile | 1 + > drivers/bluetooth/btandroid.c | 106 ++++++++++++++++++++++++++++++++++ > drivers/bluetooth/btandroid.h | 10 ++++ > 4 files changed, 122 insertions(+) > create mode 100644 drivers/bluetooth/btandroid.c > create mode 100644 drivers/bluetooth/btandroid.h I am confused now. Did you read my review comments? I do _not_ want it this way; so please read my previous response and don’t send the exact same patch again. Regards Marcel