blob: 85bac7565386ddee222525684b6af55b95f600e4 [file] [log] [blame]
Mike Frysinger9e28f6c2011-11-07 18:18:44 +00001# 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 u-boot@lists.denx.de
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 <albert.u.boot@aribaud.net>
Andreas Bießmannb0123962012-07-02 04:51:39 +000014alias abiessmann Andreas Bießmann <andreas.devel@googlemail.com>
Masahiro Yamada934359b2015-05-11 19:44:01 +090015alias abrodkin Alexey Brodkin <alexey.brodkin@synopsys.com>
Andy Flemingb36a4d42014-07-25 17:39:08 -050016alias afleming Andy Fleming <afleming@gmail.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000017alias ag Anatolij Gustschin <agust@denx.de>
angelo@sysam.it1f1a8e82014-11-25 10:05:41 +010018alias alisonwang Alison Wang <alison.wang@freescale.com>
angelo@sysam.it27069772014-11-24 15:36:57 +010019alias angelo_ts Angelo Dureghello <angelo@sysam.it>
Bin Mengf17af432015-11-10 18:13:34 -080020alias bmeng Bin Meng <bmeng.cn@gmail.com>
Daniel Schwierzeck228aa8b2014-11-19 20:20:11 +010021alias danielschwierzeck Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000022alias galak Kumar Gala <galak@kernel.crashing.org>
23alias gruss Graeme Russ <graeme.russ@gmail.com>
24alias hs Heiko Schocher <hs@denx.de>
Ian Campbell49ea9bc2014-07-03 21:25:41 +010025alias ijc Ian Campbell <ijc+uboot@hellion.org.uk>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000026alias iwamatsu Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Jagan Teki90ba0282015-05-16 00:57:02 +053027alias jagan Jagan Teki <jteki@openedev.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000028alias jasonjin Jason Jin <jason.jin@freescale.com>
Joe Hershbergeree3521c2015-03-20 13:25:57 -050029alias jhersh Joe Hershberger <joe.hershberger@ni.com>
Ian Campbell49ea9bc2014-07-03 21:25:41 +010030alias jwrdegoede Hans de Goede <hdegoede@redhat.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000031alias kimphill Kim Phillips <kim.phillips@freescale.com>
Luka Perkovd89b99d2015-01-07 23:32:06 +000032alias luka Luka Perkov <luka.perkov@sartura.hr>
Łukasz Majewskidd8b78c2014-05-22 15:26:55 +020033alias lukma Lukasz Majewski <l.majewski@samsung.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000034alias macpaul Macpaul Lin <macpaul@andestech.com>
Marek Vasutc7ed7e82013-08-27 23:32:11 +020035alias marex Marek Vasut <marex@denx.de>
Masahiro Yamadad867fc52015-03-11 13:01:36 +090036alias masahiro Masahiro Yamada <yamada.masahiro@socionext.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000037alias monstr Michal Simek <monstr@monstr.eu>
Pantelis Antoniou99915be2013-08-08 19:15:47 +030038alias panto Pantelis Antoniou <panto@antoniou-consulting.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000039alias prafulla Prafulla Wadaskar <prafulla@marvell.com>
Przemyslaw Marczakab3210b2014-10-27 14:10:34 +010040alias bobenstein Przemyslaw Marczak <p.marczak@samsung.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000041alias prom Minkyu Kang <mk7.kang@samsung.com>
42alias rbohmer Remy Bohmer <linux@bohmer.net>
43alias reinhardm Reinhard Meyer <u-boot@emk-elektronik.de>
44alias sbabic Stefano Babic <sbabic@denx.de>
45alias scottwood Scott Wood <scottwood@freescale.com>
Simon Glass2b1a8fa2012-10-31 12:41:49 +000046alias sjg Simon Glass <sjg@chromium.org>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000047alias smcnutt Scott McNutt <smcnutt@psyent.com>
Sonic Zhangb0e556b2013-02-28 20:21:13 +000048alias sonic Sonic Zhang <sonic.adi@gmail.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000049alias stroese Stefan Roese <sr@denx.de>
Tom Riniec7f2642015-03-02 08:37:50 -050050alias trini Tom Rini <trini@konsulko.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000051alias vapier Mike Frysinger <vapier@gentoo.org>
52alias wd Wolfgang Denk <wd@denx.de>
53
54# Architecture aliases
Masahiro Yamada934359b2015-05-11 19:44:01 +090055alias arch arc, arm, avr32, bfin, m68k, microblaze, mips, nds32, nios2, powerpc, sandbox, superh, sparc, x86
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000056alias arches arch
57
Masahiro Yamada934359b2015-05-11 19:44:01 +090058alias arc uboot, abrodkin
59
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000060alias arm uboot, aaribaud
Andreas Bießmannb0123962012-07-02 04:51:39 +000061alias at91 uboot, abiessmann
Tom Rinia81ff472011-12-14 06:15:16 +000062alias davinci ti
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000063alias imx uboot, sbabic
Luka Perkovd89b99d2015-01-07 23:32:06 +000064alias kirkwood uboot, prafulla, luka
Tom Rinia81ff472011-12-14 06:15:16 +000065alias omap ti
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000066alias pxa uboot, marex
Nobuhiro Iwamatsu90f0b3b2012-08-09 15:47:07 +000067alias rmobile uboot, iwamatsu
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000068alias s3c samsung
69alias s5pc samsung
70alias samsung uboot, prom
Dinh Nguyen35ac2072015-05-07 17:37:12 -050071alias socfpga uboot, marex, Dinh Nguyen <dinguyen@opensource.altera.com>
Ian Campbell49ea9bc2014-07-03 21:25:41 +010072alias sunxi uboot, ijc, jwrdegoede
Simon Glass2b1a8fa2012-10-31 12:41:49 +000073alias tegra uboot, sjg, Tom Warren <twarren@nvidia.com>, Stephen Warren <swarren@nvidia.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000074alias tegra2 tegra
Michal Simek84d157fd2013-04-24 09:31:40 +020075alias ti uboot, trini
Masahiro Yamada5550ac6b2014-10-03 19:21:09 +090076alias uniphier uboot, masahiro
Michal Simekbaac5dd2014-07-09 16:10:49 +020077alias zynq uboot, monstr
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000078
Andreas Bießmannb0123962012-07-02 04:51:39 +000079alias avr32 uboot, abiessmann
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000080
Sonic Zhangb0e556b2013-02-28 20:21:13 +000081alias bfin uboot, vapier, sonic
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000082alias blackfin bfin
83
Tom Rini3a3c1b52014-12-04 11:27:08 -050084alias m68k uboot, alisonwang, angelo_ts
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000085alias coldfire m68k
86
87alias microblaze uboot, monstr
88alias mb microblaze
89
Daniel Schwierzeck228aa8b2014-11-19 20:20:11 +010090alias mips uboot, danielschwierzeck
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000091
92alias nds32 uboot, macpaul
93
94alias nios uboot, Thomas Chou <thomas@wytron.com.tw>, smcnutt
95alias nios2 nios
96
97alias powerpc uboot, afleming, kimphill, galak, stroese, wd
98alias ppc powerpc
99alias mpc5xxx uboot, wd
100alias mpc8xx uboot, wd
101alias mpc82xx uboot, wd
102alias mpc83xx uboot, kimphill
103alias mpc85xx uboot, afleming, galak
104alias mpc86xx uboot, afleming, galak
105alias ppc4xx uboot, stroese
Mike Frysinger9e28f6c2011-11-07 18:18:44 +0000106
Simon Glass2b1a8fa2012-10-31 12:41:49 +0000107alias sandbox sjg
Mike Frysinger9e28f6c2011-11-07 18:18:44 +0000108alias sb sandbox
109
Francois Retiefdc341662015-10-26 12:32:25 +0200110alias sparc uboot, Francois Retief <fgretief@spaceteq.co.za>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +0000111
112alias superh uboot, iwamatsu
113alias sh superh
114
Bin Mengf17af432015-11-10 18:13:34 -0800115alias x86 uboot, sjg, gruss, bmeng
Mike Frysinger9e28f6c2011-11-07 18:18:44 +0000116
117# Subsystem aliases
Simon Glass28721582014-07-29 00:03:12 -0600118alias dm uboot, sjg
Mike Frysinger9e28f6c2011-11-07 18:18:44 +0000119alias cfi uboot, stroese
Łukasz Majewskidd8b78c2014-05-22 15:26:55 +0200120alias dfu uboot, lukma
Joe Hershbergeree3521c2015-03-20 13:25:57 -0500121alias eth uboot, jhersh
Marek Vasut86718072012-10-06 14:05:01 +0000122alias kerneldoc uboot, marex
Simon Glassa6e3a4a2014-07-29 00:03:11 -0600123alias fdt uboot, sjg
Mike Frysinger9e28f6c2011-11-07 18:18:44 +0000124alias i2c uboot, hs
Stephen Warrenf6e679d2014-07-31 17:30:03 -0600125alias kconfig uboot, masahiro
Pantelis Antoniou99915be2013-08-08 19:15:47 +0300126alias mmc uboot, panto
Mike Frysinger9e28f6c2011-11-07 18:18:44 +0000127alias nand uboot, scottwood
Joe Hershberger02cec642012-04-03 19:56:34 -0500128alias net uboot, jhersh
Joe Hershbergeree3521c2015-03-20 13:25:57 -0500129alias phy uboot, jhersh
Luka Perkov53b86602015-01-07 23:32:36 +0000130alias spi uboot, jagan
Heiko Schocher1a1e2942014-11-18 09:08:45 +0100131alias ubi uboot, hs
Mike Frysinger5c480bd2012-03-05 15:15:25 +0000132alias usb uboot, marex
Mike Frysinger9e28f6c2011-11-07 18:18:44 +0000133alias video uboot, ag
Masahiro Yamada6a5c4b12014-08-21 14:35:44 +0900134alias patman uboot, sjg
135alias buildman uboot, sjg
Przemyslaw Marczakab3210b2014-10-27 14:10:34 +0100136alias pmic uboot, bobenstein