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