xref: /openbmc/u-boot/doc/git-mailrc (revision c74dda8b)
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@biessmann.org>
15alias abrodkin       Alexey Brodkin <alexey.brodkin@synopsys.com>
16alias afleming       Andy Fleming <afleming@gmail.com>
17alias ag             Anatolij Gustschin <agust@denx.de>
18alias alisonwang     Alison Wang <alison.wang@freescale.com>
19alias angelo_ts      Angelo Dureghello <angelo@sysam.it>
20alias bmeng          Bin Meng <bmeng.cn@gmail.com>
21alias danielschwierzeck Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
22alias dinh	     Dinh Nguyen <dinguyen@kernel.org>
23alias galak          Kumar Gala <galak@kernel.crashing.org>
24alias hs             Heiko Schocher <hs@denx.de>
25alias ijc            Ian Campbell <ijc+uboot@hellion.org.uk>
26alias iwamatsu       Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27alias jaehoon        Jaehoon Chung <jh80.chung@samsung.com>
28alias jagan          Jagan Teki <jagan@openedev.com>
29alias jasonjin       Jason Jin <jason.jin@freescale.com>
30alias jhersh         Joe Hershberger <joe.hershberger@ni.com>
31alias jwrdegoede     Hans de Goede <hdegoede@redhat.com>
32alias kimphill       Kim Phillips <kim.phillips@freescale.com>
33alias luka           Luka Perkov <luka.perkov@sartura.hr>
34alias lukma          Lukasz Majewski <l.majewski@samsung.com>
35alias macpaul        Macpaul Lin <macpaul@andestech.com>
36alias marex          Marek Vasut <marex@denx.de>
37alias masahiro       Masahiro Yamada <yamada.masahiro@socionext.com>
38alias mateusz        Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
39alias maxime	     Maxime Ripard <maxime.ripard@free-electrons.com>
40alias monstr         Michal Simek <monstr@monstr.eu>
41alias prafulla       Prafulla Wadaskar <prafulla@marvell.com>
42alias prom           Minkyu Kang <mk7.kang@samsung.com>
43alias ptomsich       Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
44alias rbohmer        Remy Bohmer <linux@bohmer.net>
45alias reinhardm      Reinhard Meyer <u-boot@emk-elektronik.de>
46alias sbabic         Stefano Babic <sbabic@denx.de>
47alias scottwood      Scott Wood <scottwood@freescale.com>
48alias sjg            Simon Glass <sjg@chromium.org>
49alias smcnutt        Scott McNutt <smcnutt@psyent.com>
50alias sonic          Sonic Zhang <sonic.adi@gmail.com>
51alias stroese        Stefan Roese <sr@denx.de>
52alias trini          Tom Rini <trini@konsulko.com>
53alias vapier         Mike Frysinger <vapier@gentoo.org>
54alias wd             Wolfgang Denk <wd@denx.de>
55
56# Architecture aliases
57alias arch           arc, arm, bfin, m68k, microblaze, mips, nds32, nios2, powerpc, sandbox, superh, sparc, x86
58alias arches         arch
59
60alias arc            uboot, abrodkin
61
62alias arm            uboot, aaribaud
63alias at91           uboot, abiessmann
64alias davinci        ti
65alias imx            uboot, sbabic
66alias kirkwood       uboot, prafulla, luka
67alias omap           ti
68alias pxa            uboot, marex
69alias rmobile        uboot, iwamatsu
70alias s3c            samsung
71alias s5pc           samsung
72alias samsung        uboot, prom
73alias snapdragon     uboot, mateusz
74alias socfpga        uboot, marex, dinh
75alias sunxi          uboot, jagan, maxime
76alias tegra          uboot, sjg, Tom Warren <twarren@nvidia.com>, Stephen Warren <swarren@nvidia.com>
77alias tegra2         tegra
78alias ti             uboot, trini
79alias uniphier       uboot, masahiro
80alias zynq           uboot, monstr
81alias rockchip       uboot, sjg, Kever Yang <kever.yang@rock-chips.com>, ptomsich
82
83alias bfin           uboot, vapier, sonic
84alias blackfin       bfin
85
86alias m68k           uboot, alisonwang, angelo_ts
87alias coldfire       m68k
88
89alias microblaze     uboot, monstr
90alias mb             microblaze
91
92alias mips           uboot, danielschwierzeck
93
94alias nds32          uboot, macpaul
95
96alias nios           uboot, Thomas Chou <thomas@wytron.com.tw>, smcnutt
97alias nios2          nios
98
99alias powerpc        uboot, afleming, kimphill, galak, stroese, wd
100alias ppc            powerpc
101alias mpc5xxx        uboot, wd
102alias mpc8xx         uboot, wd
103alias mpc82xx        uboot, wd
104alias mpc83xx        uboot, kimphill
105alias mpc85xx        uboot, afleming, galak
106alias mpc86xx        uboot, afleming, galak
107alias ppc4xx         uboot, stroese
108
109alias sandbox        sjg
110alias sb             sandbox
111
112alias sparc          uboot, Francois Retief <fgretief@spaceteq.co.za>
113
114alias superh         uboot, iwamatsu
115alias sh             superh
116
117alias x86            uboot, sjg, bmeng
118
119# Subsystem aliases
120alias dm             uboot, sjg
121alias cfi            uboot, stroese
122alias dfu            uboot, lukma
123alias eth            uboot, jhersh
124alias kerneldoc      uboot, marex
125alias fdt            uboot, sjg
126alias i2c            uboot, hs
127alias kconfig        uboot, masahiro
128alias mmc            uboot, jaehoon
129alias nand           uboot, scottwood
130alias net            uboot, jhersh
131alias phy            uboot, jhersh
132alias spi            uboot, jagan
133alias spmi           uboot, mateusz
134alias ubi            uboot, hs
135alias usb            uboot, marex
136alias video          uboot, ag
137alias patman         uboot, sjg
138alias buildman       uboot, sjg
139alias pmic           uboot, jaehoon
140