1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
|
# 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 [email protected]
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 <[email protected]>
alias afleming Andy Fleming <[email protected]>
alias ag Anatolij Gustschin <[email protected]>
alias galak Kumar Gala <[email protected]>
alias gruss Graeme Russ <[email protected]>
alias hs Heiko Schocher <[email protected]>
alias iwamatsu Nobuhiro Iwamatsu <[email protected]>
alias jasonjin Jason Jin <[email protected]>
alias kimphill Kim Phillips <[email protected]>
alias macpaul Macpaul Lin <[email protected]>
alias marex Marek Vasut <[email protected]>
alias monstr Michal Simek <[email protected]>
alias prafulla Prafulla Wadaskar <[email protected]>
alias prom Minkyu Kang <[email protected]>
alias rbohmer Remy Bohmer <[email protected]>
alias reinhardm Reinhard Meyer <[email protected]>
alias sbabic Stefano Babic <[email protected]>
alias scottwood Scott Wood <[email protected]>
alias smcnutt Scott McNutt <[email protected]>
alias stroese Stefan Roese <[email protected]>
alias vapier Mike Frysinger <[email protected]>
alias wd Wolfgang Denk <[email protected]>
# Architecture aliases
alias arch arm, avr32, bfin, m68k, microblaze, mips, nds32, nios2, powerpc, sandbox, superh, sparc, x86
alias arches arch
alias arm uboot, aaribaud
alias at91 uboot, reinhardm
alias davinci omap
alias imx uboot, sbabic
alias kirkwood uboot, prafulla
alias omap uboot, Sandeep Paulraj <[email protected]>
alias pxa uboot, marex
alias s3c samsung
alias s5pc samsung
alias samsung uboot, prom
alias tegra uboot, Simon Glass <[email protected]>, Tom Warren <[email protected]>, Stephen Warren <[email protected]>
alias tegra2 tegra
alias avr32 uboot, reinhardm
alias bfin uboot, vapier
alias blackfin bfin
alias m68k uboot, jasonjin
alias coldfire m68k
alias microblaze uboot, monstr
alias mb microblaze
alias mips uboot, Shinya Kuribayashi <[email protected]>
alias nds32 uboot, macpaul
alias nios uboot, Thomas Chou <[email protected]>, smcnutt
alias nios2 nios
alias powerpc uboot, afleming, kimphill, galak, stroese, wd
alias ppc powerpc
alias mpc5xxx uboot, wd
alias mpc8xx uboot, wd
alias mpc82xx uboot, wd
alias mpc83xx uboot, kimphill
alias mpc85xx uboot, afleming, galak
alias mpc86xx uboot, afleming, galak
alias ppc4xx uboot, stroese
alias ppc7xx uboot, wd
alias ppc74xx uboot, wd
alias sandbox Simon Glass <[email protected]>
alias sb sandbox
alias sparc uboot, Daniel Hellstrom <[email protected]>
alias superh uboot, iwamatsu
alias sh superh
alias x86 uboot, gruss
# Subsystem aliases
alias cfi uboot, stroese
alias fdt uboot, Jerry Van Baren <[email protected]>
alias i2c uboot, hs
alias mmc uboot, afleming
alias nand uboot, scottwood
alias net uboot, wd
alias usb uboot, rbohmer
alias video uboot, ag
|