]>
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. | |
09c2b8f3 | 13 | alias abiessmann Andreas Bießmann <[email protected]> |
350500b3 | 14 | alias abrodkin Alexey Brodkin <[email protected]> |
b21f87a3 | 15 | alias afleming Andy Fleming <[email protected]> |
8b0b0c59 | 16 | alias ag Anatolij Gustschin <[email protected]> |
5ec072bb | 17 | alias agraf Alexander Graf <[email protected]> |
800775eb | 18 | alias alexnemirovsky Alex Nemirovsky <[email protected]> |
068f86eb | 19 | alias alisonwang Alison Wang <[email protected]> |
82ebb7e5 | 20 | alias angelo_ts Angelo Dureghello <[email protected]> |
5a4a891e | 21 | alias apritzel Andre Przywara <[email protected]> |
51087445 | 22 | alias bmeng Bin Meng <[email protected]> |
e873b97a | 23 | alias danielschwierzeck Daniel Schwierzeck <[email protected]> |
38d1ab4a | 24 | alias dinh Dinh Nguyen <[email protected]> |
274bc1e6 | 25 | alias ehristev Eugen Hristev <[email protected]> |
8b0b0c59 | 26 | alias hs Heiko Schocher <[email protected]> |
16a6d510 | 27 | alias freenix Peng Fan <[email protected]> |
8b0b0c59 | 28 | alias iwamatsu Nobuhiro Iwamatsu <[email protected]> |
dbc39699 | 29 | alias jaehoon Jaehoon Chung <[email protected]> |
59aea29a | 30 | alias jagan Jagan Teki <[email protected]> |
a60de1ee | 31 | alias jhersh Joe Hershberger <[email protected]> |
37dc8aaa | 32 | alias kevery Kever Yang <[email protected]> |
af02975e | 33 | alias leyfoon Ley Foon Tan <[email protected]> |
713a02a2 | 34 | alias lokeshvutla Lokesh Vutla <[email protected]> |
7f4279c0 | 35 | alias lukma Lukasz Majewski <[email protected]> |
8b0b0c59 | 36 | alias macpaul Macpaul Lin <[email protected]> |
a82ca7bc | 37 | alias marex Marek Vasut <[email protected]> |
068f86eb | 38 | alias mariosix Mario Six <[email protected]> |
79cee3cf | 39 | alias masahiro Masahiro Yamada <[email protected]> |
e721e981 | 40 | alias mateusz Mateusz Kulikowski <[email protected]> |
e0351b24 | 41 | alias mbrugger Matthias Brugger <[email protected]> |
8b0b0c59 | 42 | alias monstr Michal Simek <[email protected]> |
8b0b0c59 | 43 | alias prom Minkyu Kang <[email protected]> |
f8714372 | 44 | alias ptomsich Philipp Tomsich <[email protected]> |
8b0b0c59 | 45 | alias sbabic Stefano Babic <[email protected]> |
a339f524 | 46 | alias simongoldschmidt Simon Goldschmidt <[email protected]> |
b4a2e435 | 47 | alias sjg Simon Glass <[email protected]> |
8b0b0c59 MF |
48 | alias smcnutt Scott McNutt <[email protected]> |
49 | alias stroese Stefan Roese <[email protected]> | |
d3cffc83 | 50 | alias tienfong Tien Fong Chee <[email protected]> |
4e34d610 | 51 | alias trini Tom Rini <[email protected]> |
8b0b0c59 | 52 | alias wd Wolfgang Denk <[email protected]> |
87d5b225 | 53 | alias priyankajain Priyanka Jain <[email protected]> |
8b0b0c59 MF |
54 | |
55 | # Architecture aliases | |
11232139 | 56 | alias arch arc, arm, m68k, microblaze, mips, nios2, powerpc, sandbox, superh, x86 |
8b0b0c59 MF |
57 | alias arches arch |
58 | ||
350500b3 MY |
59 | alias arc uboot, abrodkin |
60 | ||
2ada73ea | 61 | alias arm uboot, trini |
963333e9 | 62 | alias at91 uboot, abiessmann |
800775eb | 63 | alias cortina uboot, alexnemirovsky |
2620368a | 64 | alias davinci ti |
8b0b0c59 | 65 | alias imx uboot, sbabic |
b0b60972 | 66 | alias kirkwood uboot, stroese |
2620368a | 67 | alias omap ti |
8b0b0c59 | 68 | alias pxa uboot, marex |
7b1a2476 MV |
69 | alias renesas uboot, marex, iwamatsu |
70 | alias rmobile uboot, marex, iwamatsu | |
8b0b0c59 MF |
71 | alias s3c samsung |
72 | alias s5pc samsung | |
73 | alias samsung uboot, prom | |
e721e981 | 74 | alias snapdragon uboot, mateusz |
d3cffc83 | 75 | alias socfpga uboot, marex, dinh, simongoldschmidt, tienfong |
5a4a891e | 76 | alias sunxi uboot, jagan, apritzel |
b4a2e435 | 77 | alias tegra uboot, sjg, Tom Warren <[email protected]>, Stephen Warren <[email protected]> |
8b0b0c59 | 78 | alias tegra2 tegra |
f91c3aa0 | 79 | alias ti uboot, trini |
6dd0e7c0 | 80 | alias uniphier uboot, masahiro |
bc9a78ac | 81 | alias zynq uboot, monstr |
37dc8aaa | 82 | alias rockchip uboot, sjg, kevery, ptomsich |
8b0b0c59 | 83 | |
e0351b24 AG |
84 | alias bcm283x uboot, mbrugger |
85 | alias rpi uboot, mbrugger | |
86 | ||
0eaadecb | 87 | alias m68k uboot, alisonwang, angelo_ts |
8b0b0c59 MF |
88 | alias coldfire m68k |
89 | ||
90 | alias microblaze uboot, monstr | |
91 | alias mb microblaze | |
92 | ||
e873b97a | 93 | alias mips uboot, danielschwierzeck |
8b0b0c59 | 94 | |
8b0b0c59 MF |
95 | alias nios uboot, Thomas Chou <[email protected]>, smcnutt |
96 | alias nios2 nios | |
97 | ||
87d5b225 | 98 | alias powerpc uboot, afleming, stroese, wd, priyankajain, mariosix |
8b0b0c59 | 99 | alias ppc powerpc |
48f44de8 | 100 | alias mpc8xx uboot, wd, Christophe Leroy <[email protected]> |
44c21e94 | 101 | alias mpc83xx uboot, mariosix |
87d5b225 | 102 | alias mpc85xx uboot, afleming, priyankajain |
8b0b0c59 | 103 | |
b4a2e435 | 104 | alias sandbox sjg |
8b0b0c59 MF |
105 | alias sb sandbox |
106 | ||
068f86eb | 107 | alias superh uboot, iwamatsu, marex |
8b0b0c59 MF |
108 | alias sh superh |
109 | ||
3721208f | 110 | alias x86 uboot, sjg, bmeng |
8b0b0c59 MF |
111 | |
112 | # Subsystem aliases | |
960c3cac | 113 | alias dm uboot, sjg |
8b0b0c59 | 114 | alias cfi uboot, stroese |
1dd6e3c2 | 115 | alias dfu uboot, lukma |
a60de1ee | 116 | alias eth uboot, jhersh |
34e24b62 | 117 | alias kerneldoc uboot, marex |
fd5058ee | 118 | alias fdt uboot, sjg |
8b0b0c59 | 119 | alias i2c uboot, hs |
bfca6e08 | 120 | alias kconfig uboot, masahiro |
af8e2d47 | 121 | alias mmc uboot, freenix, jaehoon |
9f8aba7a | 122 | alias nand uboot |
1295f08c | 123 | alias net uboot, jhersh |
a60de1ee | 124 | alias phy uboot, jhersh |
f16d1862 | 125 | alias spi uboot, jagan |
e721e981 | 126 | alias spmi uboot, mateusz |
69337a9d | 127 | alias ubi uboot, hs |
f0bc5df4 | 128 | alias usb uboot, marex |
c0c5f910 | 129 | alias xhci uboot, bmeng |
8b0b0c59 | 130 | alias video uboot, ag |
23f78aef MY |
131 | alias patman uboot, sjg |
132 | alias buildman uboot, sjg | |
6e1cfb09 | 133 | alias pmic uboot, jaehoon |