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=ham 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 B3D23C433B4 for ; Thu, 13 May 2021 15:21:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8CED961182 for ; Thu, 13 May 2021 15:21:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234832AbhEMPW4 convert rfc822-to-8bit (ORCPT ); Thu, 13 May 2021 11:22:56 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:59498 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234765AbhEMPW4 (ORCPT ); Thu, 13 May 2021 11:22:56 -0400 Received: from smtpclient.apple (p4fefc9d6.dip0.t-ipconnect.de [79.239.201.214]) by mail.holtmann.org (Postfix) with ESMTPSA id 440AECED28; Thu, 13 May 2021 17:29:36 +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: Date: Thu, 13 May 2021 17:21:43 +0200 Cc: Venkata Lakshmi Narayana Gubba , Johan Hedberg , devicetree@vger.kernel.org, Matthias Kaehlcke , open list , Bluetooth Kernel Mailing List , Hemantg , MSM , Balakrishna Godavarthi , Rocky Liao , hbandi@codeaurora.org, Abhishek Pandit-Subedi 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 Rob, >>>> 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? > > No, it's required. It can be me if it comes to that. However, if no > one can be bothered to step up, then we should just remove it perhaps. > QCom is a big company, I'm sure they can find some name. I hope so as well since my name is clearly the wrong one there. I have too little knowledge about that hardware and the platforms it is used in. Regards Marcel