Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions MAINTAINERS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3775,6 +3775,8 @@ Native_sim and POSIX arch:
- scripts/valgrind.supp
- soc/native/
- tests/boards/native_sim/
files-regex:
- (drivers/|subsys/).*(bottom)\.([c|h])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

something like drivers/input/linux_evdev_bottom.c is now part of the input subsystem, also contributed and maintained within this subsystem (by @fabiobaltieri ), adding this here, creates a duplication and ambiguity about who actually maintains that file. Do we really want this? Does this really belong into POSIX arch?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The idea with this change is to cover it from both sides (platform and subsystem) like we do with quite a few other drivers. With the understanding that it is better to have more eyes in reviews than less.
I'm not going to be blocking PRs to their drivers classes with nits or comments on the driver API :).

Anyhow I added all the respective subsystem maintainers to this PR in case they disagree.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see #100435 for something similar being done.

labels:
- "area: native port"
description: >-
Expand Down
Loading