From cbdc91f7a38438838c7b138e22750710314229bb Mon Sep 17 00:00:00 2001 From: Jonathan Rico Date: Thu, 18 Jan 2024 13:02:58 +0100 Subject: [PATCH] MAINTAINERS: Add "Bluetooth HCI" section Split out the HCI drivers from the main Bluetooth sections. The contributors to those are usually silicon vendors. Signed-off-by: Jonathan Rico --- MAINTAINERS.yml | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS.yml b/MAINTAINERS.yml index 31423b1440..de1c86492d 100644 --- a/MAINTAINERS.yml +++ b/MAINTAINERS.yml @@ -299,7 +299,6 @@ Bluetooth: files: - doc/connectivity/bluetooth/ - include/zephyr/bluetooth/ - - include/zephyr/drivers/bluetooth/ - samples/bluetooth/ - subsys/bluetooth/ - subsys/bluetooth/common/ @@ -328,6 +327,27 @@ Bluetooth: tests: - bluetooth +Bluetooth HCI: + status: maintained + maintainers: + - jhedberg + - jori-nordic + collaborators: + - hermabe + - alwa-nordic + - Thalley + - sjanc + - theob-pro + files: + - include/zephyr/drivers/bluetooth/ + - drivers/bluetooth/ + - samples/bluetooth/hci_*/ + labels: + - "area: Bluetooth Host" + - "area: Bluetooth" + tests: + - bluetooth + Bluetooth controller: status: maintained maintainers: @@ -362,7 +382,6 @@ Bluetooth Host: - sjanc - theob-pro files: - - drivers/bluetooth/ - subsys/bluetooth/host/ - subsys/bluetooth/services/ - subsys/bluetooth/shell/