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