summaryrefslogtreecommitdiffstats
path: root/NVIDIA-REVIEWERS
diff options
context:
space:
mode:
authorVandana Salve <vsalve@nvidia.com>2016-08-23 05:42:51 -0400
committerSri Krishna Chowdary <schowdary@nvidia.com>2016-08-30 06:34:48 -0400
commit954258e121d2436097d5fc1abc6b7d73ddd784f6 (patch)
tree8643978df88f3af9a44ded3c07702ab774546488 /NVIDIA-REVIEWERS
parentfba43012c092b7566a1e83d140e0c5f170de62f0 (diff)
nvgpu: Add NVIDIA-REVIEWERS file for nvgpu
Add NVIDIA-REVIEWERS to designate nvgpu module owners bug 200195707 Change-Id: Idfa661f38ec231d79cd53dad7ef487e1ac4138aa Signed-off-by: Vandana Salve <vsalve@nvidia.com> Reviewed-on: http://git-master/r/1206269 Reviewed-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-by: Arto Merilainen <amerilainen@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'NVIDIA-REVIEWERS')
-rw-r--r--NVIDIA-REVIEWERS58
1 files changed, 58 insertions, 0 deletions
diff --git a/NVIDIA-REVIEWERS b/NVIDIA-REVIEWERS
new file mode 100644
index 00000000..de191ed3
--- /dev/null
+++ b/NVIDIA-REVIEWERS
@@ -0,0 +1,58 @@
1This is a reviewers file that can be parsed by get_nv_reviewers.py that
2internally uses scripts/get_maintainer.pl from kernel.
3
4See the MAINTAINERS file in the Linux kernel source tree for details of the
5file format. The file format is defined by the upstream Linux kernel community,
6so don't modify it without upstreaming any changes to get_maintainer.pl.
7
8Descriptions of section entries (copied from MAINTAINERS):
9
10 P: Person (obsolete)
11 M: Mail patches to: FullName <address@domain>
12 L: Mailing list that is relevant to this area
13 W: Web-page with status/info
14 Q: Patchwork web based patch tracking system site
15 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit, topgit.
16 S: Status, one of the following:
17 Supported: Someone is actually paid to look after this.
18 Maintained: Someone actually looks after it.
19 Odd Fixes: It has a maintainer but they don't have time to do
20 much other than throw the odd patch in. See below..
21 Orphan: No current maintainer [but maybe you could take the
22 role as you write your new code].
23 Obsolete: Old code. Something tagged obsolete generally means
24 it has been replaced by a better system and you
25 should be using that.
26 F: Files and directories with wildcard patterns.
27 A trailing slash includes all files and subdirectory files.
28 F: drivers/net/ all files in and below drivers/net
29 F: drivers/net/* all files in drivers/net, but not below
30 F: */net/* all files in "any top level directory"/net
31 One pattern per line. Multiple F: lines acceptable.
32 X: Files and directories that are NOT maintained, same rules as F:
33 Files exclusions are tested before file matches.
34 Can be useful for excluding a specific subdirectory, for instance:
35 F: net/
36 X: net/ipv6/
37 matches all files in and below net excluding net/ipv6/
38 K: Keyword perl extended regex pattern to match content in a
39 patch or file. For instance:
40 K: of_get_profile
41 matches patches or files that contain "of_get_profile"
42 K: \b(printk|pr_(info|err))\b
43 matches patches or files that contain one or more of the words
44 printk, pr_info or pr_err
45 One regex pattern per line. Multiple K: lines acceptable.
46
47Note: For the hard of thinking, this list is meant to remain in alphabetical
48order. If you could add yourselves to it in alphabetical order that would be
49so much easier [Ed]
50
51Maintainers List (try to look for most precise areas first)
52
53 -----------------------------------
54GPU
55M: Terje Bergstrom <tbergstrom@nvidia.com>
56L: sw-mobile-nvgpu-core@exchange.nvidia.com
57S: Supported
58F: drivers/gpu/nvgpu/*