blob: a2f0e3b7ba5d898d2c4af5f6516d3aaeb4ee96b7 [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>
Andy Flemingb36a4d42014-07-25 17:39:08 -050015alias afleming Andy Fleming <afleming@gmail.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000016alias ag Anatolij Gustschin <agust@denx.de>
angelo@sysam.it27069772014-11-24 15:36:57 +010017alias angelo_ts Angelo Dureghello <angelo@sysam.it>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000018alias galak Kumar Gala <galak@kernel.crashing.org>
19alias gruss Graeme Russ <graeme.russ@gmail.com>
20alias hs Heiko Schocher <hs@denx.de>
Ian Campbell49ea9bc2014-07-03 21:25:41 +010021alias ijc Ian Campbell <ijc+uboot@hellion.org.uk>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000022alias iwamatsu Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Jagannadha Sutradharudu Teki8c62c9d2013-09-16 12:51:13 +053023alias jagan Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000024alias jasonjin Jason Jin <jason.jin@freescale.com>
Joe Hershberger02cec642012-04-03 19:56:34 -050025alias jhersh Joe Hershberger <joe.hershberger@gmail.com>
Ian Campbell49ea9bc2014-07-03 21:25:41 +010026alias jwrdegoede Hans de Goede <hdegoede@redhat.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000027alias kimphill Kim Phillips <kim.phillips@freescale.com>
Łukasz Majewskidd8b78c2014-05-22 15:26:55 +020028alias lukma Lukasz Majewski <l.majewski@samsung.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000029alias macpaul Macpaul Lin <macpaul@andestech.com>
Marek Vasutc7ed7e82013-08-27 23:32:11 +020030alias marex Marek Vasut <marex@denx.de>
Stephen Warrenf6e679d2014-07-31 17:30:03 -060031alias masahiro Masahiro Yamada <yamada.m@jp.panasonic.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000032alias monstr Michal Simek <monstr@monstr.eu>
Pantelis Antoniou99915be2013-08-08 19:15:47 +030033alias panto Pantelis Antoniou <panto@antoniou-consulting.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000034alias prafulla Prafulla Wadaskar <prafulla@marvell.com>
Przemyslaw Marczakab3210b2014-10-27 14:10:34 +010035alias bobenstein Przemyslaw Marczak <p.marczak@samsung.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000036alias prom Minkyu Kang <mk7.kang@samsung.com>
37alias rbohmer Remy Bohmer <linux@bohmer.net>
38alias reinhardm Reinhard Meyer <u-boot@emk-elektronik.de>
39alias sbabic Stefano Babic <sbabic@denx.de>
40alias scottwood Scott Wood <scottwood@freescale.com>
Simon Glass2b1a8fa2012-10-31 12:41:49 +000041alias sjg Simon Glass <sjg@chromium.org>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000042alias smcnutt Scott McNutt <smcnutt@psyent.com>
Sonic Zhangb0e556b2013-02-28 20:21:13 +000043alias sonic Sonic Zhang <sonic.adi@gmail.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000044alias stroese Stefan Roese <sr@denx.de>
Michal Simek84d157fd2013-04-24 09:31:40 +020045alias trini Tom Rini <trini@ti.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000046alias vapier Mike Frysinger <vapier@gentoo.org>
47alias wd Wolfgang Denk <wd@denx.de>
48
49# Architecture aliases
50alias arch arm, avr32, bfin, m68k, microblaze, mips, nds32, nios2, powerpc, sandbox, superh, sparc, x86
51alias arches arch
52
53alias arm uboot, aaribaud
Andreas Bießmannb0123962012-07-02 04:51:39 +000054alias at91 uboot, abiessmann
Tom Rinia81ff472011-12-14 06:15:16 +000055alias davinci ti
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000056alias imx uboot, sbabic
57alias kirkwood uboot, prafulla
Tom Rinia81ff472011-12-14 06:15:16 +000058alias omap ti
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000059alias pxa uboot, marex
Nobuhiro Iwamatsu90f0b3b2012-08-09 15:47:07 +000060alias rmobile uboot, iwamatsu
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000061alias s3c samsung
62alias s5pc samsung
63alias samsung uboot, prom
Ian Campbell49ea9bc2014-07-03 21:25:41 +010064alias sunxi uboot, ijc, jwrdegoede
Simon Glass2b1a8fa2012-10-31 12:41:49 +000065alias tegra uboot, sjg, Tom Warren <twarren@nvidia.com>, Stephen Warren <swarren@nvidia.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000066alias tegra2 tegra
Michal Simek84d157fd2013-04-24 09:31:40 +020067alias ti uboot, trini
Masahiro Yamada5550ac6b2014-10-03 19:21:09 +090068alias uniphier uboot, masahiro
Michal Simekbaac5dd2014-07-09 16:10:49 +020069alias zynq uboot, monstr
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000070
Andreas Bießmannb0123962012-07-02 04:51:39 +000071alias avr32 uboot, abiessmann
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000072
Sonic Zhangb0e556b2013-02-28 20:21:13 +000073alias bfin uboot, vapier, sonic
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000074alias blackfin bfin
75
76alias m68k uboot, jasonjin
77alias coldfire m68k
78
79alias microblaze uboot, monstr
80alias mb microblaze
81
82alias mips uboot, Shinya Kuribayashi <skuribay@pobox.com>
83
84alias nds32 uboot, macpaul
85
86alias nios uboot, Thomas Chou <thomas@wytron.com.tw>, smcnutt
87alias nios2 nios
88
89alias powerpc uboot, afleming, kimphill, galak, stroese, wd
90alias ppc powerpc
91alias mpc5xxx uboot, wd
92alias mpc8xx uboot, wd
93alias mpc82xx uboot, wd
94alias mpc83xx uboot, kimphill
95alias mpc85xx uboot, afleming, galak
96alias mpc86xx uboot, afleming, galak
97alias ppc4xx uboot, stroese
98alias ppc7xx uboot, wd
99alias ppc74xx uboot, wd
100
Simon Glass2b1a8fa2012-10-31 12:41:49 +0000101alias sandbox sjg
Mike Frysinger9e28f6c2011-11-07 18:18:44 +0000102alias sb sandbox
103
104alias sparc uboot, Daniel Hellstrom <daniel@gaisler.com>
105
106alias superh uboot, iwamatsu
107alias sh superh
108
Simon Glass2b1a8fa2012-10-31 12:41:49 +0000109alias x86 uboot, sjg, gruss
Mike Frysinger9e28f6c2011-11-07 18:18:44 +0000110
111# Subsystem aliases
Simon Glass28721582014-07-29 00:03:12 -0600112alias dm uboot, sjg
Mike Frysinger9e28f6c2011-11-07 18:18:44 +0000113alias cfi uboot, stroese
Łukasz Majewskidd8b78c2014-05-22 15:26:55 +0200114alias dfu uboot, lukma
Marek Vasut86718072012-10-06 14:05:01 +0000115alias kerneldoc uboot, marex
Simon Glassa6e3a4a2014-07-29 00:03:11 -0600116alias fdt uboot, sjg
Mike Frysinger9e28f6c2011-11-07 18:18:44 +0000117alias i2c uboot, hs
Stephen Warrenf6e679d2014-07-31 17:30:03 -0600118alias kconfig uboot, masahiro
Pantelis Antoniou99915be2013-08-08 19:15:47 +0300119alias mmc uboot, panto
Mike Frysinger9e28f6c2011-11-07 18:18:44 +0000120alias nand uboot, scottwood
Joe Hershberger02cec642012-04-03 19:56:34 -0500121alias net uboot, jhersh
Jagannadha Sutradharudu Teki8c62c9d2013-09-16 12:51:13 +0530122alias spi uboot, jagan
Heiko Schocher1a1e2942014-11-18 09:08:45 +0100123alias ubi uboot, hs
Mike Frysinger5c480bd2012-03-05 15:15:25 +0000124alias usb uboot, marex
Mike Frysinger9e28f6c2011-11-07 18:18:44 +0000125alias video uboot, ag
Masahiro Yamada6a5c4b12014-08-21 14:35:44 +0900126alias patman uboot, sjg
127alias buildman uboot, sjg
Przemyslaw Marczakab3210b2014-10-27 14:10:34 +0100128alias pmic uboot, bobenstein