From 0459d594a2f0212e13217ca05042a9e466c00d1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20J=C3=A4ger?= Date: Fri, 22 Sep 2023 07:17:13 +0200 Subject: [PATCH] MAINTAINERS.yml: Move LoRa to subsys section and add LoRaWAN MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit LoRaWAN is not a driver. LoRa and LoRaWAN together are better categorized as a subsystem. Signed-off-by: Martin Jäger --- MAINTAINERS.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/MAINTAINERS.yml b/MAINTAINERS.yml index 38a36545fd..b3c11d3cf5 100644 --- a/MAINTAINERS.yml +++ b/MAINTAINERS.yml @@ -1120,24 +1120,6 @@ Release Notes: labels: - "area: LED" -"Drivers: lora": - status: maintained - maintainers: - - Mani-Sadhasivam - collaborators: - - mniestroj - - JordanYates - files: - - drivers/lora/ - - include/zephyr/drivers/lora.h - - samples/drivers/lora/ - - include/zephyr/lorawan/ - - subsys/lorawan/ - - samples/subsys/lorawan/ - - doc/connectivity/lora_lorawan/index.rst - labels: - - "area: LoRa" - "Drivers: Modem": status: maintained maintainers: @@ -1718,6 +1700,24 @@ Logging: labels: - "area: Logging" +LoRa and LoRaWAN: + status: maintained + maintainers: + - Mani-Sadhasivam + collaborators: + - mniestroj + - JordanYates + files: + - drivers/lora/ + - include/zephyr/drivers/lora.h + - samples/drivers/lora/ + - include/zephyr/lorawan/ + - subsys/lorawan/ + - samples/subsys/lorawan/ + - doc/connectivity/lora_lorawan/index.rst + labels: + - "area: LoRa" + MAINTAINERS file: status: maintained maintainers: