From 69468dc52b8e1f4de06e1854d369f3af02107ecc Mon Sep 17 00:00:00 2001 From: Thomas Stranger Date: Thu, 8 Jul 2021 14:15:29 +0200 Subject: [PATCH] CODEOWNERS: MAINTAINERS: Add entry for w1 support Add entries for w1 doc, api, drivers, and tests in the CODEOWNERS as well as the MAINTAINERS file. Signed-off-by: Thomas Stranger --- CODEOWNERS | 3 +++ MAINTAINERS.yml | 16 ++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 63879473dc..cecf7e6272 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -435,6 +435,7 @@ /drivers/*/*xec* @franciscomunoz @albertofloyd @sjvasanth1 /drivers/mipi_dsi/ @gmarull /drivers/mipi_dsi/mipi_dsi.c @gmarull +/drivers/w1/ @str4t0m /drivers/watchdog/*gecko* @oanerer /drivers/watchdog/*sifive* @katsuster /drivers/watchdog/wdt_handlers.c @dcpleung @nashif @@ -558,6 +559,7 @@ /include/zephyr/drivers/peci.h @albertofloyd @franciscomunoz @sjvasanth1 /include/zephyr/drivers/pm_cpu_ops.h @carlocaione /include/zephyr/drivers/pm_cpu_ops/ @carlocaione +/include/zephyr/drivers/w1/ @str4t0m /include/zephyr/app_memory/ @dcpleung /include/zephyr/arch/arc/ @abrodkin @ruuddw @evgeniy-paltsev /include/zephyr/arch/arc/arch.h @abrodkin @ruuddw @evgeniy-paltsev @@ -802,6 +804,7 @@ scripts/gen_image_info.py @tejlmand /tests/drivers/hwinfo/ @alexanderwachter /tests/drivers/spi/ @tbursztyka /tests/drivers/uart/uart_async_api/ @Mierunski +/tests/drivers/w1/ @str4t0m /tests/kernel/ @dcpleung @andyross @nashif /tests/lib/ @nashif /tests/lib/cmsis_dsp/ @stephanosio diff --git a/MAINTAINERS.yml b/MAINTAINERS.yml index 11cbd7b84d..a98098dd16 100644 --- a/MAINTAINERS.yml +++ b/MAINTAINERS.yml @@ -1001,6 +1001,22 @@ Documentation: labels: - "area: Video" +"Drivers: W1": + status: maintained + maintainers: + - str4t0m + collaborators: + - dp7hgh7 + files: + - doc/hardware/peripherals/w1.rst + - drivers/w1/ + - dts/bindings/w1/ + - include/zephyr/drivers/w1.h + - include/zephyr/drivers/sensor/w1_sensor.h + - tests/drivers/w1/ + labels: + - "area: W1" + "Drivers: Watchdog": status: odd fixes collaborators: