blob: 6fe78a1d084b391784acf48986d44fc483894b45 [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>
Daniel Schwierzeck228aa8b2014-11-19 20:20:11 +010020alias danielschwierzeck Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000021alias galak Kumar Gala <galak@kernel.crashing.org>
22alias gruss Graeme Russ <graeme.russ@gmail.com>
23alias hs Heiko Schocher <hs@denx.de>
Ian Campbell49ea9bc2014-07-03 21:25:41 +010024alias ijc Ian Campbell <ijc+uboot@hellion.org.uk>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000025alias iwamatsu Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Jagan Teki90ba0282015-05-16 00:57:02 +053026alias jagan Jagan Teki <jteki@openedev.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000027alias jasonjin Jason Jin <jason.jin@freescale.com>
Joe Hershbergeree3521c2015-03-20 13:25:57 -050028alias jhersh Joe Hershberger <joe.hershberger@ni.com>
Ian Campbell49ea9bc2014-07-03 21:25:41 +010029alias jwrdegoede Hans de Goede <hdegoede@redhat.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000030alias kimphill Kim Phillips <kim.phillips@freescale.com>
Luka Perkovd89b99d2015-01-07 23:32:06 +000031alias luka Luka Perkov <luka.perkov@sartura.hr>
Łukasz Majewskidd8b78c2014-05-22 15:26:55 +020032alias lukma Lukasz Majewski <l.majewski@samsung.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000033alias macpaul Macpaul Lin <macpaul@andestech.com>
Marek Vasutc7ed7e82013-08-27 23:32:11 +020034alias marex Marek Vasut <marex@denx.de>
Masahiro Yamadad867fc52015-03-11 13:01:36 +090035alias masahiro Masahiro Yamada <yamada.masahiro@socionext.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000036alias monstr Michal Simek <monstr@monstr.eu>
Pantelis Antoniou99915be2013-08-08 19:15:47 +030037alias panto Pantelis Antoniou <panto@antoniou-consulting.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000038alias prafulla Prafulla Wadaskar <prafulla@marvell.com>
Przemyslaw Marczakab3210b2014-10-27 14:10:34 +010039alias bobenstein Przemyslaw Marczak <p.marczak@samsung.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000040alias prom Minkyu Kang <mk7.kang@samsung.com>
41alias rbohmer Remy Bohmer <linux@bohmer.net>
42alias reinhardm Reinhard Meyer <u-boot@emk-elektronik.de>
43alias sbabic Stefano Babic <sbabic@denx.de>
44alias scottwood Scott Wood <scottwood@freescale.com>
Simon Glass2b1a8fa2012-10-31 12:41:49 +000045alias sjg Simon Glass <sjg@chromium.org>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000046alias smcnutt Scott McNutt <smcnutt@psyent.com>
Sonic Zhangb0e556b2013-02-28 20:21:13 +000047alias sonic Sonic Zhang <sonic.adi@gmail.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000048alias stroese Stefan Roese <sr@denx.de>
Tom Riniec7f2642015-03-02 08:37:50 -050049alias trini Tom Rini <trini@konsulko.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000050alias vapier Mike Frysinger <vapier@gentoo.org>
51alias wd Wolfgang Denk <wd@denx.de>
52
53# Architecture aliases
Masahiro Yamada934359b2015-05-11 19:44:01 +090054alias arch arc, arm, avr32, bfin, m68k, microblaze, mips, nds32, nios2, powerpc, sandbox, superh, sparc, x86
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000055alias arches arch
56
Masahiro Yamada934359b2015-05-11 19:44:01 +090057alias arc uboot, abrodkin
58
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000059alias arm uboot, aaribaud
Andreas Bießmannb0123962012-07-02 04:51:39 +000060alias at91 uboot, abiessmann
Tom Rinia81ff472011-12-14 06:15:16 +000061alias davinci ti
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000062alias imx uboot, sbabic
Luka Perkovd89b99d2015-01-07 23:32:06 +000063alias kirkwood uboot, prafulla, luka
Tom Rinia81ff472011-12-14 06:15:16 +000064alias omap ti
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000065alias pxa uboot, marex
Nobuhiro Iwamatsu90f0b3b2012-08-09 15:47:07 +000066alias rmobile uboot, iwamatsu
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000067alias s3c samsung
68alias s5pc samsung
69alias samsung uboot, prom
Dinh Nguyen35ac2072015-05-07 17:37:12 -050070alias socfpga uboot, marex, Dinh Nguyen <dinguyen@opensource.altera.com>
Ian Campbell49ea9bc2014-07-03 21:25:41 +010071alias sunxi uboot, ijc, jwrdegoede
Simon Glass2b1a8fa2012-10-31 12:41:49 +000072alias tegra uboot, sjg, Tom Warren <twarren@nvidia.com>, Stephen Warren <swarren@nvidia.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000073alias tegra2 tegra
Michal Simek84d157fd2013-04-24 09:31:40 +020074alias ti uboot, trini
Masahiro Yamada5550ac6b2014-10-03 19:21:09 +090075alias uniphier uboot, masahiro
Michal Simekbaac5dd2014-07-09 16:10:49 +020076alias zynq uboot, monstr
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000077
Andreas Bießmannb0123962012-07-02 04:51:39 +000078alias avr32 uboot, abiessmann
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000079
Sonic Zhangb0e556b2013-02-28 20:21:13 +000080alias bfin uboot, vapier, sonic
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000081alias blackfin bfin
82
Tom Rini3a3c1b52014-12-04 11:27:08 -050083alias m68k uboot, alisonwang, angelo_ts
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000084alias coldfire m68k
85
86alias microblaze uboot, monstr
87alias mb microblaze
88
Daniel Schwierzeck228aa8b2014-11-19 20:20:11 +010089alias mips uboot, danielschwierzeck
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000090
91alias nds32 uboot, macpaul
92
93alias nios uboot, Thomas Chou <thomas@wytron.com.tw>, smcnutt
94alias nios2 nios
95
96alias powerpc uboot, afleming, kimphill, galak, stroese, wd
97alias ppc powerpc
98alias mpc5xxx uboot, wd
99alias mpc8xx uboot, wd
100alias mpc82xx uboot, wd
101alias mpc83xx uboot, kimphill
102alias mpc85xx uboot, afleming, galak
103alias mpc86xx uboot, afleming, galak
104alias ppc4xx uboot, stroese
Mike Frysinger9e28f6c2011-11-07 18:18:44 +0000105
Simon Glass2b1a8fa2012-10-31 12:41:49 +0000106alias sandbox sjg
Mike Frysinger9e28f6c2011-11-07 18:18:44 +0000107alias sb sandbox
108
109alias sparc uboot, Daniel Hellstrom <daniel@gaisler.com>
110
111alias superh uboot, iwamatsu
112alias sh superh
113
Simon Glass2b1a8fa2012-10-31 12:41:49 +0000114alias x86 uboot, sjg, gruss
Mike Frysinger9e28f6c2011-11-07 18:18:44 +0000115
116# Subsystem aliases
Simon Glass28721582014-07-29 00:03:12 -0600117alias dm uboot, sjg
Mike Frysinger9e28f6c2011-11-07 18:18:44 +0000118alias cfi uboot, stroese
Łukasz Majewskidd8b78c2014-05-22 15:26:55 +0200119alias dfu uboot, lukma
Joe Hershbergeree3521c2015-03-20 13:25:57 -0500120alias eth uboot, jhersh
Marek Vasut86718072012-10-06 14:05:01 +0000121alias kerneldoc uboot, marex
Simon Glassa6e3a4a2014-07-29 00:03:11 -0600122alias fdt uboot, sjg
Mike Frysinger9e28f6c2011-11-07 18:18:44 +0000123alias i2c uboot, hs
Stephen Warrenf6e679d2014-07-31 17:30:03 -0600124alias kconfig uboot, masahiro
Pantelis Antoniou99915be2013-08-08 19:15:47 +0300125alias mmc uboot, panto
Mike Frysinger9e28f6c2011-11-07 18:18:44 +0000126alias nand uboot, scottwood
Joe Hershberger02cec642012-04-03 19:56:34 -0500127alias net uboot, jhersh
Joe Hershbergeree3521c2015-03-20 13:25:57 -0500128alias phy uboot, jhersh
Luka Perkov53b86602015-01-07 23:32:36 +0000129alias spi uboot, jagan
Heiko Schocher1a1e2942014-11-18 09:08:45 +0100130alias ubi uboot, hs
Mike Frysinger5c480bd2012-03-05 15:15:25 +0000131alias usb uboot, marex
Mike Frysinger9e28f6c2011-11-07 18:18:44 +0000132alias video uboot, ag
Masahiro Yamada6a5c4b12014-08-21 14:35:44 +0900133alias patman uboot, sjg
134alias buildman uboot, sjg
Przemyslaw Marczakab3210b2014-10-27 14:10:34 +0100135alias pmic uboot, bobenstein