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 agraf Alexander Graf <agraf@suse.de> 19alias alisonwang Alison Wang <alison.wang@freescale.com> 20alias angelo_ts Angelo Dureghello <angelo@sysam.it> 21alias bmeng Bin Meng <bmeng.cn@gmail.com> 22alias danielschwierzeck Daniel Schwierzeck <daniel.schwierzeck@gmail.com> 23alias dinh Dinh Nguyen <dinguyen@kernel.org> 24alias galak Kumar Gala <galak@kernel.crashing.org> 25alias hs Heiko Schocher <hs@denx.de> 26alias ijc Ian Campbell <ijc+uboot@hellion.org.uk> 27alias iwamatsu Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 28alias jaehoon Jaehoon Chung <jh80.chung@samsung.com> 29alias jagan Jagan Teki <jagan@openedev.com> 30alias jasonjin Jason Jin <jason.jin@freescale.com> 31alias jhersh Joe Hershberger <joe.hershberger@ni.com> 32alias jwrdegoede Hans de Goede <hdegoede@redhat.com> 33alias kimphill Kim Phillips <kim.phillips@freescale.com> 34alias luka Luka Perkov <luka.perkov@sartura.hr> 35alias lukma Lukasz Majewski <lukma@denx.de> 36alias macpaul Macpaul Lin <macpaul@andestech.com> 37alias marex Marek Vasut <marex@denx.de> 38alias masahiro Masahiro Yamada <yamada.masahiro@socionext.com> 39alias mateusz Mateusz Kulikowski <mateusz.kulikowski@gmail.com> 40alias maxime Maxime Ripard <maxime.ripard@free-electrons.com> 41alias monstr Michal Simek <monstr@monstr.eu> 42alias prafulla Prafulla Wadaskar <prafulla@marvell.com> 43alias prom Minkyu Kang <mk7.kang@samsung.com> 44alias ptomsich Philipp Tomsich <philipp.tomsich@theobroma-systems.com> 45alias rbohmer Remy Bohmer <linux@bohmer.net> 46alias reinhardm Reinhard Meyer <u-boot@emk-elektronik.de> 47alias sbabic Stefano Babic <sbabic@denx.de> 48alias scottwood Scott Wood <scottwood@freescale.com> 49alias sjg Simon Glass <sjg@chromium.org> 50alias smcnutt Scott McNutt <smcnutt@psyent.com> 51alias sonic Sonic Zhang <sonic.adi@gmail.com> 52alias stroese Stefan Roese <sr@denx.de> 53alias trini Tom Rini <trini@konsulko.com> 54alias vapier Mike Frysinger <vapier@gentoo.org> 55alias wd Wolfgang Denk <wd@denx.de> 56 57# Architecture aliases 58alias arch arc, arm, bfin, m68k, microblaze, mips, nds32, nios2, powerpc, sandbox, superh, sparc, x86 59alias arches arch 60 61alias arc uboot, abrodkin 62 63alias arm uboot, aaribaud 64alias at91 uboot, abiessmann 65alias davinci ti 66alias imx uboot, sbabic 67alias kirkwood uboot, prafulla, luka 68alias omap ti 69alias pxa uboot, marex 70alias rmobile uboot, iwamatsu 71alias s3c samsung 72alias s5pc samsung 73alias samsung uboot, prom 74alias snapdragon uboot, mateusz 75alias socfpga uboot, marex, dinh 76alias sunxi uboot, jagan, maxime 77alias tegra uboot, sjg, Tom Warren <twarren@nvidia.com>, Stephen Warren <swarren@nvidia.com> 78alias tegra2 tegra 79alias ti uboot, trini 80alias uniphier uboot, masahiro 81alias zynq uboot, monstr 82alias rockchip uboot, sjg, Kever Yang <kever.yang@rock-chips.com>, ptomsich 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 efi uboot, agraf 125alias eth uboot, jhersh 126alias kerneldoc uboot, marex 127alias fdt uboot, sjg 128alias i2c uboot, hs 129alias kconfig uboot, masahiro 130alias mmc uboot, jaehoon 131alias nand uboot, scottwood 132alias net uboot, jhersh 133alias phy uboot, jhersh 134alias spi uboot, jagan 135alias spmi uboot, mateusz 136alias ubi uboot, hs 137alias usb uboot, marex 138alias xhci uboot, bmeng 139alias video uboot, ag 140alias patman uboot, sjg 141alias buildman uboot, sjg 142alias pmic uboot, jaehoon 143