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 rbohmer Remy Bohmer <linux@bohmer.net> 44alias reinhardm Reinhard Meyer <u-boot@emk-elektronik.de> 45alias sbabic Stefano Babic <sbabic@denx.de> 46alias scottwood Scott Wood <scottwood@freescale.com> 47alias sjg Simon Glass <sjg@chromium.org> 48alias smcnutt Scott McNutt <smcnutt@psyent.com> 49alias sonic Sonic Zhang <sonic.adi@gmail.com> 50alias stroese Stefan Roese <sr@denx.de> 51alias trini Tom Rini <trini@konsulko.com> 52alias vapier Mike Frysinger <vapier@gentoo.org> 53alias wd Wolfgang Denk <wd@denx.de> 54 55# Architecture aliases 56alias arch arc, arm, avr32, bfin, m68k, microblaze, mips, nds32, nios2, powerpc, sandbox, superh, sparc, x86 57alias arches arch 58 59alias arc uboot, abrodkin 60 61alias arm uboot, aaribaud 62alias at91 uboot, abiessmann 63alias davinci ti 64alias imx uboot, sbabic 65alias kirkwood uboot, prafulla, luka 66alias omap ti 67alias pxa uboot, marex 68alias rmobile uboot, iwamatsu 69alias s3c samsung 70alias s5pc samsung 71alias samsung uboot, prom 72alias snapdragon uboot, mateusz 73alias socfpga uboot, marex, dinh 74alias sunxi uboot, jagan, maxime 75alias tegra uboot, sjg, Tom Warren <twarren@nvidia.com>, Stephen Warren <swarren@nvidia.com> 76alias tegra2 tegra 77alias ti uboot, trini 78alias uniphier uboot, masahiro 79alias zynq uboot, monstr 80alias rockchip uboot, sjg, Lin huang <hl@rock-chips.com> 81alias avr32 uboot, abiessmann 82 83alias bfin uboot, vapier, sonic 84alias blackfin bfin 85 86alias m68k uboot, alisonwang, angelo_ts 87alias coldfire m68k 88 89alias microblaze uboot, monstr 90alias mb microblaze 91 92alias mips uboot, danielschwierzeck 93 94alias nds32 uboot, macpaul 95 96alias nios uboot, Thomas Chou <thomas@wytron.com.tw>, smcnutt 97alias nios2 nios 98 99alias powerpc uboot, afleming, kimphill, galak, stroese, wd 100alias ppc powerpc 101alias mpc5xxx uboot, wd 102alias mpc8xx uboot, wd 103alias mpc82xx uboot, wd 104alias mpc83xx uboot, kimphill 105alias mpc85xx uboot, afleming, galak 106alias mpc86xx uboot, afleming, galak 107alias ppc4xx uboot, stroese 108 109alias sandbox sjg 110alias sb sandbox 111 112alias sparc uboot, Francois Retief <fgretief@spaceteq.co.za> 113 114alias superh uboot, iwamatsu 115alias sh superh 116 117alias x86 uboot, sjg, bmeng 118 119# Subsystem aliases 120alias dm uboot, sjg 121alias cfi uboot, stroese 122alias dfu uboot, lukma 123alias eth uboot, jhersh 124alias kerneldoc uboot, marex 125alias fdt uboot, sjg 126alias i2c uboot, hs 127alias kconfig uboot, masahiro 128alias mmc uboot, jaehoon 129alias nand uboot, scottwood 130alias net uboot, jhersh 131alias phy uboot, jhersh 132alias spi uboot, jagan 133alias spmi uboot, mateusz 134alias ubi uboot, hs 135alias usb uboot, marex 136alias video uboot, ag 137alias patman uboot, sjg 138alias buildman uboot, sjg 139alias pmic uboot, jaehoon 140