* [PATCH 0/5] Wifi & Bluetooth on LG G Watch R
@ 2022-02-16 21:24 Luca Weiss
2022-02-16 21:24 ` [PATCH 1/5] dt-bindings: bluetooth: broadcom: add BCM43430A0 Luca Weiss
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Luca Weiss @ 2022-02-16 21:24 UTC (permalink / raw)
To: linux-arm-msm
Cc: ~postmarketos/upstreaming, phone-devel, Luca Weiss, Linus Walleij,
devicetree, linux-bluetooth, linux-kernel, netdev
This series adds the BCM43430A0 chip providing Bluetooth & Wifi on the
LG G Watch R.
Luca Weiss (5):
dt-bindings: bluetooth: broadcom: add BCM43430A0
Bluetooth: hci_bcm: add BCM43430A0
ARM: dts: qcom: msm8226: Add pinctrl for sdhci nodes
ARM: dts: qcom: apq8026-lg-lenok: Add Wifi
ARM: dts: qcom: apq8026-lg-lenok: Add Bluetooth
.../bindings/net/broadcom-bluetooth.yaml | 1 +
arch/arm/boot/dts/qcom-apq8026-lg-lenok.dts | 98 ++++++++++++++++---
arch/arm/boot/dts/qcom-msm8226.dtsi | 57 +++++++++++
drivers/bluetooth/hci_bcm.c | 1 +
4 files changed, 144 insertions(+), 13 deletions(-)
--
2.35.1
^ permalink raw reply [flat|nested] 8+ messages in thread* [PATCH 1/5] dt-bindings: bluetooth: broadcom: add BCM43430A0 2022-02-16 21:24 [PATCH 0/5] Wifi & Bluetooth on LG G Watch R Luca Weiss @ 2022-02-16 21:24 ` Luca Weiss 2022-02-22 15:21 ` Linus Walleij 2022-02-25 16:29 ` Rob Herring 2022-02-24 4:15 ` [PATCH 0/5] Wifi & Bluetooth on LG G Watch R Bjorn Andersson 2022-02-24 20:54 ` (subset) " Bjorn Andersson 2 siblings, 2 replies; 8+ messages in thread From: Luca Weiss @ 2022-02-16 21:24 UTC (permalink / raw) To: linux-arm-msm Cc: ~postmarketos/upstreaming, phone-devel, Luca Weiss, David S. Miller, Jakub Kicinski, Rob Herring, Linus Walleij, netdev, devicetree, linux-kernel Document the compatible string for BCM43430A0 bluetooth. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> --- Documentation/devicetree/bindings/net/broadcom-bluetooth.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/net/broadcom-bluetooth.yaml b/Documentation/devicetree/bindings/net/broadcom-bluetooth.yaml index 5aac094fd217..c11cd9bc9f9c 100644 --- a/Documentation/devicetree/bindings/net/broadcom-bluetooth.yaml +++ b/Documentation/devicetree/bindings/net/broadcom-bluetooth.yaml @@ -19,6 +19,7 @@ properties: - brcm,bcm4329-bt - brcm,bcm4330-bt - brcm,bcm4334-bt + - brcm,bcm43430a0-bt - brcm,bcm43438-bt - brcm,bcm4345c5 - brcm,bcm43540-bt -- 2.35.1 ^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH 1/5] dt-bindings: bluetooth: broadcom: add BCM43430A0 2022-02-16 21:24 ` [PATCH 1/5] dt-bindings: bluetooth: broadcom: add BCM43430A0 Luca Weiss @ 2022-02-22 15:21 ` Linus Walleij 2022-02-25 16:29 ` Rob Herring 1 sibling, 0 replies; 8+ messages in thread From: Linus Walleij @ 2022-02-22 15:21 UTC (permalink / raw) To: Luca Weiss Cc: linux-arm-msm, ~postmarketos/upstreaming, phone-devel, David S. Miller, Jakub Kicinski, Rob Herring, netdev, devicetree, linux-kernel On Wed, Feb 16, 2022 at 10:25 PM Luca Weiss <luca@z3ntu.xyz> wrote: > Document the compatible string for BCM43430A0 bluetooth. > > Signed-off-by: Luca Weiss <luca@z3ntu.xyz> Looks good to me: Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Yours, Linus Walleij ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/5] dt-bindings: bluetooth: broadcom: add BCM43430A0 2022-02-16 21:24 ` [PATCH 1/5] dt-bindings: bluetooth: broadcom: add BCM43430A0 Luca Weiss 2022-02-22 15:21 ` Linus Walleij @ 2022-02-25 16:29 ` Rob Herring 1 sibling, 0 replies; 8+ messages in thread From: Rob Herring @ 2022-02-25 16:29 UTC (permalink / raw) To: Luca Weiss Cc: David S. Miller, Linus Walleij, netdev, Rob Herring, ~postmarketos/upstreaming, linux-arm-msm, devicetree, linux-kernel, Jakub Kicinski, phone-devel On Wed, 16 Feb 2022 22:24:28 +0100, Luca Weiss wrote: > Document the compatible string for BCM43430A0 bluetooth. > > Signed-off-by: Luca Weiss <luca@z3ntu.xyz> > --- > Documentation/devicetree/bindings/net/broadcom-bluetooth.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org> ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 0/5] Wifi & Bluetooth on LG G Watch R 2022-02-16 21:24 [PATCH 0/5] Wifi & Bluetooth on LG G Watch R Luca Weiss 2022-02-16 21:24 ` [PATCH 1/5] dt-bindings: bluetooth: broadcom: add BCM43430A0 Luca Weiss @ 2022-02-24 4:15 ` Bjorn Andersson 2022-02-25 20:19 ` Luca Weiss 2022-02-24 20:54 ` (subset) " Bjorn Andersson 2 siblings, 1 reply; 8+ messages in thread From: Bjorn Andersson @ 2022-02-24 4:15 UTC (permalink / raw) To: Luca Weiss Cc: linux-arm-msm, ~postmarketos/upstreaming, phone-devel, Linus Walleij, devicetree, linux-bluetooth, linux-kernel, netdev On Wed 16 Feb 15:24 CST 2022, Luca Weiss wrote: > This series adds the BCM43430A0 chip providing Bluetooth & Wifi on the > LG G Watch R. > I picked the dts changes, but would prefer that the other two changes goes through the BT tree. I see that you haven't copied Marcel on the dt-binding change though, so please resubmit those two patches together. Thanks, Bjorn > Luca Weiss (5): > dt-bindings: bluetooth: broadcom: add BCM43430A0 > Bluetooth: hci_bcm: add BCM43430A0 > ARM: dts: qcom: msm8226: Add pinctrl for sdhci nodes > ARM: dts: qcom: apq8026-lg-lenok: Add Wifi > ARM: dts: qcom: apq8026-lg-lenok: Add Bluetooth > > .../bindings/net/broadcom-bluetooth.yaml | 1 + > arch/arm/boot/dts/qcom-apq8026-lg-lenok.dts | 98 ++++++++++++++++--- > arch/arm/boot/dts/qcom-msm8226.dtsi | 57 +++++++++++ > drivers/bluetooth/hci_bcm.c | 1 + > 4 files changed, 144 insertions(+), 13 deletions(-) > > -- > 2.35.1 > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 0/5] Wifi & Bluetooth on LG G Watch R 2022-02-24 4:15 ` [PATCH 0/5] Wifi & Bluetooth on LG G Watch R Bjorn Andersson @ 2022-02-25 20:19 ` Luca Weiss 2022-02-25 21:57 ` Bjorn Andersson 0 siblings, 1 reply; 8+ messages in thread From: Luca Weiss @ 2022-02-25 20:19 UTC (permalink / raw) To: Bjorn Andersson Cc: linux-arm-msm, ~postmarketos/upstreaming, phone-devel, Linus Walleij, devicetree, linux-bluetooth, linux-kernel, netdev, Marcel Holtmann Hi Bjorn On Donnerstag, 24. Februar 2022 05:15:06 CET Bjorn Andersson wrote: > On Wed 16 Feb 15:24 CST 2022, Luca Weiss wrote: > > This series adds the BCM43430A0 chip providing Bluetooth & Wifi on the > > LG G Watch R. > > I picked the dts changes, but would prefer that the other two changes > goes through the BT tree. I see that you haven't copied Marcel on the > dt-binding change though, so please resubmit those two patches together. Thank you, will resubmit the first two! Just to be clear, as far as I understand each patch gets sent based on its own get_maintainer.pl, and the cover letter gets sent to the superset of all individual patch recipients? I'm using this script that's largely based on something I found online a while ago https://github.com/z3ntu/dotfiles/blob/master/scripts/usr/local/bin/cocci_cc Also just checked and Marcel isn't listed as maintainer of the relevant dt bindings in MAINTAINERS, maybe they should get added there? (also CCed Marcel on this email) Regards Luca > > Thanks, > Bjorn > > > Luca Weiss (5): > > dt-bindings: bluetooth: broadcom: add BCM43430A0 > > Bluetooth: hci_bcm: add BCM43430A0 > > ARM: dts: qcom: msm8226: Add pinctrl for sdhci nodes > > ARM: dts: qcom: apq8026-lg-lenok: Add Wifi > > ARM: dts: qcom: apq8026-lg-lenok: Add Bluetooth > > > > .../bindings/net/broadcom-bluetooth.yaml | 1 + > > arch/arm/boot/dts/qcom-apq8026-lg-lenok.dts | 98 ++++++++++++++++--- > > arch/arm/boot/dts/qcom-msm8226.dtsi | 57 +++++++++++ > > drivers/bluetooth/hci_bcm.c | 1 + > > 4 files changed, 144 insertions(+), 13 deletions(-) ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 0/5] Wifi & Bluetooth on LG G Watch R 2022-02-25 20:19 ` Luca Weiss @ 2022-02-25 21:57 ` Bjorn Andersson 0 siblings, 0 replies; 8+ messages in thread From: Bjorn Andersson @ 2022-02-25 21:57 UTC (permalink / raw) To: Luca Weiss Cc: linux-arm-msm, ~postmarketos/upstreaming, phone-devel, Linus Walleij, devicetree, linux-bluetooth, linux-kernel, netdev, Marcel Holtmann On Fri 25 Feb 12:19 PST 2022, Luca Weiss wrote: > Hi Bjorn > > On Donnerstag, 24. Februar 2022 05:15:06 CET Bjorn Andersson wrote: > > On Wed 16 Feb 15:24 CST 2022, Luca Weiss wrote: > > > This series adds the BCM43430A0 chip providing Bluetooth & Wifi on the > > > LG G Watch R. > > > > I picked the dts changes, but would prefer that the other two changes > > goes through the BT tree. I see that you haven't copied Marcel on the > > dt-binding change though, so please resubmit those two patches together. > > Thank you, will resubmit the first two! > > Just to be clear, as far as I understand each patch gets sent based on its own > get_maintainer.pl, and the cover letter gets sent to the superset of all > individual patch recipients? It's rather annoying to be maintainer and only get 1-2 patches out of a larger series and having to browse lore.kernel.org to find the rest. So based on that I tend to make sure that everyone is Cc'ed on all patches in my series. And then there's the general advice that if there isn't a strong dependency between the patches, it might be better to just submit them separately in the first place. Simply to make it easier for each maintainer to merge your patches. > I'm using this script that's largely based on something I found online a while > ago > https://github.com/z3ntu/dotfiles/blob/master/scripts/usr/local/bin/cocci_cc > > Also just checked and Marcel isn't listed as maintainer of the relevant dt > bindings in MAINTAINERS, maybe they should get added there? > In general I think the DT bindings goes through the relevant subsystem maintainer, so I would suggest that you post a patch. If for some reason Marcel shouldn't merge BT related DT patches, then the discussion that follows will make that clear and you could make sure that MAINTAINERS reflects the outcome. Regards, Bjorn > (also CCed Marcel on this email) > > Regards > Luca > > > > > Thanks, > > Bjorn > > > > > Luca Weiss (5): > > > dt-bindings: bluetooth: broadcom: add BCM43430A0 > > > Bluetooth: hci_bcm: add BCM43430A0 > > > ARM: dts: qcom: msm8226: Add pinctrl for sdhci nodes > > > ARM: dts: qcom: apq8026-lg-lenok: Add Wifi > > > ARM: dts: qcom: apq8026-lg-lenok: Add Bluetooth > > > > > > .../bindings/net/broadcom-bluetooth.yaml | 1 + > > > arch/arm/boot/dts/qcom-apq8026-lg-lenok.dts | 98 ++++++++++++++++--- > > > arch/arm/boot/dts/qcom-msm8226.dtsi | 57 +++++++++++ > > > drivers/bluetooth/hci_bcm.c | 1 + > > > 4 files changed, 144 insertions(+), 13 deletions(-) > > > > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: (subset) [PATCH 0/5] Wifi & Bluetooth on LG G Watch R 2022-02-16 21:24 [PATCH 0/5] Wifi & Bluetooth on LG G Watch R Luca Weiss 2022-02-16 21:24 ` [PATCH 1/5] dt-bindings: bluetooth: broadcom: add BCM43430A0 Luca Weiss 2022-02-24 4:15 ` [PATCH 0/5] Wifi & Bluetooth on LG G Watch R Bjorn Andersson @ 2022-02-24 20:54 ` Bjorn Andersson 2 siblings, 0 replies; 8+ messages in thread From: Bjorn Andersson @ 2022-02-24 20:54 UTC (permalink / raw) To: Luca Weiss, linux-arm-msm Cc: ~postmarketos/upstreaming, linux-kernel, devicetree, phone-devel, netdev, Linus Walleij, linux-bluetooth On Wed, 16 Feb 2022 22:24:27 +0100, Luca Weiss wrote: > This series adds the BCM43430A0 chip providing Bluetooth & Wifi on the > LG G Watch R. > > Luca Weiss (5): > dt-bindings: bluetooth: broadcom: add BCM43430A0 > Bluetooth: hci_bcm: add BCM43430A0 > ARM: dts: qcom: msm8226: Add pinctrl for sdhci nodes > ARM: dts: qcom: apq8026-lg-lenok: Add Wifi > ARM: dts: qcom: apq8026-lg-lenok: Add Bluetooth > > [...] Applied, thanks! [2/5] Bluetooth: hci_bcm: add BCM43430A0 (no commit info) [3/5] ARM: dts: qcom: msm8226: Add pinctrl for sdhci nodes commit: a5683471b68d81898db14e1dee347bfe7469540d [4/5] ARM: dts: qcom: apq8026-lg-lenok: Add Wifi commit: 81ecc39d0dd3fbbcc3c8505d0eefe511eb422d03 [5/5] ARM: dts: qcom: apq8026-lg-lenok: Add Bluetooth commit: e8880a10f970d86d1b3fdd8bc36400e0e01ba4a9 Best regards, -- Bjorn Andersson <bjorn.andersson@linaro.org> ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2022-02-25 21:55 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2022-02-16 21:24 [PATCH 0/5] Wifi & Bluetooth on LG G Watch R Luca Weiss 2022-02-16 21:24 ` [PATCH 1/5] dt-bindings: bluetooth: broadcom: add BCM43430A0 Luca Weiss 2022-02-22 15:21 ` Linus Walleij 2022-02-25 16:29 ` Rob Herring 2022-02-24 4:15 ` [PATCH 0/5] Wifi & Bluetooth on LG G Watch R Bjorn Andersson 2022-02-25 20:19 ` Luca Weiss 2022-02-25 21:57 ` Bjorn Andersson 2022-02-24 20:54 ` (subset) " Bjorn Andersson
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).