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