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 <thomas.stranger@outlook.com>
This commit is contained in:
Thomas Stranger 2021-07-08 14:15:29 +02:00 committed by Carles Cufí
parent f1a37c9629
commit 69468dc52b
2 changed files with 19 additions and 0 deletions

View file

@ -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

View file

@ -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: