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 afleming Andy Fleming <afleming@gmail.com> 16alias ag Anatolij Gustschin <agust@denx.de> 17alias angelo_ts Angelo Dureghello <angelo@sysam.it> 18alias galak Kumar Gala <galak@kernel.crashing.org> 19alias gruss Graeme Russ <graeme.russ@gmail.com> 20alias hs Heiko Schocher <hs@denx.de> 21alias ijc Ian Campbell <ijc+uboot@hellion.org.uk> 22alias iwamatsu Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 23alias jagan Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com> 24alias jasonjin Jason Jin <jason.jin@freescale.com> 25alias jhersh Joe Hershberger <joe.hershberger@gmail.com> 26alias jwrdegoede Hans de Goede <hdegoede@redhat.com> 27alias kimphill Kim Phillips <kim.phillips@freescale.com> 28alias lukma Lukasz Majewski <l.majewski@samsung.com> 29alias macpaul Macpaul Lin <macpaul@andestech.com> 30alias marex Marek Vasut <marex@denx.de> 31alias masahiro Masahiro Yamada <yamada.m@jp.panasonic.com> 32alias monstr Michal Simek <monstr@monstr.eu> 33alias panto Pantelis Antoniou <panto@antoniou-consulting.com> 34alias prafulla Prafulla Wadaskar <prafulla@marvell.com> 35alias bobenstein Przemyslaw Marczak <p.marczak@samsung.com> 36alias 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> 41alias sjg Simon Glass <sjg@chromium.org> 42alias smcnutt Scott McNutt <smcnutt@psyent.com> 43alias sonic Sonic Zhang <sonic.adi@gmail.com> 44alias stroese Stefan Roese <sr@denx.de> 45alias trini Tom Rini <trini@ti.com> 46alias 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 54alias at91 uboot, abiessmann 55alias davinci ti 56alias imx uboot, sbabic 57alias kirkwood uboot, prafulla 58alias omap ti 59alias pxa uboot, marex 60alias rmobile uboot, iwamatsu 61alias s3c samsung 62alias s5pc samsung 63alias samsung uboot, prom 64alias sunxi uboot, ijc, jwrdegoede 65alias tegra uboot, sjg, Tom Warren <twarren@nvidia.com>, Stephen Warren <swarren@nvidia.com> 66alias tegra2 tegra 67alias ti uboot, trini 68alias uniphier uboot, masahiro 69alias zynq uboot, monstr 70 71alias avr32 uboot, abiessmann 72 73alias bfin uboot, vapier, sonic 74alias 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 101alias sandbox sjg 102alias sb sandbox 103 104alias sparc uboot, Daniel Hellstrom <daniel@gaisler.com> 105 106alias superh uboot, iwamatsu 107alias sh superh 108 109alias x86 uboot, sjg, gruss 110 111# Subsystem aliases 112alias dm uboot, sjg 113alias cfi uboot, stroese 114alias dfu uboot, lukma 115alias kerneldoc uboot, marex 116alias fdt uboot, sjg 117alias i2c uboot, hs 118alias kconfig uboot, masahiro 119alias mmc uboot, panto 120alias nand uboot, scottwood 121alias net uboot, jhersh 122alias spi uboot, jagan 123alias ubi uboot, hs 124alias usb uboot, marex 125alias video uboot, ag 126alias patman uboot, sjg 127alias buildman uboot, sjg 128alias pmic uboot, bobenstein 129