Skip to content

Commit 0d4ac0d

Browse files
dcpleungnashif
authored andcommitted
MAINTAINERS: defer vendor owned I3C drivers from generic area
I3C drivers from different vendors are best evaluated by the vendor maintainers and collaborator since they are more familiar with the hardward and are better equipped to evaluate the code. So use defer-to-other-areas such that the reviewer assignment script gives them higher priority. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
1 parent 4447242 commit 0d4ac0d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

MAINTAINERS.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2264,6 +2264,13 @@ Documentation Infrastructure:
22642264
- include/zephyr/drivers/i3c/
22652265
- doc/hardware/peripherals/i3c.rst
22662266
- tests/drivers/build_all/i3c/
2267+
file-groups:
2268+
- name: I3C driver
2269+
defer-to-other-areas: true
2270+
files:
2271+
- drivers/i3c/i3c_*.c
2272+
- drivers/i3c/Kconfig.*
2273+
- dts/bindings/i3c/
22672274
labels:
22682275
- "area: I3C"
22692276
tests:

0 commit comments

Comments
 (0)