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 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> 14alias abiessmann Andreas Bießmann <andreas.devel@googlemail.com> 15alias abrodkin Alexey Brodkin <alexey.brodkin@synopsys.com> 16alias afleming Andy Fleming <afleming@gmail.com> 17alias ag Anatolij Gustschin <agust@denx.de> 18alias alisonwang Alison Wang <alison.wang@freescale.com> 19alias angelo_ts Angelo Dureghello <angelo@sysam.it> 20alias bmeng Bin Meng <bmeng.cn@gmail.com> 21alias danielschwierzeck Daniel Schwierzeck <daniel.schwierzeck@gmail.com> 22alias galak Kumar Gala <galak@kernel.crashing.org> 23alias gruss Graeme Russ <graeme.russ@gmail.com> 24alias hs Heiko Schocher <hs@denx.de> 25alias ijc Ian Campbell <ijc+uboot@hellion.org.uk> 26alias iwamatsu Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 27alias jagan Jagan Teki <jteki@openedev.com> 28alias jasonjin Jason Jin <jason.jin@freescale.com> 29alias jhersh Joe Hershberger <joe.hershberger@ni.com> 30alias jwrdegoede Hans de Goede <hdegoede@redhat.com> 31alias kimphill Kim Phillips <kim.phillips@freescale.com> 32alias luka Luka Perkov <luka.perkov@sartura.hr> 33alias lukma Lukasz Majewski <l.majewski@samsung.com> 34alias macpaul Macpaul Lin <macpaul@andestech.com> 35alias marex Marek Vasut <marex@denx.de> 36alias masahiro Masahiro Yamada <yamada.masahiro@socionext.com> 37alias monstr Michal Simek <monstr@monstr.eu> 38alias panto Pantelis Antoniou <panto@antoniou-consulting.com> 39alias prafulla Prafulla Wadaskar <prafulla@marvell.com> 40alias bobenstein Przemyslaw Marczak <p.marczak@samsung.com> 41alias 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> 46alias sjg Simon Glass <sjg@chromium.org> 47alias smcnutt Scott McNutt <smcnutt@psyent.com> 48alias sonic Sonic Zhang <sonic.adi@gmail.com> 49alias stroese Stefan Roese <sr@denx.de> 50alias trini Tom Rini <trini@konsulko.com> 51alias vapier Mike Frysinger <vapier@gentoo.org> 52alias wd Wolfgang Denk <wd@denx.de> 53 54# Architecture aliases 55alias arch arc, arm, avr32, bfin, m68k, microblaze, mips, nds32, nios2, powerpc, sandbox, superh, sparc, x86 56alias arches arch 57 58alias arc uboot, abrodkin 59 60alias arm uboot, aaribaud 61alias at91 uboot, abiessmann 62alias davinci ti 63alias imx uboot, sbabic 64alias kirkwood uboot, prafulla, luka 65alias omap ti 66alias pxa uboot, marex 67alias rmobile uboot, iwamatsu 68alias s3c samsung 69alias s5pc samsung 70alias samsung uboot, prom 71alias socfpga uboot, marex, Dinh Nguyen <dinguyen@opensource.altera.com> 72alias sunxi uboot, ijc, jwrdegoede 73alias tegra uboot, sjg, Tom Warren <twarren@nvidia.com>, Stephen Warren <swarren@nvidia.com> 74alias tegra2 tegra 75alias ti uboot, trini 76alias uniphier uboot, masahiro 77alias zynq uboot, monstr 78 79alias avr32 uboot, abiessmann 80 81alias bfin uboot, vapier, sonic 82alias blackfin bfin 83 84alias m68k uboot, alisonwang, angelo_ts 85alias coldfire m68k 86 87alias microblaze uboot, monstr 88alias mb microblaze 89 90alias mips uboot, danielschwierzeck 91 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 106 107alias sandbox sjg 108alias sb sandbox 109 110alias sparc uboot, Francois Retief <fgretief@spaceteq.co.za> 111 112alias superh uboot, iwamatsu 113alias sh superh 114 115alias x86 uboot, sjg, gruss, bmeng 116 117# Subsystem aliases 118alias dm uboot, sjg 119alias cfi uboot, stroese 120alias dfu uboot, lukma 121alias eth uboot, jhersh 122alias kerneldoc uboot, marex 123alias fdt uboot, sjg 124alias i2c uboot, hs 125alias kconfig uboot, masahiro 126alias mmc uboot, panto 127alias nand uboot, scottwood 128alias net uboot, jhersh 129alias phy uboot, jhersh 130alias spi uboot, jagan 131alias ubi uboot, hs 132alias usb uboot, marex 133alias video uboot, ag 134alias patman uboot, sjg 135alias buildman uboot, sjg 136alias pmic uboot, bobenstein 137