diff mbox

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

Message ID 1320620849-22309-1-git-send-email-vapier@gentoo.org
State Superseded
Headers show

Commit Message

Mike Frysinger Nov. 6, 2011, 11:07 p.m. UTC
This should make sending out e-mails to the right people easier.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 doc/git-mailrc |  100 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 100 insertions(+), 0 deletions(-)
 create mode 100644 doc/git-mailrc

Comments

Kumar Gala Nov. 7, 2011, 3:06 p.m. UTC | #1
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@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@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@aribaud.net>
> +alias afleming       Andy Fleming <afleming@freescale.com>
> +alias ag             Anatolij Gustschin <agust@denx.de>
> +alias gruss          Graeme Russ <graeme.russ@gmail.com>
> +alias hs             Heiko Schocher <hs@denx.de>
> +alias iwamatsu       Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
> +alias jasonjin       Jason Jin <jason.jin@freescale.com>
> +alias kimphill       Kim Phillips <kim.phillips@freescale.com>
> +alias kumar          Kumar Gala <kumar.gala@freescale.com>

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

> +alias macpaul        Macpaul Lin <macpaul@andestech.com>
> +alias marex          Marek Vasut <marek.vasut@gmail.com>
> +alias monstr         Michal Simek <monstr@monstr.eu>
> +alias prafulla       Prafulla Wadaskar <prafulla@marvell.com>
> +alias rbohmer        Remy Bohmer <linux@bohmer.net>
> +alias reinhardm      Reinhard Meyer <u-boot@emk-elektronik.de>
> +alias sbabic         Stefano Babic <sbabic@denx.de>
> +alias scottwood      Scott Wood <scottwood@freescale.com>
> +alias smcnutt        Scott McNutt <smcnutt@psyent.com>
> +alias stroese        Stefan Roese <sr@denx.de>
> +alias vapier         Mike Frysinger <vapier@gentoo.org>
> +alias wd             Wolfgang Denk <wd@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@ti.com>
> +alias pxa            uboot, marex
> +alias s3c            samsung
> +alias s5pc           samsung
> +alias samsung        uboot, 
> +alias tegra          uboot, Simon Glass <sjg@chromium.org>, Tom Warren <twarren@nvidia.com>, Stephen Warren <swarren@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@pobox.com>
> +
> +alias nds32          uboot, macpaul
> +
> +alias nios           uboot, Thomas Chou <thomas@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@chromium.org>
> +alias sb             sandbox
> +
> +alias sparc          uboot, Daniel Hellstrom <daniel@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@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@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
Mike Frysinger Nov. 7, 2011, 5:43 p.m. UTC | #2
On Monday 07 November 2011 10:06:43 Kumar Gala wrote:
> On Nov 6, 2011, at 5:07 PM, Mike Frysinger wrote:
> > +alias kumar          Kumar Gala <kumar.gala@freescale.com>
> 
> Please change to 'galak'

ah, the crappy patchwork interface made it hard to figure out what username you 
were utilizing

> galak@kernel.crashing.org

i took this from:
	htp://www.denx.de/wiki/U-Boot/Custodians
you might want to update that ...
-mike
Minkyu Kang Nov. 8, 2011, 2:33 a.m. UTC | #3
Dear Mike Frysinger,

On 8 November 2011 02:43, Mike Frysinger <vapier@gentoo.org> wrote:
> On Monday 07 November 2011 10:06:43 Kumar Gala wrote:
>> On Nov 6, 2011, at 5:07 PM, Mike Frysinger wrote:
>> > +alias kumar          Kumar Gala <kumar.gala@freescale.com>
>>
>> Please change to 'galak'
>
> ah, the crappy patchwork interface made it hard to figure out what username you
> were utilizing
>
>> galak@kernel.crashing.org
>
> i took this from:
>        htp://www.denx.de/wiki/U-Boot/Custodians
> you might want to update that ...
> -mike
>

Please add me.

+alias prom             Minkyu Kang <mk7.kang@samsung.com>

+alias samsung        uboot, prom

Thanks.
Minkyu Kang.
diff mbox

Patch

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@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@aribaud.net>
+alias afleming       Andy Fleming <afleming@freescale.com>
+alias ag             Anatolij Gustschin <agust@denx.de>
+alias gruss          Graeme Russ <graeme.russ@gmail.com>
+alias hs             Heiko Schocher <hs@denx.de>
+alias iwamatsu       Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
+alias jasonjin       Jason Jin <jason.jin@freescale.com>
+alias kimphill       Kim Phillips <kim.phillips@freescale.com>
+alias kumar          Kumar Gala <kumar.gala@freescale.com>
+alias macpaul        Macpaul Lin <macpaul@andestech.com>
+alias marex          Marek Vasut <marek.vasut@gmail.com>
+alias monstr         Michal Simek <monstr@monstr.eu>
+alias prafulla       Prafulla Wadaskar <prafulla@marvell.com>
+alias rbohmer        Remy Bohmer <linux@bohmer.net>
+alias reinhardm      Reinhard Meyer <u-boot@emk-elektronik.de>
+alias sbabic         Stefano Babic <sbabic@denx.de>
+alias scottwood      Scott Wood <scottwood@freescale.com>
+alias smcnutt        Scott McNutt <smcnutt@psyent.com>
+alias stroese        Stefan Roese <sr@denx.de>
+alias vapier         Mike Frysinger <vapier@gentoo.org>
+alias wd             Wolfgang Denk <wd@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@ti.com>
+alias pxa            uboot, marex
+alias s3c            samsung
+alias s5pc           samsung
+alias samsung        uboot, 
+alias tegra          uboot, Simon Glass <sjg@chromium.org>, Tom Warren <twarren@nvidia.com>, Stephen Warren <swarren@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@pobox.com>
+
+alias nds32          uboot, macpaul
+
+alias nios           uboot, Thomas Chou <thomas@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@chromium.org>
+alias sb             sandbox
+
+alias sparc          uboot, Daniel Hellstrom <daniel@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@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