From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0908FC433ED for ; Fri, 7 May 2021 07:04:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C5B9A601FD for ; Fri, 7 May 2021 07:04:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232589AbhEGHFK convert rfc822-to-8bit (ORCPT ); Fri, 7 May 2021 03:05:10 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:54783 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229671AbhEGHFJ (ORCPT ); Fri, 7 May 2021 03:05:09 -0400 X-Greylist: delayed 497 seconds by postgrey-1.27 at vger.kernel.org; Fri, 07 May 2021 03:05:08 EDT Received: from smtpclient.apple (p4fefc624.dip0.t-ipconnect.de [79.239.198.36]) by mail.holtmann.org (Postfix) with ESMTPSA id C0DA1CECD8; Fri, 7 May 2021 09:03:41 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.80.0.2.43\)) Subject: Re: [PATCH v3 4/5] dt-bindings: net: bluetooth: Convert Qualcomm BT binding to DT schema From: Marcel Holtmann In-Reply-To: <20210507011753.GB1126886@robh.at.kernel.org> Date: Fri, 7 May 2021 08:55:50 +0200 Cc: Venkata Lakshmi Narayana Gubba , Johan Hedberg , devicetree@vger.kernel.org, Matthias Kaehlcke , open list , Bluetooth Kernel Mailing List , Hemantg , MSM , bgodavar@codeaurora.org, rjliao@codeaurora.org, hbandi@codeaurora.org, abhishekpandit@chromium.org Content-Transfer-Encoding: 8BIT Message-Id: References: <1620322392-27148-1-git-send-email-gubbaven@codeaurora.org> <1620322392-27148-5-git-send-email-gubbaven@codeaurora.org> <20210507011753.GB1126886@robh.at.kernel.org> To: Rob Herring X-Mailer: Apple Mail (2.3654.80.0.2.43) Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Hi Venkata, >> Converted Qualcomm Bluetooth binidings to DT schema. >> >> Signed-off-by: Venkata Lakshmi Narayana Gubba >> --- >> .../devicetree/bindings/net/qualcomm-bluetooth.txt | 69 ------------- >> .../bindings/net/qualcomm-bluetooth.yaml | 111 +++++++++++++++++++++ >> 2 files changed, 111 insertions(+), 69 deletions(-) >> delete mode 100644 Documentation/devicetree/bindings/net/qualcomm-bluetooth.txt >> create mode 100644 Documentation/devicetree/bindings/net/qualcomm-bluetooth.yaml > > >> diff --git a/Documentation/devicetree/bindings/net/qualcomm-bluetooth.yaml b/Documentation/devicetree/bindings/net/qualcomm-bluetooth.yaml >> new file mode 100644 >> index 0000000..3f3ec4d >> --- /dev/null >> +++ b/Documentation/devicetree/bindings/net/qualcomm-bluetooth.yaml >> @@ -0,0 +1,111 @@ >> +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) >> +%YAML 1.2 >> +--- >> +$id: http://devicetree.org/schemas/net/qualcomm-bluetooth.yaml# >> +$schema: http://devicetree.org/meta-schemas/core.yaml# >> + >> +title: Qualcomm Bluetooth Chips >> + >> +maintainers: >> + - Marcel Holtmann > > This should be someone who cares about Qcom BT. yes, please, assign this to someone that knows the hardware. Rob, can we leave this out for now if there is no dedicated person? Regards Marcel