]>
Commit | Line | Data |
---|---|---|
8b0b0c59 MF |
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 [email protected] | |
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 <[email protected]> | |
09c2b8f3 | 14 | alias abiessmann Andreas Bießmann <[email protected]> |
350500b3 | 15 | alias abrodkin Alexey Brodkin <[email protected]> |
b21f87a3 | 16 | alias afleming Andy Fleming <[email protected]> |
8b0b0c59 | 17 | alias ag Anatolij Gustschin <[email protected]> |
0176330e | 18 | alias agraf Alexander Graf <[email protected]> |
068f86eb | 19 | alias alisonwang Alison Wang <[email protected]> |
82ebb7e5 | 20 | alias angelo_ts Angelo Dureghello <[email protected]> |
51087445 | 21 | alias bmeng Bin Meng <[email protected]> |
e873b97a | 22 | alias danielschwierzeck Daniel Schwierzeck <[email protected]> |
38d1ab4a | 23 | alias dinh Dinh Nguyen <[email protected]> |
8b0b0c59 MF |
24 | alias hs Heiko Schocher <[email protected]> |
25 | alias iwamatsu Nobuhiro Iwamatsu <[email protected]> | |
dbc39699 | 26 | alias jaehoon Jaehoon Chung <[email protected]> |
16185a85 | 27 | alias jagan Jagan Teki <[email protected]> |
a60de1ee | 28 | alias jhersh Joe Hershberger <[email protected]> |
5ea01961 | 29 | alias luka Luka Perkov <[email protected]> |
7f4279c0 | 30 | alias lukma Lukasz Majewski <[email protected]> |
8b0b0c59 | 31 | alias macpaul Macpaul Lin <[email protected]> |
a82ca7bc | 32 | alias marex Marek Vasut <[email protected]> |
068f86eb | 33 | alias mariosix Mario Six <[email protected]> |
79cee3cf | 34 | alias masahiro Masahiro Yamada <[email protected]> |
e721e981 | 35 | alias mateusz Mateusz Kulikowski <[email protected]> |
38d1ab4a | 36 | alias maxime Maxime Ripard <[email protected]> |
8b0b0c59 MF |
37 | alias monstr Michal Simek <[email protected]> |
38 | alias prafulla Prafulla Wadaskar <[email protected]> | |
39 | alias prom Minkyu Kang <[email protected]> | |
f8714372 | 40 | alias ptomsich Philipp Tomsich <[email protected]> |
8b0b0c59 | 41 | alias sbabic Stefano Babic <[email protected]> |
b4a2e435 | 42 | alias sjg Simon Glass <[email protected]> |
8b0b0c59 MF |
43 | alias smcnutt Scott McNutt <[email protected]> |
44 | alias stroese Stefan Roese <[email protected]> | |
4e34d610 | 45 | alias trini Tom Rini <[email protected]> |
8b0b0c59 | 46 | alias wd Wolfgang Denk <[email protected]> |
068f86eb | 47 | alias yorksun York Sun <[email protected]> |
8b0b0c59 MF |
48 | |
49 | # Architecture aliases | |
068f86eb | 50 | alias arch arc, arm, m68k, microblaze, mips, nds32, nios2, powerpc, sandbox, superh, x86 |
8b0b0c59 MF |
51 | alias arches arch |
52 | ||
350500b3 MY |
53 | alias arc uboot, abrodkin |
54 | ||
068f86eb | 55 | alias arm uboot, aaribaud, trini |
963333e9 | 56 | alias at91 uboot, abiessmann |
2620368a | 57 | alias davinci ti |
8b0b0c59 | 58 | alias imx uboot, sbabic |
881e8478 | 59 | alias kirkwood uboot, prafulla, luka, stroese |
2620368a | 60 | alias omap ti |
8b0b0c59 | 61 | alias pxa uboot, marex |
6deba095 | 62 | alias rmobile uboot, iwamatsu |
8b0b0c59 MF |
63 | alias s3c samsung |
64 | alias s5pc samsung | |
65 | alias samsung uboot, prom | |
e721e981 | 66 | alias snapdragon uboot, mateusz |
6fa0d345 | 67 | alias socfpga uboot, marex, dinh |
543bd273 | 68 | alias sunxi uboot, jagan, maxime |
b4a2e435 | 69 | alias tegra uboot, sjg, Tom Warren <[email protected]>, Stephen Warren <[email protected]> |
8b0b0c59 | 70 | alias tegra2 tegra |
19fe4b3e | 71 | alias ti uboot, trini |
6dd0e7c0 | 72 | alias uniphier uboot, masahiro |
bc9a78ac | 73 | alias zynq uboot, monstr |
f8714372 | 74 | alias rockchip uboot, sjg, Kever Yang <[email protected]>, ptomsich |
8b0b0c59 | 75 | |
0eaadecb | 76 | alias m68k uboot, alisonwang, angelo_ts |
8b0b0c59 MF |
77 | alias coldfire m68k |
78 | ||
79 | alias microblaze uboot, monstr | |
80 | alias mb microblaze | |
81 | ||
e873b97a | 82 | alias mips uboot, danielschwierzeck |
8b0b0c59 MF |
83 | |
84 | alias nds32 uboot, macpaul | |
85 | ||
86 | alias nios uboot, Thomas Chou <[email protected]>, smcnutt | |
87 | alias nios2 nios | |
88 | ||
068f86eb | 89 | alias powerpc uboot, afleming, stroese, wd, yorksun, mariosix |
8b0b0c59 | 90 | alias ppc powerpc |
068f86eb TR |
91 | alias mpc8xx uboot, wd, Christophe Leroy <[email protected]> |
92 | alias mpc83xx uboot, yorksun, mariosix | |
93 | alias mpc85xx uboot, afleming, yorksun | |
94 | alias mpc86xx uboot, afleming, yorksun | |
8b0b0c59 | 95 | |
b4a2e435 | 96 | alias sandbox sjg |
8b0b0c59 MF |
97 | alias sb sandbox |
98 | ||
068f86eb | 99 | alias superh uboot, iwamatsu, marex |
8b0b0c59 MF |
100 | alias sh superh |
101 | ||
3721208f | 102 | alias x86 uboot, sjg, bmeng |
8b0b0c59 MF |
103 | |
104 | # Subsystem aliases | |
960c3cac | 105 | alias dm uboot, sjg |
8b0b0c59 | 106 | alias cfi uboot, stroese |
1dd6e3c2 | 107 | alias dfu uboot, lukma |
0176330e | 108 | alias efi uboot, agraf |
a60de1ee | 109 | alias eth uboot, jhersh |
34e24b62 | 110 | alias kerneldoc uboot, marex |
fd5058ee | 111 | alias fdt uboot, sjg |
8b0b0c59 | 112 | alias i2c uboot, hs |
bfca6e08 | 113 | alias kconfig uboot, masahiro |
dbc39699 | 114 | alias mmc uboot, jaehoon |
9f8aba7a | 115 | alias nand uboot |
1295f08c | 116 | alias net uboot, jhersh |
a60de1ee | 117 | alias phy uboot, jhersh |
f16d1862 | 118 | alias spi uboot, jagan |
e721e981 | 119 | alias spmi uboot, mateusz |
69337a9d | 120 | alias ubi uboot, hs |
f0bc5df4 | 121 | alias usb uboot, marex |
c0c5f910 | 122 | alias xhci uboot, bmeng |
8b0b0c59 | 123 | alias video uboot, ag |
23f78aef MY |
124 | alias patman uboot, sjg |
125 | alias buildman uboot, sjg | |
6e1cfb09 | 126 | alias pmic uboot, jaehoon |