Message ID | 20230621060949.5760-1-krzysztof.kozlowski@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 533bbc7ce562e476ac381e8ddcb27c46279a44f9 |
Headers | show |
Series | Bluetooth: MAINTAINERS: add Devicetree bindings to Bluetooth drivers | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/CheckPatch | success | CheckPatch PASS |
tedd_an/GitLint | success | Gitlint PASS |
tedd_an/SubjectPrefix | success | Gitlint PASS |
tedd_an/BuildKernel | success | BuildKernel PASS |
tedd_an/CheckAllWarning | success | CheckAllWarning PASS |
tedd_an/CheckSparse | success | CheckSparse PASS |
tedd_an/CheckSmatch | success | CheckSparse PASS |
tedd_an/BuildKernel32 | success | BuildKernel32 PASS |
tedd_an/TestRunnerSetup | success | TestRunnerSetup PASS |
tedd_an/TestRunner_l2cap-tester | success | TestRunner PASS |
tedd_an/TestRunner_iso-tester | success | TestRunner PASS |
tedd_an/TestRunner_bnep-tester | success | TestRunner PASS |
tedd_an/TestRunner_mgmt-tester | success | TestRunner PASS |
tedd_an/TestRunner_rfcomm-tester | success | TestRunner PASS |
tedd_an/TestRunner_sco-tester | success | TestRunner PASS |
tedd_an/TestRunner_ioctl-tester | success | TestRunner PASS |
tedd_an/TestRunner_mesh-tester | success | TestRunner PASS |
tedd_an/TestRunner_smp-tester | success | TestRunner PASS |
tedd_an/TestRunner_userchan-tester | success | TestRunner PASS |
tedd_an/IncrementalBuild | success | Incremental Build PASS |
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
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>
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!
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!
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
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(+)