blob: 556db0a81831b1d936ca790a5065cec3a8142c3c [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ßmann07dafdb2016-05-01 03:46:16 +020014alias abiessmann Andreas Bießmann <andreas@biessmann.org>
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>
Dinh Nguyen32b61cf2016-11-29 09:03:13 -060022alias dinh Dinh Nguyen <dinguyen@kernel.org>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000023alias galak Kumar Gala <galak@kernel.crashing.org>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000024alias 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>
Jaehoon Chung76811be2016-08-01 12:35:20 +090027alias jaehoon Jaehoon Chung <jh80.chung@samsung.com>
Jagan Teki3be9e792016-10-28 23:27:34 +053028alias jagan Jagan Teki <jagan@openedev.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000029alias jasonjin Jason Jin <jason.jin@freescale.com>
Joe Hershbergeree3521c2015-03-20 13:25:57 -050030alias jhersh Joe Hershberger <joe.hershberger@ni.com>
Ian Campbell49ea9bc2014-07-03 21:25:41 +010031alias jwrdegoede Hans de Goede <hdegoede@redhat.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000032alias kimphill Kim Phillips <kim.phillips@freescale.com>
Luka Perkovd89b99d2015-01-07 23:32:06 +000033alias luka Luka Perkov <luka.perkov@sartura.hr>
Lukasz Majewskid0a9f8f2017-09-03 18:13:11 +020034alias lukma Lukasz Majewski <l.majewski@denx.de>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000035alias macpaul Macpaul Lin <macpaul@andestech.com>
Marek Vasutc7ed7e82013-08-27 23:32:11 +020036alias marex Marek Vasut <marex@denx.de>
Masahiro Yamadad867fc52015-03-11 13:01:36 +090037alias masahiro Masahiro Yamada <yamada.masahiro@socionext.com>
Mateusz Kulikowskic1a775d2016-03-31 23:12:34 +020038alias mateusz Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
Jagan Tekibfaa3312016-11-22 17:14:06 +053039alias maxime Maxime Ripard <maxime.ripard@free-electrons.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000040alias monstr Michal Simek <monstr@monstr.eu>
41alias prafulla Prafulla Wadaskar <prafulla@marvell.com>
42alias prom Minkyu Kang <mk7.kang@samsung.com>
Philipp Tomsich30e7b532017-06-21 15:13:38 +020043alias ptomsich Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000044alias rbohmer Remy Bohmer <linux@bohmer.net>
45alias reinhardm Reinhard Meyer <u-boot@emk-elektronik.de>
46alias sbabic Stefano Babic <sbabic@denx.de>
47alias scottwood Scott Wood <scottwood@freescale.com>
Simon Glass2b1a8fa2012-10-31 12:41:49 +000048alias sjg Simon Glass <sjg@chromium.org>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000049alias smcnutt Scott McNutt <smcnutt@psyent.com>
Sonic Zhangb0e556b2013-02-28 20:21:13 +000050alias sonic Sonic Zhang <sonic.adi@gmail.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000051alias stroese Stefan Roese <sr@denx.de>
Tom Riniec7f2642015-03-02 08:37:50 -050052alias trini Tom Rini <trini@konsulko.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000053alias vapier Mike Frysinger <vapier@gentoo.org>
54alias wd Wolfgang Denk <wd@denx.de>
55
56# Architecture aliases
Andy Shevchenko8cb5cdd2017-07-05 16:25:22 +030057alias arch arc, arm, bfin, m68k, microblaze, mips, nds32, nios2, powerpc, sandbox, superh, sparc, x86
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000058alias arches arch
59
Masahiro Yamada934359b2015-05-11 19:44:01 +090060alias arc uboot, abrodkin
61
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000062alias arm uboot, aaribaud
Andreas Bießmannb0123962012-07-02 04:51:39 +000063alias at91 uboot, abiessmann
Tom Rinia81ff472011-12-14 06:15:16 +000064alias davinci ti
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000065alias imx uboot, sbabic
Luka Perkovd89b99d2015-01-07 23:32:06 +000066alias kirkwood uboot, prafulla, luka
Tom Rinia81ff472011-12-14 06:15:16 +000067alias omap ti
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000068alias pxa uboot, marex
Nobuhiro Iwamatsu90f0b3b2012-08-09 15:47:07 +000069alias rmobile uboot, iwamatsu
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000070alias s3c samsung
71alias s5pc samsung
72alias samsung uboot, prom
Mateusz Kulikowskic1a775d2016-03-31 23:12:34 +020073alias snapdragon uboot, mateusz
Dinh Nguyen32b61cf2016-11-29 09:03:13 -060074alias socfpga uboot, marex, dinh
Jagan Tekibfaa3312016-11-22 17:14:06 +053075alias sunxi uboot, jagan, maxime
Simon Glass2b1a8fa2012-10-31 12:41:49 +000076alias tegra uboot, sjg, Tom Warren <twarren@nvidia.com>, Stephen Warren <swarren@nvidia.com>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000077alias tegra2 tegra
Michal Simek84d157fd2013-04-24 09:31:40 +020078alias ti uboot, trini
Masahiro Yamada5550ac6b2014-10-03 19:21:09 +090079alias uniphier uboot, masahiro
Michal Simekbaac5dd2014-07-09 16:10:49 +020080alias zynq uboot, monstr
Philipp Tomsich30e7b532017-06-21 15:13:38 +020081alias rockchip uboot, sjg, Kever Yang <kever.yang@rock-chips.com>, ptomsich
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000082
Sonic Zhangb0e556b2013-02-28 20:21:13 +000083alias bfin uboot, vapier, sonic
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000084alias blackfin bfin
85
Tom Rini3a3c1b52014-12-04 11:27:08 -050086alias m68k uboot, alisonwang, angelo_ts
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000087alias coldfire m68k
88
89alias microblaze uboot, monstr
90alias mb microblaze
91
Daniel Schwierzeck228aa8b2014-11-19 20:20:11 +010092alias mips uboot, danielschwierzeck
Mike Frysinger9e28f6c2011-11-07 18:18:44 +000093
94alias nds32 uboot, macpaul
95
96alias nios uboot, Thomas Chou <thomas@wytron.com.tw>, smcnutt
97alias nios2 nios
98
99alias powerpc uboot, afleming, kimphill, galak, stroese, wd
100alias ppc powerpc
101alias mpc5xxx uboot, wd
102alias mpc8xx uboot, wd
103alias mpc82xx uboot, wd
104alias mpc83xx uboot, kimphill
105alias mpc85xx uboot, afleming, galak
106alias mpc86xx uboot, afleming, galak
107alias ppc4xx uboot, stroese
Mike Frysinger9e28f6c2011-11-07 18:18:44 +0000108
Simon Glass2b1a8fa2012-10-31 12:41:49 +0000109alias sandbox sjg
Mike Frysinger9e28f6c2011-11-07 18:18:44 +0000110alias sb sandbox
111
Francois Retiefdc341662015-10-26 12:32:25 +0200112alias sparc uboot, Francois Retief <fgretief@spaceteq.co.za>
Mike Frysinger9e28f6c2011-11-07 18:18:44 +0000113
114alias superh uboot, iwamatsu
115alias sh superh
116
Simon Glass209903e2015-12-19 15:44:04 -0700117alias x86 uboot, sjg, bmeng
Mike Frysinger9e28f6c2011-11-07 18:18:44 +0000118
119# Subsystem aliases
Simon Glass28721582014-07-29 00:03:12 -0600120alias dm uboot, sjg
Mike Frysinger9e28f6c2011-11-07 18:18:44 +0000121alias cfi uboot, stroese
Łukasz Majewskidd8b78c2014-05-22 15:26:55 +0200122alias dfu uboot, lukma
Joe Hershbergeree3521c2015-03-20 13:25:57 -0500123alias eth uboot, jhersh
Marek Vasut86718072012-10-06 14:05:01 +0000124alias kerneldoc uboot, marex
Simon Glassa6e3a4a2014-07-29 00:03:11 -0600125alias fdt uboot, sjg
Mike Frysinger9e28f6c2011-11-07 18:18:44 +0000126alias i2c uboot, hs
Stephen Warrenf6e679d2014-07-31 17:30:03 -0600127alias kconfig uboot, masahiro
Jaehoon Chung76811be2016-08-01 12:35:20 +0900128alias mmc uboot, jaehoon
Mike Frysinger9e28f6c2011-11-07 18:18:44 +0000129alias nand uboot, scottwood
Joe Hershberger02cec642012-04-03 19:56:34 -0500130alias net uboot, jhersh
Joe Hershbergeree3521c2015-03-20 13:25:57 -0500131alias phy uboot, jhersh
Luka Perkov53b86602015-01-07 23:32:36 +0000132alias spi uboot, jagan
Mateusz Kulikowskic1a775d2016-03-31 23:12:34 +0200133alias spmi uboot, mateusz
Heiko Schocher1a1e2942014-11-18 09:08:45 +0100134alias ubi uboot, hs
Mike Frysinger5c480bd2012-03-05 15:15:25 +0000135alias usb uboot, marex
Mike Frysinger9e28f6c2011-11-07 18:18:44 +0000136alias video uboot, ag
Masahiro Yamada6a5c4b12014-08-21 14:35:44 +0900137alias patman uboot, sjg
138alias buildman uboot, sjg
Jaehoon Chungfd858432016-12-19 13:36:01 +0900139alias pmic uboot, jaehoon