[U-Boot] [PATCH] add a git mailrc file for maintainers

Kumar Gala galak at kernel.crashing.org
Mon Nov 7 16:06:43 CET 2011


On Nov 6, 2011, at 5:07 PM, Mike Frysinger wrote:

> This should make sending out e-mails to the right people easier.
> 
> Signed-off-by: Mike Frysinger <vapier at gentoo.org>
> ---
> doc/git-mailrc |  100 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 1 files changed, 100 insertions(+), 0 deletions(-)
> create mode 100644 doc/git-mailrc
> 
> diff --git a/doc/git-mailrc b/doc/git-mailrc
> new file mode 100644
> index 0000000..2b4e590
> --- /dev/null
> +++ b/doc/git-mailrc
> @@ -0,0 +1,100 @@
> +# To use this file, run in your u-boot tree:
> +#	git config sendemail.aliasesfile doc/git-mailrc
> +#	git config sendemail.aliasfiletype mutt
> +#
> +# Then when sending patches, you can use:
> +#	git send-email --to u-boot --cc i2c ...
> +
> +alias uboot  u-boot at lists.denx.de
> +alias u-boot uboot
> +
> +# Maintainer aliases.  Use the same alias here as patchwork to keep
> +# things simple and easy to look up/coordinate.
> +alias aaribaud       Albert Aribaud <albert.u.boot at aribaud.net>
> +alias afleming       Andy Fleming <afleming at freescale.com>
> +alias ag             Anatolij Gustschin <agust at denx.de>
> +alias gruss          Graeme Russ <graeme.russ at gmail.com>
> +alias hs             Heiko Schocher <hs at denx.de>
> +alias iwamatsu       Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
> +alias jasonjin       Jason Jin <jason.jin at freescale.com>
> +alias kimphill       Kim Phillips <kim.phillips at freescale.com>
> +alias kumar          Kumar Gala <kumar.gala at freescale.com>

Please change to 'galak' & galak at kernel.crashing.org

> +alias macpaul        Macpaul Lin <macpaul at andestech.com>
> +alias marex          Marek Vasut <marek.vasut at gmail.com>
> +alias monstr         Michal Simek <monstr at monstr.eu>
> +alias prafulla       Prafulla Wadaskar <prafulla at marvell.com>
> +alias rbohmer        Remy Bohmer <linux at bohmer.net>
> +alias reinhardm      Reinhard Meyer <u-boot at emk-elektronik.de>
> +alias sbabic         Stefano Babic <sbabic at denx.de>
> +alias scottwood      Scott Wood <scottwood at freescale.com>
> +alias smcnutt        Scott McNutt <smcnutt at psyent.com>
> +alias stroese        Stefan Roese <sr at denx.de>
> +alias vapier         Mike Frysinger <vapier at gentoo.org>
> +alias wd             Wolfgang Denk <wd at denx.de>
> +
> +# Architecture aliases
> +alias arch           arm, avr32, bfin, m68k, microblaze, mips, nds32, nios2, powerpc, sandbox, superh, sparc, x86
> +alias arches         arch
> +
> +alias arm            uboot, aaribaud
> +alias at91           uboot, reinhardm
> +alias davinci        omap
> +alias imx            uboot, sbabic
> +alias kirkwood       uboot, prafulla
> +alias omap           uboot, Sandeep Paulraj <s-paulraj at ti.com>
> +alias pxa            uboot, marex
> +alias s3c            samsung
> +alias s5pc           samsung
> +alias samsung        uboot, 
> +alias tegra          uboot, Simon Glass <sjg at chromium.org>, Tom Warren <twarren at nvidia.com>, Stephen Warren <swarren at nvidia.com>
> +alias tegra2         tegra
> +
> +alias avr32          uboot, reinhardm
> +
> +alias bfin           uboot, vapier
> +alias blackfin       bfin
> +
> +alias m68k           uboot, jasonjin
> +alias coldfire       m68k
> +
> +alias microblaze     uboot, monstr
> +alias mb             microblaze
> +
> +alias mips           uboot, Shinya Kuribayashi <skuribay at pobox.com>
> +
> +alias nds32          uboot, macpaul
> +
> +alias nios           uboot, Thomas Chou <thomas at wytron.com.tw>, smcnutt
> +alias nios2          nios
> +
> +alias powerpc        uboot, afleming, kimphill, kumar, stroese, wd
> +alias ppc            powerpc
> +alias mpc5xxx        uboot, wd
> +alias mpc8xx         uboot, wd
> +alias mpc82xx        uboot, wd
> +alias mpc83xx        uboot, kimphill
> +alias mpc85xx        uboot, afleming, kumar
> +alias mpc86xx        uboot, afleming, kumar
> +alias ppc4xx         uboot, stroese
> +alias ppc7xx         uboot, wd
> +alias ppc74xx        uboot, wd
> +
> +alias sandbox        Simon Glass <sjg at chromium.org>
> +alias sb             sandbox
> +
> +alias sparc          uboot, Daniel Hellstrom <daniel at gaisler.com>
> +
> +alias superh         uboot, iwamatsu
> +alias sh             superh
> +
> +alias x86            uboot, gruss
> +
> +# Subsystem aliases
> +alias cfi            uboot, stroese
> +alias fdt            uboot, Jerry Van Baren <vanbaren at cideas.com>
> +alias i2c            uboot, hs
> +alias mmc            uboot, afleming
> +alias nand           uboot, scottwood
> +alias net            uboot, wd
> +alias usb            uboot, rbohmer
> +alias video          uboot, ag
> -- 
> 1.7.6.1
> 
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot



More information about the U-Boot mailing list