From: Rob Herring <robh@kernel.org>
To: Sven Peter <sven@svenpeter.dev>
Cc: linux-kernel@vger.kernel.org, Paolo Abeni <pabeni@redhat.com>,
devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org,
Jakub Kicinski <kuba@kernel.org>,
Alyssa Rosenzweig <alyssa@rosenzweig.io>,
Konrad Dybcio <konrad.dybcio@somainline.org>,
Rob Herring <robh+dt@kernel.org>,
linux-bluetooth@vger.kernel.org, Hector Martin <marcan@marcan.st>,
linux-arm-kernel@lists.infradead.org,
Andy Gross <agross@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Eric Dumazet <edumazet@google.com>,
Johan Hedberg <johan.hedberg@gmail.com>,
netdev@vger.kernel.org, Marcel Holtmann <marcel@holtmann.org>,
asahi@lists.linux.dev,
Luiz Augusto von Dentz <luiz.dentz@gmail.com>,
"David S. Miller" <davem@davemloft.net>
Subject: Re: [PATCH v3 1/7] dt-bindings: net: Add generic Bluetooth controller
Date: Mon, 26 Sep 2022 14:20:42 -0500 [thread overview]
Message-ID: <20220926192042.GA2629908-robh@kernel.org> (raw)
In-Reply-To: <20220919164834.62739-2-sven@svenpeter.dev>
On Mon, 19 Sep 2022 18:48:28 +0200, Sven Peter wrote:
> Bluetooth controllers share the common local-bd-address property.
> Add a generic YAML schema to replace bluetooth.txt for those.
>
> Signed-off-by: Sven Peter <sven@svenpeter.dev>
> ---
> changes from v2:
> - added new bluetooth subdirectory and moved files there
> - removed minItems from local-bd-address
> - dropped bjorn.andersson@linaro.org, bgodavar@codeaurora.org and
> rjliao@codeaurora.org due to bouncing emails from the CC list
>
> changes from v1:
> - removed blueetooth.txt instead of just replacing it with a
> deprecation note
> - replaced references to bluetooth.txt
>
> .../devicetree/bindings/net/bluetooth.txt | 5 ----
> .../net/bluetooth/bluetooth-controller.yaml | 29 +++++++++++++++++++
> .../{ => bluetooth}/qualcomm-bluetooth.yaml | 6 ++--
> .../bindings/soc/qcom/qcom,wcnss.yaml | 8 ++---
> 4 files changed, 35 insertions(+), 13 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/net/bluetooth.txt
> create mode 100644 Documentation/devicetree/bindings/net/bluetooth/bluetooth-controller.yaml
> rename Documentation/devicetree/bindings/net/{ => bluetooth}/qualcomm-bluetooth.yaml (96%)
>
Reviewed-by: Rob Herring <robh@kernel.org>
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Sven Peter <sven@svenpeter.dev>
Cc: linux-kernel@vger.kernel.org, Paolo Abeni <pabeni@redhat.com>,
devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org,
Jakub Kicinski <kuba@kernel.org>,
Alyssa Rosenzweig <alyssa@rosenzweig.io>,
Konrad Dybcio <konrad.dybcio@somainline.org>,
Rob Herring <robh+dt@kernel.org>,
linux-bluetooth@vger.kernel.org, Hector Martin <marcan@marcan.st>,
linux-arm-kernel@lists.infradead.org,
Andy Gross <agross@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Eric Dumazet <edumazet@google.com>,
Johan Hedberg <johan.hedberg@gmail.com>,
netdev@vger.kernel.org, Marcel Holtmann <marcel@holtmann.org>,
asahi@lists.linux.dev,
Luiz Augusto von Dentz <luiz.dentz@gmail.com>,
"David S. Miller" <davem@davemloft.net>
Subject: Re: [PATCH v3 1/7] dt-bindings: net: Add generic Bluetooth controller
Date: Mon, 26 Sep 2022 14:20:42 -0500 [thread overview]
Message-ID: <20220926192042.GA2629908-robh@kernel.org> (raw)
In-Reply-To: <20220919164834.62739-2-sven@svenpeter.dev>
On Mon, 19 Sep 2022 18:48:28 +0200, Sven Peter wrote:
> Bluetooth controllers share the common local-bd-address property.
> Add a generic YAML schema to replace bluetooth.txt for those.
>
> Signed-off-by: Sven Peter <sven@svenpeter.dev>
> ---
> changes from v2:
> - added new bluetooth subdirectory and moved files there
> - removed minItems from local-bd-address
> - dropped bjorn.andersson@linaro.org, bgodavar@codeaurora.org and
> rjliao@codeaurora.org due to bouncing emails from the CC list
>
> changes from v1:
> - removed blueetooth.txt instead of just replacing it with a
> deprecation note
> - replaced references to bluetooth.txt
>
> .../devicetree/bindings/net/bluetooth.txt | 5 ----
> .../net/bluetooth/bluetooth-controller.yaml | 29 +++++++++++++++++++
> .../{ => bluetooth}/qualcomm-bluetooth.yaml | 6 ++--
> .../bindings/soc/qcom/qcom,wcnss.yaml | 8 ++---
> 4 files changed, 35 insertions(+), 13 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/net/bluetooth.txt
> create mode 100644 Documentation/devicetree/bindings/net/bluetooth/bluetooth-controller.yaml
> rename Documentation/devicetree/bindings/net/{ => bluetooth}/qualcomm-bluetooth.yaml (96%)
>
Reviewed-by: Rob Herring <robh@kernel.org>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-09-26 19:20 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-19 16:48 [PATCH v3 0/7] Broadcom/Apple Bluetooth driver for Apple Silicon Sven Peter
2022-09-19 16:48 ` Sven Peter
2022-09-19 16:48 ` [PATCH v3 1/7] dt-bindings: net: Add generic Bluetooth controller Sven Peter
2022-09-19 16:48 ` Sven Peter
2022-09-19 17:36 ` Broadcom/Apple Bluetooth driver for Apple Silicon bluez.test.bot
2022-09-26 19:20 ` Rob Herring [this message]
2022-09-26 19:20 ` [PATCH v3 1/7] dt-bindings: net: Add generic Bluetooth controller Rob Herring
2022-09-19 16:48 ` [PATCH v3 2/7] dt-bindings: net: Add Broadcom BCM4377 family PCIe Bluetooth Sven Peter
2022-09-19 16:48 ` Sven Peter
2022-09-25 15:44 ` Rob Herring
2022-09-25 15:44 ` Rob Herring
2022-09-19 16:48 ` [PATCH v3 3/7] arm64: dts: apple: t8103: Add Bluetooth controller Sven Peter
2022-09-19 16:48 ` Sven Peter
2022-09-19 16:48 ` [PATCH v3 4/7] Bluetooth: hci_event: Ignore reserved bits in LE Extended Adv Report Sven Peter
2022-09-19 16:48 ` Sven Peter
2022-09-19 16:48 ` [PATCH v3 5/7] Bluetooth: Add quirk to disable extended scanning Sven Peter
2022-09-19 16:48 ` Sven Peter
2022-09-19 16:48 ` [PATCH v3 6/7] Bluetooth: Add quirk to disable MWS Transport Configuration Sven Peter
2022-09-19 16:48 ` Sven Peter
2022-09-19 16:48 ` [PATCH v3 7/7] Bluetooth: hci_bcm4377: Add new driver for BCM4377 PCIe boards Sven Peter
2022-09-19 16:48 ` Sven Peter
2022-09-19 16:55 ` [PATCH v3 0/7] Broadcom/Apple Bluetooth driver for Apple Silicon Sven Peter
2022-09-19 16:55 ` Sven Peter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220926192042.GA2629908-robh@kernel.org \
--to=robh@kernel.org \
--cc=agross@kernel.org \
--cc=alyssa@rosenzweig.io \
--cc=asahi@lists.linux.dev \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=edumazet@google.com \
--cc=johan.hedberg@gmail.com \
--cc=konrad.dybcio@somainline.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=kuba@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-bluetooth@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luiz.dentz@gmail.com \
--cc=marcan@marcan.st \
--cc=marcel@holtmann.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=robh+dt@kernel.org \
--cc=sven@svenpeter.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.