summaryrefslogtreecommitdiff
path: root/NVIDIA-REVIEWERS
blob: 34409945771112242aa2ef126390ecab3820641a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
This is a reviewers file that can be parsed by get_nv_reviewers.py that
internally uses scripts/get_maintainer.pl from kernel.

See the MAINTAINERS file in the Linux kernel source tree for details of the
file format. The file format is defined by the upstream Linux kernel community,
so don't modify it without upstreaming any changes to get_maintainer.pl.

Descriptions of section entries (copied from MAINTAINERS):

	P: Person (obsolete)
	M: Mail patches to: FullName <address@domain>
	L: Mailing list that is relevant to this area
	W: Web-page with status/info
	Q: Patchwork web based patch tracking system site
	T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit, topgit.
	S: Status, one of the following:
	   Supported:	Someone is actually paid to look after this.
	   Maintained:	Someone actually looks after it.
	   Odd Fixes:	It has a maintainer but they don't have time to do
			much other than throw the odd patch in. See below..
	   Orphan:	No current maintainer [but maybe you could take the
			role as you write your new code].
	   Obsolete:	Old code. Something tagged obsolete generally means
			it has been replaced by a better system and you
			should be using that.
	F: Files and directories with wildcard patterns.
	   A trailing slash includes all files and subdirectory files.
	   F:	drivers/net/	all files in and below drivers/net
	   F:	drivers/net/*	all files in drivers/net, but not below
	   F:	*/net/*		all files in "any top level directory"/net
	   One pattern per line.  Multiple F: lines acceptable.
	X: Files and directories that are NOT maintained, same rules as F:
	   Files exclusions are tested before file matches.
	   Can be useful for excluding a specific subdirectory, for instance:
	   F:	net/
	   X:	net/ipv6/
	   matches all files in and below net excluding net/ipv6/
	K: Keyword perl extended regex pattern to match content in a
	   patch or file.  For instance:
	   K: of_get_profile
	      matches patches or files that contain "of_get_profile"
	   K: \b(printk|pr_(info|err))\b
	      matches patches or files that contain one or more of the words
	      printk, pr_info or pr_err
	   One regex pattern per line.  Multiple K: lines acceptable.

Note: For the hard of thinking, this list is meant to remain in alphabetical
order. If you could add yourselves to it in alphabetical order that would be
so much easier [Ed]

Maintainers List (try to look for most precise areas first)

		-----------------------------------

BUS
M:	Laxman Dewangan <ldewangan@nvidia.com>
L:	sw-mobile-kernel-bus@exchange.nvidia.com
S:	Supported
F:	arch/arm/mach-tegra/devices.c
F:	arch/arm/mach-tegra/i2c_error_recovery.c
F:	arch/arm/mach-tegra/io.c
F:	arch/arm/mach-tegra/pcie.c
F:	drivers/base/regmap/regmap-mmio.c
F:	drivers/i2c/*
F:	drivers/i2c/busses/*
F:	drivers/mfd/aat2870-core.c
F:	drivers/mfd/max77663-core.c
F:	drivers/mfd/max8831.c
F:	drivers/mfd/max8907c-irq.c
F:	drivers/spi/*
F:	drivers/tty/serial/*

CPU
M:	Bo Yan <byan@nvidia.com>
L:	sw-mobile-cpu@exchange.nvidia.com
S:	Supported
F:	arch/arm/mach-tegra/cpu-tegra.c
F:	arch/arm/mach-tegra/cpu-tegra3.c
F:	arch/arm/mach-tegra/fiq.c
F:	arch/arm/mach-tegra/flowctrl.c
F:	arch/arm/mach-tegra/gic.c
F:	arch/arm/mach-tegra/hotplug.c
F:	arch/arm/mach-tegra/irq.c
F:	arch/arm/mach-tegra/platsmp.c
F:	arch/arm/mach-tegra/reset.c
F:	arch/arm/mach-tegra/tegra_fiq_debugger.c
F:	arch/arm/mach-tegra/timer-t3.c
F:	arch/arm/mach-tegra/timer.c
F:	arch/arm/mach-tegra/timerinfo.c
F:	drivers/rtc/rtc-palmas.c
F:	drivers/rtc/rtc-tps6591x.c

DISPLAY
M:	Jon Mayo <jmayo@nvidia.com>
L:	sw-mobile-display@exchange.nvidia.com
S:	Supported
F:	arch/arm/mach-tegra/board-cardhu-panel.c
F:	arch/arm/mach-tegra/board-pluto-panel.c
F:	arch/arm/mach-tegra/csi.c
F:	arch/arm/mach-tegra/panel-p-wuxga-10-1.c
F:	drivers/input/touchscreen/*
F:	drivers/misc/tegra-cec/tegra_cec.c
F:	drivers/video/tegra/fb.c
F:	drivers/video/tegra/dc/*
F:	drivers/video/tegra/dc/ext/*

HOST
M:	Terje Bergstrom <tbergstrom@nvidia.com>
L:	sw-mobile-host1x@exchange.nvidia.com
S:	Supported
F:	drivers/misc/tegra-throughput.c
F:	drivers/video/tegra/host/*
F:	drivers/video/tegra/host/gk20a/*
F:	drivers/video/tegra/host/gr2d/*
F:	drivers/video/tegra/host/gr3d/*
F:	drivers/video/tegra/host/host1x/*
F:	drivers/video/tegra/host/isp/*
F:	drivers/video/tegra/host/msenc/*
F:	drivers/video/tegra/host/t114/*
F:	drivers/video/tegra/host/t124/*
F:	drivers/video/tegra/host/t148/*
F:	drivers/video/tegra/host/tsec/*
F:	drivers/video/tegra/host/vi/*
F:	drivers/video/tegra/host/vic03/*

MEMORY
M:	Krishna Reddy <krireddy@nvidia.com>
L:	sw-mobile-memory@exchange.nvidia.com
S:	Supported
F:	arch/arm/mach-tegra/board-cardhu-memory.c
F:	arch/arm/mach-tegra/board-pluto-memory.c
F:	arch/arm/mach-tegra/common-t3.c
F:	arch/arm/mach-tegra/common.c
F:	arch/arm/mach-tegra/iovmm-gart.c
F:	arch/arm/mach-tegra/iovmm-smmu.c
F:	arch/arm/mach-tegra/iovmm.c
F:	arch/arm/mach-tegra/isomgr.c
F:	arch/arm/mach-tegra/latency_allowance.c
F:	arch/arm/mach-tegra/mc.c
F:	arch/arm/mach-tegra/mcerr-t11.c
F:	arch/arm/mach-tegra/mcerr-t3.c
F:	arch/arm/mach-tegra/mcerr.c
F:	arch/arm/mach-tegra/tegra-smmu.c
F:	arch/arm/mach-tegra/tegra11_emc.c
F:	arch/arm/mach-tegra/tegra2_emc.c
F:	arch/arm/mach-tegra/tegra3_emc.c
F:	drivers/gpu/ion/*
F:	drivers/gpu/ion/tegra/*
F:	drivers/video/tegra/nvmap/*
F:	drivers/iommu/of_iommu.c
F:	drivers/iommu/tegra-smmu.c

MULTIMEDIA
M:	Scott Peterson <speterson@nvidia.com>
S:	Supported
F:	drivers/media/video/tegra/*
F:	drivers/media/video/tegra/avp/*
F:	drivers/media/video/tegra/mediaserver/*
F:	drivers/media/video/tegra/nvavp/*
F:	sound/soc/tegra/*

PLATFORM
M:	Mallikarjun Kasoju <mkasoju@nvidia.com>
L:	sw-mobile-kernel-platform@exchange.nvidia.com
S:	Supported
F:	arch/arm/mach-tegra/arb_sema.c
F:	arch/arm/mach-tegra/board-cardhu-pinmux.c
F:	arch/arm/mach-tegra/board-cardhu.c
F:	arch/arm/mach-tegra/board-common.c
F:	arch/arm/mach-tegra/board-pluto-pinmux.c
F:	arch/arm/mach-tegra/board-pluto.c
F:	arch/arm/mach-tegra/board-info.c
F:	arch/arm/mach-tegra/board-pinmux.c
F:	arch/arm/mach-tegra/fuse.c
F:	arch/arm/mach-tegra/kfuse.c
F:	arch/arm/mach-tegra/pinmux-t11-tables.c
F:	arch/arm/mach-tegra/pinmux-tegra30-tables.c
F:	arch/arm/mach-tegra/pinmux.c
F:	arch/arm/mach-tegra/tegra_fuse.c
F:	arch/arm/mach-tegra/tegra_odm_fuses.c
F:	arch/arm/mach-tegra/wakeups-t11x.c
F:	arch/arm/mach-tegra/wakeups-t3.c
F:	drivers/gpio/gpio-palmas.c
F:	drivers/gpio/gpio-tegra.c
F:	drivers/hwmon/*
F:	drivers/leds/leds-max8831.c
F:	drivers/misc/bcm4329_rfkill.c
F:	drivers/misc/max1749.c
F:	drivers/misc/nct1008.c
F:	drivers/misc/tegra-baseband/bb-m7400.c
F:	drivers/misc/tegra-baseband/bb-power.c
F:	drivers/pinctrl/pinctrl-tegra.c
F:	drivers/pinctrl/pinctrl-tegra30.c
F:	drivers/usb/serial/baseband_usb_chr.c

POWER AND PERF
M:	Matt Longnecker <mlongnecker@nvidia.com>
L:	sw-mobile-power@exchange.nvidia.com
S:	Supported
F:	arch/arm/mach-tegra/baseband-xmm-power.c
F:	arch/arm/mach-tegra/board-cardhu-power.c
F:	arch/arm/mach-tegra/board-cardhu-powermon.c
F:	arch/arm/mach-tegra/board-pluto-power.c
F:	arch/arm/mach-tegra/board-pluto-powermon.c
F:	arch/arm/mach-tegra/clock.c
F:	arch/arm/mach-tegra/clocks_stats.c
F:	arch/arm/mach-tegra/cpuidle-t11.c
F:	arch/arm/mach-tegra/cpuidle-t11x.c
F:	arch/arm/mach-tegra/cpuidle-t3.c
F:	arch/arm/mach-tegra/cpuidle.c
F:	arch/arm/mach-tegra/cpuquiet.c
F:	arch/arm/mach-tegra/dvfs.c
F:	arch/arm/mach-tegra/edp.c
F:	arch/arm/mach-tegra/pm-irq.c
F:	arch/arm/mach-tegra/pm-t3.c
F:	arch/arm/mach-tegra/pm.c
F:	arch/arm/mach-tegra/pmc.c
F:	arch/arm/mach-tegra/powerdetect.c
F:	arch/arm/mach-tegra/powergate-ops-t1xx.c
F:	arch/arm/mach-tegra/powergate-ops-txx.c
F:	arch/arm/mach-tegra/powergate-t11x.c
F:	arch/arm/mach-tegra/powergate-t30.c
F:	arch/arm/mach-tegra/powergate.c
F:	arch/arm/mach-tegra/sysfs-cluster.c
F:	arch/arm/mach-tegra/tegra11_clocks.c
F:	arch/arm/mach-tegra/tegra11_dvfs.c
F:	arch/arm/mach-tegra/tegra11_speedo.c
F:	arch/arm/mach-tegra/tegra30_clocks.c
F:	arch/arm/mach-tegra/tegra3_actmon.c
F:	arch/arm/mach-tegra/tegra3_dvfs.c
F:	arch/arm/mach-tegra/tegra3_speedo.c
F:	arch/arm/mach-tegra/tegra3_thermal.c
F:	arch/arm/mach-tegra/tegra3_throttle.c
F:	arch/arm/mach-tegra/tegra_cl_dvfs.c
F:	arch/arm/mach-tegra/wdt-recovery.c
F:	drivers/cpufreq/cpufreq_interactive.c
F:	drivers/cpuquiet/*
F:	drivers/cpuquiet/governors/*
F:	drivers/edp/*
F:	drivers/input/input-cfboost.c
F:	drivers/mfd/tps65090.c
F:	drivers/mfd/tps6591x.c
F:	drivers/power/bq27x00_battery.c
F:	drivers/power/sbs-battery.c
F:	drivers/power/tps65090-charger.c
F:	drivers/regulator/tps51632-regulator.c
F:	drivers/regulator/tps65090-regulator.c
F:	drivers/regulator/tps6591x-regulator.c

SECURITY
M:	Venkat Moganty <vmoganty@nvidia.com>
L:	sw-mobile-security@exchange.nvidia.com
S:	Supported
F:	drivers/crypto/*
F:	drivers/misc/tegra-cryptodev.c

SENSORS:
M:	Sachin Nikam <snikam@nvidia.com>
L:	sw-mobile-sensors@exchange.nvidia.com
S:	Supported
F:	arch/arm/mach-tegra/board-cardhu-irda.c
F:	arch/arm/mach-tegra/board-cardhu-sensors.c
F:	arch/arm/mach-tegra/board-pluto-sensors.c
F:	arch/arm/mach-tegra/tegra11_soctherm.c
F:	arch/arm/mach-tegra/tegra3_tsensor.c
F:	drivers/misc/therm_est.c
F:	drivers/staging/iio/light/*
F:	drivers/staging/iio/magnetometer/*
F:	drivers/staging/iio/pressure/*

STORAGE
M:	Venu Byravarasu <vbyravarasu@nvidia.com>
L:	sw-mobile-system@exchange.nvidia.com
S:	Supported
F:	arch/arm/mach-tegra/board-cardhu-sdhci.c
F:	arch/arm/mach-tegra/board-pluto-sdhci.c
F:	drivers/mmc/host/*

SYSTEM
M:	Laxman Dewangan <ldewangan@nvidia.com>
L:	sw-mobile-system@exchange.nvidia.com
S:	Supported
F:	arch/arm/mach-tegra/ahb.c
F:	arch/arm/mach-tegra/apbio.c
F:	arch/arm/mach-tegra/board-cardhu-kbc.c
F:	arch/arm/mach-tegra/board-pluto-kbc.c
F:	arch/arm/mach-tegra/dma.c
F:	arch/arm/mach-tegra/pwm.c
F:	drivers/input/keyboard/tegra-kbc.c
F:	drivers/watchdog/*

USB
M:	Venkat Moganty <vmoganty@nvidia.com>
M:	Ashu Jha <ajha@nvidia.com>
L:	sw-mobile-usb@exchange.nvidia.com
S:	Supported
F:	arch/arm/mach-tegra/tegra11x_usb_phy.c
F:	arch/arm/mach-tegra/tegra3_usb_phy.c
F:	arch/arm/mach-tegra/tegra_usb_modem_power.c
F:	arch/arm/mach-tegra/usb_phy.c
F:	drivers/usb/gadget/tegra_udc.c
F:	drivers/usb/host/ehci-tegra.c
F:	drivers/usb/otg/tegra-otg.c