]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - doc/git-mailrc
Add Alison Wang m68k custodian email/alias
[karo-tx-uboot.git] / doc / git-mailrc
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
8 alias uboot  u-boot@lists.denx.de
9 alias 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.
13 alias aaribaud       Albert Aribaud <albert.u.boot@aribaud.net>
14 alias abiessmann     Andreas Bießmann <andreas.devel@googlemail.com>
15 alias afleming       Andy Fleming <afleming@gmail.com>
16 alias ag             Anatolij Gustschin <agust@denx.de>
17 alias alisonwang     Alison Wang <alison.wang@freescale.com>
18 alias angelo_ts      Angelo Dureghello <angelo@sysam.it>
19 alias galak          Kumar Gala <galak@kernel.crashing.org>
20 alias gruss          Graeme Russ <graeme.russ@gmail.com>
21 alias hs             Heiko Schocher <hs@denx.de>
22 alias ijc            Ian Campbell <ijc+uboot@hellion.org.uk>
23 alias iwamatsu       Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24 alias jagan          Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
25 alias jasonjin       Jason Jin <jason.jin@freescale.com>
26 alias jhersh         Joe Hershberger <joe.hershberger@gmail.com>
27 alias jwrdegoede     Hans de Goede <hdegoede@redhat.com>
28 alias kimphill       Kim Phillips <kim.phillips@freescale.com>
29 alias lukma          Lukasz Majewski <l.majewski@samsung.com>
30 alias macpaul        Macpaul Lin <macpaul@andestech.com>
31 alias marex          Marek Vasut <marex@denx.de>
32 alias masahiro       Masahiro Yamada <yamada.m@jp.panasonic.com>
33 alias monstr         Michal Simek <monstr@monstr.eu>
34 alias panto          Pantelis Antoniou <panto@antoniou-consulting.com>
35 alias prafulla       Prafulla Wadaskar <prafulla@marvell.com>
36 alias bobenstein     Przemyslaw Marczak <p.marczak@samsung.com>
37 alias prom           Minkyu Kang <mk7.kang@samsung.com>
38 alias rbohmer        Remy Bohmer <linux@bohmer.net>
39 alias reinhardm      Reinhard Meyer <u-boot@emk-elektronik.de>
40 alias sbabic         Stefano Babic <sbabic@denx.de>
41 alias scottwood      Scott Wood <scottwood@freescale.com>
42 alias sjg            Simon Glass <sjg@chromium.org>
43 alias smcnutt        Scott McNutt <smcnutt@psyent.com>
44 alias sonic          Sonic Zhang <sonic.adi@gmail.com>
45 alias stroese        Stefan Roese <sr@denx.de>
46 alias trini          Tom Rini <trini@ti.com>
47 alias vapier         Mike Frysinger <vapier@gentoo.org>
48 alias wd             Wolfgang Denk <wd@denx.de>
49
50 # Architecture aliases
51 alias arch           arm, avr32, bfin, m68k, microblaze, mips, nds32, nios2, powerpc, sandbox, superh, sparc, x86
52 alias arches         arch
53
54 alias arm            uboot, aaribaud
55 alias at91           uboot, abiessmann
56 alias davinci        ti
57 alias imx            uboot, sbabic
58 alias kirkwood       uboot, prafulla
59 alias omap           ti
60 alias pxa            uboot, marex
61 alias rmobile        uboot, iwamatsu
62 alias s3c            samsung
63 alias s5pc           samsung
64 alias samsung        uboot, prom
65 alias sunxi          uboot, ijc, jwrdegoede
66 alias tegra          uboot, sjg, Tom Warren <twarren@nvidia.com>, Stephen Warren <swarren@nvidia.com>
67 alias tegra2         tegra
68 alias ti             uboot, trini
69 alias uniphier       uboot, masahiro
70 alias zynq           uboot, monstr
71
72 alias avr32          uboot, abiessmann
73
74 alias bfin           uboot, vapier, sonic
75 alias blackfin       bfin
76
77 alias m68k           uboot, jasonjin
78 alias coldfire       m68k
79
80 alias microblaze     uboot, monstr
81 alias mb             microblaze
82
83 alias mips           uboot, Shinya Kuribayashi <skuribay@pobox.com>
84
85 alias nds32          uboot, macpaul
86
87 alias nios           uboot, Thomas Chou <thomas@wytron.com.tw>, smcnutt
88 alias nios2          nios
89
90 alias powerpc        uboot, afleming, kimphill, galak, stroese, wd
91 alias ppc            powerpc
92 alias mpc5xxx        uboot, wd
93 alias mpc8xx         uboot, wd
94 alias mpc82xx        uboot, wd
95 alias mpc83xx        uboot, kimphill
96 alias mpc85xx        uboot, afleming, galak
97 alias mpc86xx        uboot, afleming, galak
98 alias ppc4xx         uboot, stroese
99 alias ppc7xx         uboot, wd
100 alias ppc74xx        uboot, wd
101
102 alias sandbox        sjg
103 alias sb             sandbox
104
105 alias sparc          uboot, Daniel Hellstrom <daniel@gaisler.com>
106
107 alias superh         uboot, iwamatsu
108 alias sh             superh
109
110 alias x86            uboot, sjg, gruss
111
112 # Subsystem aliases
113 alias dm             uboot, sjg
114 alias cfi            uboot, stroese
115 alias dfu            uboot, lukma
116 alias kerneldoc      uboot, marex
117 alias fdt            uboot, sjg
118 alias i2c            uboot, hs
119 alias kconfig        uboot, masahiro
120 alias mmc            uboot, panto
121 alias nand           uboot, scottwood
122 alias net            uboot, jhersh
123 alias spi            uboot, jagan
124 alias ubi            uboot, hs
125 alias usb            uboot, marex
126 alias video          uboot, ag
127 alias patman         uboot, sjg
128 alias buildman       uboot, sjg
129 alias pmic           uboot, bobenstein