Skip to content

Commit

Permalink
CODEOWNERS: MAINTAINERS: Add entry for w1 support
Browse files Browse the repository at this point in the history
Add entries for w1 doc, api, drivers, and tests in the CODEOWNERS as well
as the MAINTAINERS file.

Signed-off-by: Thomas Stranger <[email protected]>
  • Loading branch information
str4t0m authored and carlescufi committed Jul 5, 2022
1 parent f1a37c9 commit 69468dc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
16 changes: 16 additions & 0 deletions MAINTAINERS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 69468dc

Please sign in to comment.