xref: /rk3399_rockchip-uboot/doc/git-mailrc (revision 4b3a326046252418dedb4e54fdade5ea7d4d450c)
1# To use this file, run in your u-boot tree:
2#	git config sendemail.aliasesfile doc/git-mailrc
3#	git config sendemail.aliasfiletype mutt
4#
5# Then when sending patches, you can use:
6#	git send-email --to u-boot --cc i2c ...
7
8alias uboot  u-boot@lists.denx.de
9alias u-boot uboot
10
11# Maintainer aliases.  Use the same alias here as patchwork to keep
12# things simple and easy to look up/coordinate.
13alias aaribaud       Albert Aribaud <albert.u.boot@aribaud.net>
14alias abiessmann     Andreas Bießmann <andreas.devel@googlemail.com>
15alias afleming       Andy Fleming <afleming@gmail.com>
16alias ag             Anatolij Gustschin <agust@denx.de>
17alias alisonwang     Alison Wang <alison.wang@freescale.com>
18alias angelo_ts      Angelo Dureghello <angelo@sysam.it>
19alias galak          Kumar Gala <galak@kernel.crashing.org>
20alias gruss          Graeme Russ <graeme.russ@gmail.com>
21alias hs             Heiko Schocher <hs@denx.de>
22alias ijc            Ian Campbell <ijc+uboot@hellion.org.uk>
23alias iwamatsu       Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24alias jagan	     Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
25alias jasonjin       Jason Jin <jason.jin@freescale.com>
26alias jhersh         Joe Hershberger <joe.hershberger@gmail.com>
27alias jwrdegoede     Hans de Goede <hdegoede@redhat.com>
28alias kimphill       Kim Phillips <kim.phillips@freescale.com>
29alias lukma          Lukasz Majewski <l.majewski@samsung.com>
30alias macpaul        Macpaul Lin <macpaul@andestech.com>
31alias marex          Marek Vasut <marex@denx.de>
32alias masahiro       Masahiro Yamada <yamada.m@jp.panasonic.com>
33alias monstr         Michal Simek <monstr@monstr.eu>
34alias panto          Pantelis Antoniou <panto@antoniou-consulting.com>
35alias prafulla       Prafulla Wadaskar <prafulla@marvell.com>
36alias bobenstein     Przemyslaw Marczak <p.marczak@samsung.com>
37alias prom           Minkyu Kang <mk7.kang@samsung.com>
38alias rbohmer        Remy Bohmer <linux@bohmer.net>
39alias reinhardm      Reinhard Meyer <u-boot@emk-elektronik.de>
40alias sbabic         Stefano Babic <sbabic@denx.de>
41alias scottwood      Scott Wood <scottwood@freescale.com>
42alias sjg            Simon Glass <sjg@chromium.org>
43alias smcnutt        Scott McNutt <smcnutt@psyent.com>
44alias sonic          Sonic Zhang <sonic.adi@gmail.com>
45alias stroese        Stefan Roese <sr@denx.de>
46alias trini          Tom Rini <trini@ti.com>
47alias vapier         Mike Frysinger <vapier@gentoo.org>
48alias wd             Wolfgang Denk <wd@denx.de>
49
50# Architecture aliases
51alias arch           arm, avr32, bfin, m68k, microblaze, mips, nds32, nios2, powerpc, sandbox, superh, sparc, x86
52alias arches         arch
53
54alias arm            uboot, aaribaud
55alias at91           uboot, abiessmann
56alias davinci        ti
57alias imx            uboot, sbabic
58alias kirkwood       uboot, prafulla
59alias omap           ti
60alias pxa            uboot, marex
61alias rmobile        uboot, iwamatsu
62alias s3c            samsung
63alias s5pc           samsung
64alias samsung        uboot, prom
65alias sunxi          uboot, ijc, jwrdegoede
66alias tegra          uboot, sjg, Tom Warren <twarren@nvidia.com>, Stephen Warren <swarren@nvidia.com>
67alias tegra2         tegra
68alias ti             uboot, trini
69alias uniphier       uboot, masahiro
70alias zynq           uboot, monstr
71
72alias avr32          uboot, abiessmann
73
74alias bfin           uboot, vapier, sonic
75alias blackfin       bfin
76
77alias m68k           uboot, jasonjin
78alias coldfire       m68k
79
80alias microblaze     uboot, monstr
81alias mb             microblaze
82
83alias mips           uboot, Shinya Kuribayashi <skuribay@pobox.com>
84
85alias nds32          uboot, macpaul
86
87alias nios           uboot, Thomas Chou <thomas@wytron.com.tw>, smcnutt
88alias nios2          nios
89
90alias powerpc        uboot, afleming, kimphill, galak, stroese, wd
91alias ppc            powerpc
92alias mpc5xxx        uboot, wd
93alias mpc8xx         uboot, wd
94alias mpc82xx        uboot, wd
95alias mpc83xx        uboot, kimphill
96alias mpc85xx        uboot, afleming, galak
97alias mpc86xx        uboot, afleming, galak
98alias ppc4xx         uboot, stroese
99alias ppc7xx         uboot, wd
100alias ppc74xx        uboot, wd
101
102alias sandbox        sjg
103alias sb             sandbox
104
105alias sparc          uboot, Daniel Hellstrom <daniel@gaisler.com>
106
107alias superh         uboot, iwamatsu
108alias sh             superh
109
110alias x86            uboot, sjg, gruss
111
112# Subsystem aliases
113alias dm             uboot, sjg
114alias cfi            uboot, stroese
115alias dfu            uboot, lukma
116alias kerneldoc      uboot, marex
117alias fdt            uboot, sjg
118alias i2c            uboot, hs
119alias kconfig        uboot, masahiro
120alias mmc            uboot, panto
121alias nand           uboot, scottwood
122alias net            uboot, jhersh
123alias spi	     uboot, jagan
124alias ubi            uboot, hs
125alias usb            uboot, marex
126alias video          uboot, ag
127alias patman         uboot, sjg
128alias buildman       uboot, sjg
129alias pmic           uboot, bobenstein
130