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 dinh Dinh Nguyen <dinguyen@kernel.org> 23alias galak Kumar Gala <galak@kernel.crashing.org> 24alias hs Heiko Schocher <hs@denx.de> 25alias ijc Ian Campbell <ijc+uboot@hellion.org.uk> 26alias iwamatsu Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 27alias jaehoon Jaehoon Chung <jh80.chung@samsung.com> 28alias jagan Jagan Teki <jagan@openedev.com> 29alias jasonjin Jason Jin <jason.jin@freescale.com> 30alias jhersh Joe Hershberger <joe.hershberger@ni.com> 31alias jwrdegoede Hans de Goede <hdegoede@redhat.com> 32alias kimphill Kim Phillips <kim.phillips@freescale.com> 33alias luka Luka Perkov <luka.perkov@sartura.hr> 34alias lukma Lukasz Majewski <l.majewski@samsung.com> 35alias macpaul Macpaul Lin <macpaul@andestech.com> 36alias marex Marek Vasut <marex@denx.de> 37alias masahiro Masahiro Yamada <yamada.masahiro@socionext.com> 38alias mateusz Mateusz Kulikowski <mateusz.kulikowski@gmail.com> 39alias maxime Maxime Ripard <maxime.ripard@free-electrons.com> 40alias monstr Michal Simek <monstr@monstr.eu> 41alias prafulla Prafulla Wadaskar <prafulla@marvell.com> 42alias prom Minkyu Kang <mk7.kang@samsung.com> 43alias ptomsich Philipp Tomsich <philipp.tomsich@theobroma-systems.com> 44alias 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> 48alias sjg Simon Glass <sjg@chromium.org> 49alias smcnutt Scott McNutt <smcnutt@psyent.com> 50alias sonic Sonic Zhang <sonic.adi@gmail.com> 51alias stroese Stefan Roese <sr@denx.de> 52alias trini Tom Rini <trini@konsulko.com> 53alias vapier Mike Frysinger <vapier@gentoo.org> 54alias wd Wolfgang Denk <wd@denx.de> 55 56# Architecture aliases 57alias arch arc, arm, avr32, bfin, m68k, microblaze, mips, nds32, nios2, powerpc, sandbox, superh, sparc, x86 58alias arches arch 59 60alias arc uboot, abrodkin 61 62alias arm uboot, aaribaud 63alias at91 uboot, abiessmann 64alias davinci ti 65alias imx uboot, sbabic 66alias kirkwood uboot, prafulla, luka 67alias omap ti 68alias pxa uboot, marex 69alias rmobile uboot, iwamatsu 70alias s3c samsung 71alias s5pc samsung 72alias samsung uboot, prom 73alias snapdragon uboot, mateusz 74alias socfpga uboot, marex, dinh 75alias sunxi uboot, jagan, maxime 76alias tegra uboot, sjg, Tom Warren <twarren@nvidia.com>, Stephen Warren <swarren@nvidia.com> 77alias tegra2 tegra 78alias ti uboot, trini 79alias uniphier uboot, masahiro 80alias zynq uboot, monstr 81alias rockchip uboot, sjg, Kever Yang <kever.yang@rock-chips.com>, ptomsich 82alias avr32 uboot, abiessmann 83 84alias bfin uboot, vapier, sonic 85alias blackfin bfin 86 87alias m68k uboot, alisonwang, angelo_ts 88alias coldfire m68k 89 90alias microblaze uboot, monstr 91alias mb microblaze 92 93alias mips uboot, danielschwierzeck 94 95alias nds32 uboot, macpaul 96 97alias nios uboot, Thomas Chou <thomas@wytron.com.tw>, smcnutt 98alias nios2 nios 99 100alias powerpc uboot, afleming, kimphill, galak, stroese, wd 101alias ppc powerpc 102alias mpc5xxx uboot, wd 103alias mpc8xx uboot, wd 104alias mpc82xx uboot, wd 105alias mpc83xx uboot, kimphill 106alias mpc85xx uboot, afleming, galak 107alias mpc86xx uboot, afleming, galak 108alias ppc4xx uboot, stroese 109 110alias sandbox sjg 111alias sb sandbox 112 113alias sparc uboot, Francois Retief <fgretief@spaceteq.co.za> 114 115alias superh uboot, iwamatsu 116alias sh superh 117 118alias x86 uboot, sjg, bmeng 119 120# Subsystem aliases 121alias dm uboot, sjg 122alias cfi uboot, stroese 123alias dfu uboot, lukma 124alias eth uboot, jhersh 125alias kerneldoc uboot, marex 126alias fdt uboot, sjg 127alias i2c uboot, hs 128alias kconfig uboot, masahiro 129alias mmc uboot, jaehoon 130alias nand uboot, scottwood 131alias net uboot, jhersh 132alias phy uboot, jhersh 133alias spi uboot, jagan 134alias spmi uboot, mateusz 135alias ubi uboot, hs 136alias usb uboot, marex 137alias video uboot, ag 138alias patman uboot, sjg 139alias buildman uboot, sjg 140alias pmic uboot, jaehoon 141