]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/blob - NVIDIA-REVIEWERS
kernel: add support for ar1335
[sojka/nv-tegra/linux-3.10.git] / NVIDIA-REVIEWERS
1 This is a reviewers file that can be parsed by get_nv_reviewers.py that
2 internally uses scripts/get_maintainer.pl from kernel.
3
4 See the MAINTAINERS file in the Linux kernel source tree for details of the
5 file format. The file format is defined by the upstream Linux kernel community,
6 so don't modify it without upstreaming any changes to get_maintainer.pl.
7
8 Descriptions 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
47 Note: For the hard of thinking, this list is meant to remain in alphabetical
48 order. If you could add yourselves to it in alphabetical order that would be
49 so much easier [Ed]
50
51 Maintainers List (try to look for most precise areas first)
52
53                 -----------------------------------
54
55 BUS
56 M:      Laxman Dewangan <ldewangan@nvidia.com>
57 L:      sw-mobile-kernel-bus@exchange.nvidia.com
58 S:      Supported
59 F:      arch/arm/mach-tegra/devices.c
60 F:      arch/arm/mach-tegra/i2c_error_recovery.c
61 F:      arch/arm/mach-tegra/io.c
62 F:      arch/arm/mach-tegra/pcie.c
63 F:      drivers/base/regmap/regmap-mmio.c
64 F:      drivers/i2c/*
65 F:      drivers/i2c/busses/*
66 F:      drivers/mfd/aat2870-core.c
67 F:      drivers/mfd/max77663-core.c
68 F:      drivers/mfd/max8831.c
69 F:      drivers/mfd/max8907c-irq.c
70 F:      drivers/spi/*
71 F:      drivers/tty/serial/*
72
73 CPU
74 M:      Bo Yan <byan@nvidia.com>
75 L:      sw-mobile-cpu@exchange.nvidia.com
76 S:      Supported
77 F:      arch/arm/mach-tegra/cpu-tegra.c
78 F:      arch/arm/mach-tegra/cpu-tegra3.c
79 F:      arch/arm/mach-tegra/fiq.c
80 F:      arch/arm/mach-tegra/flowctrl.c
81 F:      arch/arm/mach-tegra/gic.c
82 F:      arch/arm/mach-tegra/hotplug.c
83 F:      arch/arm/mach-tegra/irq.c
84 F:      arch/arm/mach-tegra/platsmp.c
85 F:      arch/arm/mach-tegra/reset.c
86 F:      arch/arm/mach-tegra/tegra_fiq_debugger.c
87 F:      arch/arm/mach-tegra/timer-t3.c
88 F:      arch/arm/mach-tegra/timer.c
89 F:      arch/arm/mach-tegra/timerinfo.c
90 F:      drivers/rtc/rtc-palmas.c
91 F:      drivers/rtc/rtc-tps6591x.c
92
93 DISPLAY
94 M:      Jon Mayo <jmayo@nvidia.com>
95 L:      sw-mobile-display@exchange.nvidia.com
96 S:      Supported
97 F:      arch/arm/mach-tegra/board-cardhu-panel.c
98 F:      arch/arm/mach-tegra/board-pluto-panel.c
99 F:      arch/arm/mach-tegra/csi.c
100 F:      arch/arm/mach-tegra/panel-p-wuxga-10-1.c
101 F:      drivers/input/touchscreen/*
102 F:      drivers/misc/tegra-cec/tegra_cec.c
103 F:      drivers/video/tegra/fb.c
104 F:      drivers/video/tegra/dc/*
105 F:      drivers/video/tegra/dc/ext/*
106
107 HOST
108 M:      Terje Bergstrom <tbergstrom@nvidia.com>
109 L:      sw-mobile-host1x@exchange.nvidia.com
110 S:      Supported
111 F:      drivers/misc/tegra-throughput.c
112 F:      drivers/video/tegra/host/*
113 F:      drivers/video/tegra/host/gk20a/*
114 F:      drivers/video/tegra/host/gr2d/*
115 F:      drivers/video/tegra/host/gr3d/*
116 F:      drivers/video/tegra/host/host1x/*
117 F:      drivers/video/tegra/host/isp/*
118 F:      drivers/video/tegra/host/msenc/*
119 F:      drivers/video/tegra/host/t114/*
120 F:      drivers/video/tegra/host/t124/*
121 F:      drivers/video/tegra/host/t148/*
122 F:      drivers/video/tegra/host/tsec/*
123 F:      drivers/video/tegra/host/vi/*
124 F:      drivers/video/tegra/host/vic03/*
125
126 MEMORY
127 M:      Krishna Reddy <krireddy@nvidia.com>
128 L:      sw-mobile-memory@exchange.nvidia.com
129 S:      Supported
130 F:      arch/arm/mach-tegra/board-cardhu-memory.c
131 F:      arch/arm/mach-tegra/board-pluto-memory.c
132 F:      arch/arm/mach-tegra/common-t3.c
133 F:      arch/arm/mach-tegra/common.c
134 F:      arch/arm/mach-tegra/iovmm-gart.c
135 F:      arch/arm/mach-tegra/iovmm-smmu.c
136 F:      arch/arm/mach-tegra/iovmm.c
137 F:      arch/arm/mach-tegra/isomgr.c
138 F:      arch/arm/mach-tegra/latency_allowance.c
139 F:      arch/arm/mach-tegra/mc.c
140 F:      arch/arm/mach-tegra/mcerr-t11.c
141 F:      arch/arm/mach-tegra/mcerr-t3.c
142 F:      arch/arm/mach-tegra/mcerr.c
143 F:      arch/arm/mach-tegra/tegra-smmu.c
144 F:      arch/arm/mach-tegra/tegra11_emc.c
145 F:      arch/arm/mach-tegra/tegra2_emc.c
146 F:      arch/arm/mach-tegra/tegra3_emc.c
147 F:      drivers/gpu/ion/*
148 F:      drivers/gpu/ion/tegra/*
149 F:      drivers/video/tegra/nvmap/*
150 F:      drivers/iommu/of_iommu.c
151 F:      drivers/iommu/tegra-smmu.c
152
153 MULTIMEDIA
154 M:      Scott Peterson <speterson@nvidia.com>
155 S:      Supported
156 F:      drivers/media/video/tegra/*
157 F:      drivers/media/video/tegra/avp/*
158 F:      drivers/media/video/tegra/mediaserver/*
159 F:      drivers/media/video/tegra/nvavp/*
160 F:      sound/soc/tegra/*
161
162 PLATFORM
163 M:      Mallikarjun Kasoju <mkasoju@nvidia.com>
164 L:      sw-mobile-kernel-platform@exchange.nvidia.com
165 S:      Supported
166 F:      arch/arm/mach-tegra/arb_sema.c
167 F:      arch/arm/mach-tegra/board-cardhu-pinmux.c
168 F:      arch/arm/mach-tegra/board-cardhu.c
169 F:      arch/arm/mach-tegra/board-common.c
170 F:      arch/arm/mach-tegra/board-pluto-pinmux.c
171 F:      arch/arm/mach-tegra/board-pluto.c
172 F:      arch/arm/mach-tegra/board-info.c
173 F:      arch/arm/mach-tegra/board-pinmux.c
174 F:      arch/arm/mach-tegra/fuse.c
175 F:      arch/arm/mach-tegra/kfuse.c
176 F:      arch/arm/mach-tegra/pinmux-t11-tables.c
177 F:      arch/arm/mach-tegra/pinmux-tegra30-tables.c
178 F:      arch/arm/mach-tegra/pinmux.c
179 F:      arch/arm/mach-tegra/tegra_fuse.c
180 F:      arch/arm/mach-tegra/tegra_odm_fuses.c
181 F:      arch/arm/mach-tegra/wakeups-t11x.c
182 F:      arch/arm/mach-tegra/wakeups-t3.c
183 F:      drivers/gpio/gpio-palmas.c
184 F:      drivers/gpio/gpio-tegra.c
185 F:      drivers/hwmon/*
186 F:      drivers/leds/leds-max8831.c
187 F:      drivers/misc/bcm4329_rfkill.c
188 F:      drivers/misc/max1749.c
189 F:      drivers/misc/nct1008.c
190 F:      drivers/misc/tegra-baseband/bb-m7400.c
191 F:      drivers/misc/tegra-baseband/bb-power.c
192 F:      drivers/pinctrl/pinctrl-tegra.c
193 F:      drivers/pinctrl/pinctrl-tegra30.c
194 F:      drivers/usb/serial/baseband_usb_chr.c
195
196 POWER AND PERF
197 M:      Matt Longnecker <mlongnecker@nvidia.com>
198 L:      sw-mobile-power@exchange.nvidia.com
199 S:      Supported
200 F:      arch/arm/mach-tegra/baseband-xmm-power.c
201 F:      arch/arm/mach-tegra/board-cardhu-power.c
202 F:      arch/arm/mach-tegra/board-cardhu-powermon.c
203 F:      arch/arm/mach-tegra/board-pluto-power.c
204 F:      arch/arm/mach-tegra/board-pluto-powermon.c
205 F:      arch/arm/mach-tegra/clock.c
206 F:      arch/arm/mach-tegra/clocks_stats.c
207 F:      arch/arm/mach-tegra/cpuidle-t11.c
208 F:      arch/arm/mach-tegra/cpuidle-t11x.c
209 F:      arch/arm/mach-tegra/cpuidle-t3.c
210 F:      arch/arm/mach-tegra/cpuidle.c
211 F:      arch/arm/mach-tegra/cpuquiet.c
212 F:      arch/arm/mach-tegra/dvfs.c
213 F:      arch/arm/mach-tegra/edp.c
214 F:      arch/arm/mach-tegra/pm-irq.c
215 F:      arch/arm/mach-tegra/pm-t3.c
216 F:      arch/arm/mach-tegra/pm.c
217 F:      arch/arm/mach-tegra/pmc.c
218 F:      arch/arm/mach-tegra/powerdetect.c
219 F:      arch/arm/mach-tegra/powergate-ops-t1xx.c
220 F:      arch/arm/mach-tegra/powergate-ops-txx.c
221 F:      arch/arm/mach-tegra/powergate-t11x.c
222 F:      arch/arm/mach-tegra/powergate-t30.c
223 F:      arch/arm/mach-tegra/powergate.c
224 F:      arch/arm/mach-tegra/sysfs-cluster.c
225 F:      arch/arm/mach-tegra/tegra11_clocks.c
226 F:      arch/arm/mach-tegra/tegra11_dvfs.c
227 F:      arch/arm/mach-tegra/tegra11_speedo.c
228 F:      arch/arm/mach-tegra/tegra30_clocks.c
229 F:      arch/arm/mach-tegra/tegra3_actmon.c
230 F:      arch/arm/mach-tegra/tegra3_dvfs.c
231 F:      arch/arm/mach-tegra/tegra3_speedo.c
232 F:      arch/arm/mach-tegra/tegra3_thermal.c
233 F:      arch/arm/mach-tegra/tegra3_throttle.c
234 F:      arch/arm/mach-tegra/tegra_cl_dvfs.c
235 F:      arch/arm/mach-tegra/wdt-recovery.c
236 F:      drivers/cpufreq/cpufreq_interactive.c
237 F:      drivers/cpuquiet/*
238 F:      drivers/cpuquiet/governors/*
239 F:      drivers/edp/*
240 F:      drivers/input/input-cfboost.c
241 F:      drivers/mfd/tps65090.c
242 F:      drivers/mfd/tps6591x.c
243 F:      drivers/power/bq27x00_battery.c
244 F:      drivers/power/sbs-battery.c
245 F:      drivers/power/tps65090-charger.c
246 F:      drivers/regulator/tps51632-regulator.c
247 F:      drivers/regulator/tps65090-regulator.c
248 F:      drivers/regulator/tps6591x-regulator.c
249
250 SECURITY
251 M:      Venkat Moganty <vmoganty@nvidia.com>
252 L:      sw-mobile-security@exchange.nvidia.com
253 S:      Supported
254 F:      drivers/crypto/*
255 F:      drivers/misc/tegra-cryptodev.c
256
257 SENSORS:
258 M:      Sachin Nikam <snikam@nvidia.com>
259 L:      sw-mobile-sensors@exchange.nvidia.com
260 S:      Supported
261 F:      arch/arm/mach-tegra/board-cardhu-irda.c
262 F:      arch/arm/mach-tegra/board-cardhu-sensors.c
263 F:      arch/arm/mach-tegra/board-pluto-sensors.c
264 F:      arch/arm/mach-tegra/tegra11_soctherm.c
265 F:      arch/arm/mach-tegra/tegra3_tsensor.c
266 F:      drivers/misc/therm_est.c
267 F:      drivers/staging/iio/light/*
268 F:      drivers/staging/iio/magnetometer/*
269 F:      drivers/staging/iio/pressure/*
270
271 STORAGE
272 M:      Venu Byravarasu <vbyravarasu@nvidia.com>
273 L:      sw-mobile-system@exchange.nvidia.com
274 S:      Supported
275 F:      arch/arm/mach-tegra/board-cardhu-sdhci.c
276 F:      arch/arm/mach-tegra/board-pluto-sdhci.c
277 F:      drivers/mmc/host/*
278
279 SYSTEM
280 M:      Laxman Dewangan <ldewangan@nvidia.com>
281 L:      sw-mobile-system@exchange.nvidia.com
282 S:      Supported
283 F:      arch/arm/mach-tegra/ahb.c
284 F:      arch/arm/mach-tegra/apbio.c
285 F:      arch/arm/mach-tegra/board-cardhu-kbc.c
286 F:      arch/arm/mach-tegra/board-pluto-kbc.c
287 F:      arch/arm/mach-tegra/dma.c
288 F:      arch/arm/mach-tegra/pwm.c
289 F:      drivers/input/keyboard/tegra-kbc.c
290 F:      drivers/watchdog/*
291
292 USB
293 M:      Venkat Moganty <vmoganty@nvidia.com>
294 M:      Ashu Jha <ajha@nvidia.com>
295 L:      sw-mobile-usb@exchange.nvidia.com
296 S:      Supported
297 F:      arch/arm/mach-tegra/tegra11x_usb_phy.c
298 F:      arch/arm/mach-tegra/tegra3_usb_phy.c
299 F:      arch/arm/mach-tegra/tegra_usb_modem_power.c
300 F:      arch/arm/mach-tegra/usb_phy.c
301 F:      drivers/usb/gadget/tegra_udc.c
302 F:      drivers/usb/host/ehci-tegra.c
303 F:      drivers/usb/otg/tegra-otg.c