lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20220926192042.GA2629908-robh@kernel.org> Date: Mon, 26 Sep 2022 14:20:42 -0500 From: Rob Herring <robh@...nel.org> To: Sven Peter <sven@...npeter.dev> Cc: linux-kernel@...r.kernel.org, Paolo Abeni <pabeni@...hat.com>, devicetree@...r.kernel.org, linux-arm-msm@...r.kernel.org, Jakub Kicinski <kuba@...nel.org>, Alyssa Rosenzweig <alyssa@...enzweig.io>, Konrad Dybcio <konrad.dybcio@...ainline.org>, Rob Herring <robh+dt@...nel.org>, linux-bluetooth@...r.kernel.org, Hector Martin <marcan@...can.st>, linux-arm-kernel@...ts.infradead.org, Andy Gross <agross@...nel.org>, Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>, Eric Dumazet <edumazet@...gle.com>, Johan Hedberg <johan.hedberg@...il.com>, netdev@...r.kernel.org, Marcel Holtmann <marcel@...tmann.org>, asahi@...ts.linux.dev, Luiz Augusto von Dentz <luiz.dentz@...il.com>, "David S. Miller" <davem@...emloft.net> Subject: Re: [PATCH v3 1/7] dt-bindings: net: Add generic Bluetooth controller 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@...npeter.dev> > --- > changes from v2: > - added new bluetooth subdirectory and moved files there > - removed minItems from local-bd-address > - dropped bjorn.andersson@...aro.org, bgodavar@...eaurora.org and > rjliao@...eaurora.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@...nel.org>
Powered by blists - more mailing lists