All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: MAINTAINERS: add Devicetree bindings to Bluetooth drivers
@ 2023-06-21  6:09 Krzysztof Kozlowski
  2023-06-21  6:39 ` bluez.test.bot
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2023-06-21  6:09 UTC (permalink / raw)
  To: Marcel Holtmann, Johan Hedberg, Luiz Augusto von Dentz,
	David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, linux-bluetooth,
	netdev, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

The Devicetree bindings should be picked up by subsystem maintainers,
but respective pattern for Bluetooth drivers was missing.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index ea9d87f39345..3d5e378b3f13 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3637,6 +3637,7 @@ S:	Supported
 W:	http://www.bluez.org/
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
+F:	Documentation/devicetree/bindings/net/bluetooth/
 F:	drivers/bluetooth/
 
 BLUETOOTH SUBSYSTEM
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* RE: Bluetooth: MAINTAINERS: add Devicetree bindings to Bluetooth drivers
  2023-06-21  6:09 [PATCH] Bluetooth: MAINTAINERS: add Devicetree bindings to Bluetooth drivers Krzysztof Kozlowski
@ 2023-06-21  6:39 ` bluez.test.bot
  2023-06-21 15:22 ` [PATCH] " Simon Horman
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bluez.test.bot @ 2023-06-21  6:39 UTC (permalink / raw)
  To: linux-bluetooth, krzysztof.kozlowski

[-- Attachment #1: Type: text/plain, Size: 1423 bytes --]

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=758931

---Test result---

Test Summary:
CheckPatch                    PASS      0.75 seconds
GitLint                       PASS      0.40 seconds
SubjectPrefix                 PASS      0.14 seconds
BuildKernel                   PASS      39.08 seconds
CheckAllWarning               PASS      42.42 seconds
CheckSparse                   PASS      48.03 seconds
CheckSmatch                   PASS      131.28 seconds
BuildKernel32                 PASS      37.56 seconds
TestRunnerSetup               PASS      538.53 seconds
TestRunner_l2cap-tester       PASS      20.04 seconds
TestRunner_iso-tester         PASS      29.23 seconds
TestRunner_bnep-tester        PASS      6.95 seconds
TestRunner_mgmt-tester        PASS      150.96 seconds
TestRunner_rfcomm-tester      PASS      10.97 seconds
TestRunner_sco-tester         PASS      9.97 seconds
TestRunner_ioctl-tester       PASS      11.87 seconds
TestRunner_mesh-tester        PASS      8.65 seconds
TestRunner_smp-tester         PASS      10.05 seconds
TestRunner_userchan-tester    PASS      7.35 seconds
IncrementalBuild              PASS      35.48 seconds



---
Regards,
Linux Bluetooth


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Bluetooth: MAINTAINERS: add Devicetree bindings to Bluetooth drivers
  2023-06-21  6:09 [PATCH] Bluetooth: MAINTAINERS: add Devicetree bindings to Bluetooth drivers Krzysztof Kozlowski
  2023-06-21  6:39 ` bluez.test.bot
@ 2023-06-21 15:22 ` Simon Horman
  2023-06-23  2:30 ` patchwork-bot+netdevbpf
  2023-06-27 19:01 ` patchwork-bot+bluetooth
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2023-06-21 15:22 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Marcel Holtmann, Johan Hedberg, Luiz Augusto von Dentz,
	David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, linux-bluetooth,
	netdev, devicetree, linux-kernel

On Wed, Jun 21, 2023 at 08:09:49AM +0200, Krzysztof Kozlowski wrote:
> The Devicetree bindings should be picked up by subsystem maintainers,
> but respective pattern for Bluetooth drivers was missing.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Reviewed-by: Simon Horman <simon.horman@corigine.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Bluetooth: MAINTAINERS: add Devicetree bindings to Bluetooth drivers
  2023-06-21  6:09 [PATCH] Bluetooth: MAINTAINERS: add Devicetree bindings to Bluetooth drivers Krzysztof Kozlowski
  2023-06-21  6:39 ` bluez.test.bot
  2023-06-21 15:22 ` [PATCH] " Simon Horman
@ 2023-06-23  2:30 ` patchwork-bot+netdevbpf
  2023-06-27 19:01 ` patchwork-bot+bluetooth
  3 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-06-23  2:30 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: marcel, johan.hedberg, luiz.dentz, davem, edumazet, kuba, pabeni,
	robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-bluetooth,
	netdev, devicetree, linux-kernel

Hello:

This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 21 Jun 2023 08:09:49 +0200 you wrote:
> The Devicetree bindings should be picked up by subsystem maintainers,
> but respective pattern for Bluetooth drivers was missing.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)

Here is the summary with links:
  - Bluetooth: MAINTAINERS: add Devicetree bindings to Bluetooth drivers
    https://git.kernel.org/netdev/net/c/533bbc7ce562

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Bluetooth: MAINTAINERS: add Devicetree bindings to Bluetooth drivers
  2023-06-21  6:09 [PATCH] Bluetooth: MAINTAINERS: add Devicetree bindings to Bluetooth drivers Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  2023-06-23  2:30 ` patchwork-bot+netdevbpf
@ 2023-06-27 19:01 ` patchwork-bot+bluetooth
  3 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+bluetooth @ 2023-06-27 19:01 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: marcel, johan.hedberg, luiz.dentz, davem, edumazet, kuba, pabeni,
	robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-bluetooth,
	netdev, devicetree, linux-kernel

Hello:

This patch was applied to bluetooth/bluetooth-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 21 Jun 2023 08:09:49 +0200 you wrote:
> The Devicetree bindings should be picked up by subsystem maintainers,
> but respective pattern for Bluetooth drivers was missing.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)

Here is the summary with links:
  - Bluetooth: MAINTAINERS: add Devicetree bindings to Bluetooth drivers
    https://git.kernel.org/bluetooth/bluetooth-next/c/533bbc7ce562

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-06-27 19:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-21  6:09 [PATCH] Bluetooth: MAINTAINERS: add Devicetree bindings to Bluetooth drivers Krzysztof Kozlowski
2023-06-21  6:39 ` bluez.test.bot
2023-06-21 15:22 ` [PATCH] " Simon Horman
2023-06-23  2:30 ` patchwork-bot+netdevbpf
2023-06-27 19:01 ` patchwork-bot+bluetooth

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.