• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 abiessmann     Andreas Bießmann <andreas@biessmann.org>
14alias abrodkin       Alexey Brodkin <alexey.brodkin@synopsys.com>
15alias afleming       Andy Fleming <afleming@gmail.com>
16alias ag             Anatolij Gustschin <agust@denx.de>
17alias agraf          Alexander Graf <agraf@csgraf.de>
18alias alisonwang     Alison Wang <alison.wang@nxp.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 hs             Heiko Schocher <hs@denx.de>
24alias freenix        Peng Fan <peng.fan@nxp.com>
25alias iwamatsu       Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26alias jaehoon        Jaehoon Chung <jh80.chung@samsung.com>
27alias jagan          Jagan Teki <jagan@amarulasolutions.com>
28alias jhersh         Joe Hershberger <joe.hershberger@ni.com>
29alias kevery         Kever Yang <kever.yang@rock-chips.com>
30alias leyfoon        Ley Foon Tan <ley.foon.tan@intel.com>
31alias lukma          Lukasz Majewski <lukma@denx.de>
32alias macpaul        Macpaul Lin <macpaul@andestech.com>
33alias marex          Marek Vasut <marex@denx.de>
34alias mariosix       Mario Six <mario.six@gdsys.cc>
35alias masahiro       Masahiro Yamada <yamada.masahiro@socionext.com>
36alias mateusz        Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
37alias maxime         Maxime Ripard <maxime.ripard@free-electrons.com>
38alias mbrugger       Matthias Brugger <mbrugger@suse.com>
39alias monstr         Michal Simek <monstr@monstr.eu>
40alias prom           Minkyu Kang <mk7.kang@samsung.com>
41alias ptomsich       Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
42alias sbabic         Stefano Babic <sbabic@denx.de>
43alias simongoldschmidt Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
44alias sjg            Simon Glass <sjg@chromium.org>
45alias smcnutt        Scott McNutt <smcnutt@psyent.com>
46alias stroese        Stefan Roese <sr@denx.de>
47alias trini          Tom Rini <trini@konsulko.com>
48alias wd             Wolfgang Denk <wd@denx.de>
49alias priyankajain   Priyanka Jain <priyanka.jain@nxp.com>
50
51# Architecture aliases
52alias arch           arc, arm, m68k, microblaze, mips, nds32, nios2, powerpc, sandbox, superh, x86
53alias arches         arch
54
55alias arc            uboot, abrodkin
56
57alias arm            uboot, trini
58alias at91           uboot, abiessmann
59alias davinci        ti
60alias imx            uboot, sbabic
61alias kirkwood       uboot, stroese
62alias omap           ti
63alias pxa            uboot, marex
64alias rmobile        uboot, iwamatsu
65alias s3c            samsung
66alias s5pc           samsung
67alias samsung        uboot, prom
68alias snapdragon     uboot, mateusz
69alias socfpga        uboot, marex, dinh, simongoldschmidt, leyfoon
70alias sunxi          uboot, jagan, maxime
71alias tegra          uboot, sjg, Tom Warren <twarren@nvidia.com>, Stephen Warren <swarren@nvidia.com>
72alias tegra2         tegra
73alias ti             uboot, trini
74alias uniphier       uboot, masahiro
75alias zynq           uboot, monstr
76alias rockchip       uboot, sjg, kevery, ptomsich
77
78alias bcm283x        uboot, mbrugger
79alias rpi            uboot, mbrugger
80
81alias m68k           uboot, alisonwang, angelo_ts
82alias coldfire       m68k
83
84alias microblaze     uboot, monstr
85alias mb             microblaze
86
87alias mips           uboot, danielschwierzeck
88
89alias nds32          uboot, macpaul
90
91alias nios           uboot, Thomas Chou <thomas@wytron.com.tw>, smcnutt
92alias nios2          nios
93
94alias powerpc        uboot, afleming, stroese, wd, priyankajain, mariosix
95alias ppc            powerpc
96alias mpc8xx         uboot, wd, Christophe Leroy <christophe.leroy@c-s.fr>
97alias mpc83xx        uboot, mariosix
98alias mpc85xx        uboot, afleming, priyankajain
99alias mpc86xx        uboot, afleming, priyankajain
100
101alias sandbox        sjg
102alias sb             sandbox
103
104alias superh         uboot, iwamatsu, marex
105alias sh             superh
106
107alias x86            uboot, sjg, bmeng
108
109# Subsystem aliases
110alias dm             uboot, sjg
111alias cfi            uboot, stroese
112alias dfu            uboot, lukma
113alias efi            uboot, agraf
114alias eth            uboot, jhersh
115alias kerneldoc      uboot, marex
116alias fdt            uboot, sjg
117alias i2c            uboot, hs
118alias kconfig        uboot, masahiro
119alias mmc            uboot, freenix
120alias nand           uboot
121alias net            uboot, jhersh
122alias phy            uboot, jhersh
123alias spi            uboot, jagan
124alias spmi           uboot, mateusz
125alias ubi            uboot, hs
126alias usb            uboot, marex
127alias xhci           uboot, bmeng
128alias video          uboot, ag
129alias patman         uboot, sjg
130alias buildman       uboot, sjg
131alias pmic           uboot, jaehoon
132