git-mailrc 4.8 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
# To use this file, run in your u-boot tree:
#	git config sendemail.aliasesfile doc/git-mailrc
#	git config sendemail.aliasfiletype mutt
#
# Then when sending patches, you can use:
#	git send-email --to u-boot --cc i2c ...

alias uboot  u-boot@lists.denx.de
alias u-boot uboot

# Maintainer aliases.  Use the same alias here as patchwork to keep
# things simple and easy to look up/coordinate.
alias aaribaud       Albert Aribaud <albert.u.boot@aribaud.net>
A
Andreas Bießmann 已提交
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@csgraf.de>
19
alias alisonwang     Alison Wang <alison.wang@nxp.com>
20
alias angelo_ts      Angelo Dureghello <angelo@sysam.it>
21
alias bmeng          Bin Meng <bmeng.cn@gmail.com>
D
Daniel Schwierzeck 已提交
22
alias danielschwierzeck Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
23
alias dinh           Dinh Nguyen <dinguyen@kernel.org>
24 25
alias hs             Heiko Schocher <hs@denx.de>
alias iwamatsu       Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26
alias jaehoon        Jaehoon Chung <jh80.chung@samsung.com>
27
alias jagan          Jagan Teki <jagan@amarulasolutions.com>
28
alias jhersh         Joe Hershberger <joe.hershberger@ni.com>
29
alias lukma          Lukasz Majewski <lukma@denx.de>
30
alias macpaul        Macpaul Lin <macpaul@andestech.com>
M
Marek Vasut 已提交
31
alias marex          Marek Vasut <marex@denx.de>
32
alias mariosix       Mario Six <mario.six@gdsys.cc>
33
alias masahiro       Masahiro Yamada <yamada.masahiro@socionext.com>
34
alias mateusz        Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
35
alias maxime         Maxime Ripard <maxime.ripard@free-electrons.com>
36 37
alias monstr         Michal Simek <monstr@monstr.eu>
alias prom           Minkyu Kang <mk7.kang@samsung.com>
38
alias ptomsich       Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
39
alias sbabic         Stefano Babic <sbabic@denx.de>
40
alias sjg            Simon Glass <sjg@chromium.org>
41 42
alias smcnutt        Scott McNutt <smcnutt@psyent.com>
alias stroese        Stefan Roese <sr@denx.de>
43
alias trini          Tom Rini <trini@konsulko.com>
44
alias wd             Wolfgang Denk <wd@denx.de>
45
alias prabhu_kush    Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
46 47

# Architecture aliases
48
alias arch           arc, arm, m68k, microblaze, mips, nds32, nios2, powerpc, sandbox, superh, x86
49 50
alias arches         arch

51 52
alias arc            uboot, abrodkin

53
alias arm            uboot, aaribaud, trini
54
alias at91           uboot, abiessmann
55
alias davinci        ti
56
alias imx            uboot, sbabic
57
alias kirkwood       uboot, stroese
58
alias omap           ti
59
alias pxa            uboot, marex
60
alias rmobile        uboot, iwamatsu
61 62 63
alias s3c            samsung
alias s5pc           samsung
alias samsung        uboot, prom
64
alias snapdragon     uboot, mateusz
65
alias socfpga        uboot, marex, dinh
66
alias sunxi          uboot, jagan, maxime
67
alias tegra          uboot, sjg, Tom Warren <twarren@nvidia.com>, Stephen Warren <swarren@nvidia.com>
68
alias tegra2         tegra
M
Michal Simek 已提交
69
alias ti             uboot, trini
70
alias uniphier       uboot, masahiro
71
alias zynq           uboot, monstr
72
alias rockchip       uboot, sjg, Kever Yang <kever.yang@rock-chips.com>, ptomsich
73

T
Tom Rini 已提交
74
alias m68k           uboot, alisonwang, angelo_ts
75 76 77 78 79
alias coldfire       m68k

alias microblaze     uboot, monstr
alias mb             microblaze

D
Daniel Schwierzeck 已提交
80
alias mips           uboot, danielschwierzeck
81 82 83 84 85 86

alias nds32          uboot, macpaul

alias nios           uboot, Thomas Chou <thomas@wytron.com.tw>, smcnutt
alias nios2          nios

87
alias powerpc        uboot, afleming, stroese, wd, prabhu_kush, mariosix
88
alias ppc            powerpc
89
alias mpc8xx         uboot, wd, Christophe Leroy <christophe.leroy@c-s.fr>
90 91 92
alias mpc83xx        uboot, mariosix
alias mpc85xx        uboot, afleming, prabhu_kush
alias mpc86xx        uboot, afleming, prabhu_kush
93

94
alias sandbox        sjg
95 96
alias sb             sandbox

97
alias superh         uboot, iwamatsu, marex
98 99
alias sh             superh

100
alias x86            uboot, sjg, bmeng
101 102

# Subsystem aliases
103
alias dm             uboot, sjg
104
alias cfi            uboot, stroese
105
alias dfu            uboot, lukma
106
alias efi            uboot, agraf
107
alias eth            uboot, jhersh
108
alias kerneldoc      uboot, marex
S
Simon Glass 已提交
109
alias fdt            uboot, sjg
110
alias i2c            uboot, hs
S
Stephen Warren 已提交
111
alias kconfig        uboot, masahiro
112
alias mmc            uboot, jaehoon
T
Tom Rini 已提交
113
alias nand           uboot
114
alias net            uboot, jhersh
115
alias phy            uboot, jhersh
L
Luka Perkov 已提交
116
alias spi            uboot, jagan
117
alias spmi           uboot, mateusz
118
alias ubi            uboot, hs
119
alias usb            uboot, marex
120
alias xhci           uboot, bmeng
121
alias video          uboot, ag
122 123
alias patman         uboot, sjg
alias buildman       uboot, sjg
124
alias pmic           uboot, jaehoon