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@biessmann.org> 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 hs Heiko Schocher <hs@denx.de> 24alias ijc Ian Campbell <ijc+uboot@hellion.org.uk> 25alias iwamatsu Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 26alias jaehoon Jaehoon Chung <jh80.chung@samsung.com> 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 mateusz Mateusz Kulikowski <mateusz.kulikowski@gmail.com> 38alias monstr Michal Simek <monstr@monstr.eu> 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 snapdragon uboot, mateusz 72alias socfpga uboot, marex, Dinh Nguyen <dinguyen@opensource.altera.com> 73alias sunxi uboot, ijc, jwrdegoede 74alias tegra uboot, sjg, Tom Warren <twarren@nvidia.com>, Stephen Warren <swarren@nvidia.com> 75alias tegra2 tegra 76alias ti uboot, trini 77alias uniphier uboot, masahiro 78alias zynq uboot, monstr 79alias rockchip uboot, sjg, Lin huang <hl@rock-chips.com> 80alias avr32 uboot, abiessmann 81 82alias bfin uboot, vapier, sonic 83alias blackfin bfin 84 85alias m68k uboot, alisonwang, angelo_ts 86alias coldfire m68k 87 88alias microblaze uboot, monstr 89alias mb microblaze 90 91alias mips uboot, danielschwierzeck 92 93alias nds32 uboot, macpaul 94 95alias nios uboot, Thomas Chou <thomas@wytron.com.tw>, smcnutt 96alias nios2 nios 97 98alias powerpc uboot, afleming, kimphill, galak, stroese, wd 99alias ppc powerpc 100alias mpc5xxx uboot, wd 101alias mpc8xx uboot, wd 102alias mpc82xx uboot, wd 103alias mpc83xx uboot, kimphill 104alias mpc85xx uboot, afleming, galak 105alias mpc86xx uboot, afleming, galak 106alias ppc4xx uboot, stroese 107 108alias sandbox sjg 109alias sb sandbox 110 111alias sparc uboot, Francois Retief <fgretief@spaceteq.co.za> 112 113alias superh uboot, iwamatsu 114alias sh superh 115 116alias x86 uboot, sjg, bmeng 117 118# Subsystem aliases 119alias dm uboot, sjg 120alias cfi uboot, stroese 121alias dfu uboot, lukma 122alias eth uboot, jhersh 123alias kerneldoc uboot, marex 124alias fdt uboot, sjg 125alias i2c uboot, hs 126alias kconfig uboot, masahiro 127alias mmc uboot, jaehoon 128alias nand uboot, scottwood 129alias net uboot, jhersh 130alias phy uboot, jhersh 131alias spi uboot, jagan 132alias spmi uboot, mateusz 133alias ubi uboot, hs 134alias usb uboot, marex 135alias video uboot, ag 136alias patman uboot, sjg 137alias buildman uboot, sjg 138alias pmic uboot, bobenstein 139