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 galak Kumar Gala <galak@kernel.crashing.org> 18alias gruss Graeme Russ <graeme.russ@gmail.com> 19alias hs Heiko Schocher <hs@denx.de> 20alias ijc Ian Campbell <ijc+uboot@hellion.org.uk> 21alias iwamatsu Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 22alias jagan Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com> 23alias jasonjin Jason Jin <jason.jin@freescale.com> 24alias jhersh Joe Hershberger <joe.hershberger@gmail.com> 25alias jwrdegoede Hans de Goede <hdegoede@redhat.com> 26alias kimphill Kim Phillips <kim.phillips@freescale.com> 27alias lukma Lukasz Majewski <l.majewski@samsung.com> 28alias macpaul Macpaul Lin <macpaul@andestech.com> 29alias marex Marek Vasut <marex@denx.de> 30alias masahiro Masahiro Yamada <yamada.m@jp.panasonic.com> 31alias monstr Michal Simek <monstr@monstr.eu> 32alias panto Pantelis Antoniou <panto@antoniou-consulting.com> 33alias prafulla Prafulla Wadaskar <prafulla@marvell.com> 34alias prom Minkyu Kang <mk7.kang@samsung.com> 35alias rbohmer Remy Bohmer <linux@bohmer.net> 36alias reinhardm Reinhard Meyer <u-boot@emk-elektronik.de> 37alias sbabic Stefano Babic <sbabic@denx.de> 38alias scottwood Scott Wood <scottwood@freescale.com> 39alias sjg Simon Glass <sjg@chromium.org> 40alias smcnutt Scott McNutt <smcnutt@psyent.com> 41alias sonic Sonic Zhang <sonic.adi@gmail.com> 42alias stroese Stefan Roese <sr@denx.de> 43alias trini Tom Rini <trini@ti.com> 44alias vapier Mike Frysinger <vapier@gentoo.org> 45alias wd Wolfgang Denk <wd@denx.de> 46 47# Architecture aliases 48alias arch arm, avr32, bfin, m68k, microblaze, mips, nds32, nios2, powerpc, sandbox, superh, sparc, x86 49alias arches arch 50 51alias arm uboot, aaribaud 52alias at91 uboot, abiessmann 53alias davinci ti 54alias imx uboot, sbabic 55alias kirkwood uboot, prafulla 56alias omap ti 57alias pxa uboot, marex 58alias rmobile uboot, iwamatsu 59alias s3c samsung 60alias s5pc samsung 61alias samsung uboot, prom 62alias sunxi uboot, ijc, jwrdegoede 63alias tegra uboot, sjg, Tom Warren <twarren@nvidia.com>, Stephen Warren <swarren@nvidia.com> 64alias tegra2 tegra 65alias ti uboot, trini 66alias zynq uboot, monstr 67 68alias avr32 uboot, abiessmann 69 70alias bfin uboot, vapier, sonic 71alias blackfin bfin 72 73alias m68k uboot, jasonjin 74alias coldfire m68k 75 76alias microblaze uboot, monstr 77alias mb microblaze 78 79alias mips uboot, Shinya Kuribayashi <skuribay@pobox.com> 80 81alias nds32 uboot, macpaul 82 83alias nios uboot, Thomas Chou <thomas@wytron.com.tw>, smcnutt 84alias nios2 nios 85 86alias powerpc uboot, afleming, kimphill, galak, stroese, wd 87alias ppc powerpc 88alias mpc5xxx uboot, wd 89alias mpc8xx uboot, wd 90alias mpc82xx uboot, wd 91alias mpc83xx uboot, kimphill 92alias mpc85xx uboot, afleming, galak 93alias mpc86xx uboot, afleming, galak 94alias ppc4xx uboot, stroese 95alias ppc7xx uboot, wd 96alias ppc74xx uboot, wd 97 98alias sandbox sjg 99alias sb sandbox 100 101alias sparc uboot, Daniel Hellstrom <daniel@gaisler.com> 102 103alias superh uboot, iwamatsu 104alias sh superh 105 106alias x86 uboot, sjg, gruss 107 108# Subsystem aliases 109alias dm uboot, sjg 110alias cfi uboot, stroese 111alias dfu uboot, lukma 112alias kerneldoc uboot, marex 113alias fdt uboot, sjg 114alias i2c uboot, hs 115alias kconfig uboot, masahiro 116alias mmc uboot, panto 117alias nand uboot, scottwood 118alias net uboot, jhersh 119alias spi uboot, jagan 120alias usb uboot, marex 121alias video uboot, ag 122alias patman uboot, sjg 123alias buildman uboot, sjg 124