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