diff options
author | Karol Herbst <[email protected]> | 2021-11-10 14:31:57 +0100 |
---|---|---|
committer | Karol Herbst <[email protected]> | 2021-11-12 23:45:54 +0100 |
commit | 94bdb32aa2b251b6a21b1893435856d048ecabf0 (patch) | |
tree | ff3671a725c377c6ee13d43a832773c31b90ef6c | |
parent | 318ba02cd8a8bacd20a4fe29edff3c0931d17ded (diff) |
MAINTAINERS: update information for nouveau
Some side notes on this. Atm we do want to use gitlab for bug tracking and
merge requests. But due to the nature of the current linux kernel
development, we can only do so for nouveau internal changes.
Everything else still needs to be sent as emails and this is also includes
changes to UAPI etc.
Anyway, if somebody wants to submit patches via gitlab, they are free to
do so and this should just make this more official and documented.
People listed as maintainers are such that have push access to drm-misc
(where changes are pushed to after landing in gitlab) and are known
nouveau developers.
We did this already for some trivial changes and critical bug fixes
already, we just weren't thinking about updating the MAINTAINERS file.
Cc: Ben Skeggs <[email protected]>
Cc: Lyude Paul <[email protected]>
Cc: David Airlie <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Karol Herbst <[email protected]>
Acked-by: Daniel Vetter <[email protected]>
Acked-by: Lyude Paul <[email protected]>
Signed-off-by: Ben Skeggs <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8805df335326..270dc9c0a427 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5961,10 +5961,17 @@ F: drivers/gpu/drm/panel/panel-novatek-nt36672a.c DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS M: Ben Skeggs <[email protected]> +M: Karol Herbst <[email protected]> +M: Lyude Paul <[email protected]> S: Supported -T: git git://github.com/skeggsb/linux +W: https://nouveau.freedesktop.org/ +Q: https://patchwork.freedesktop.org/project/nouveau/ +Q: https://gitlab.freedesktop.org/drm/nouveau/-/merge_requests +B: https://gitlab.freedesktop.org/drm/nouveau/-/issues +C: irc://irc.oftc.net/nouveau +T: git https://gitlab.freedesktop.org/drm/nouveau.git F: drivers/gpu/drm/nouveau/ F: include/uapi/drm/nouveau_drm.h |