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