]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - doc/git-mailrc
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[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@freescale.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 monstr         Michal Simek <monstr@monstr.eu>
31 alias panto          Pantelis Antoniou <panto@antoniou-consulting.com>
32 alias prafulla       Prafulla Wadaskar <prafulla@marvell.com>
33 alias prom           Minkyu Kang <mk7.kang@samsung.com>
34 alias rbohmer        Remy Bohmer <linux@bohmer.net>
35 alias reinhardm      Reinhard Meyer <u-boot@emk-elektronik.de>
36 alias sbabic         Stefano Babic <sbabic@denx.de>
37 alias scottwood      Scott Wood <scottwood@freescale.com>
38 alias sjg            Simon Glass <sjg@chromium.org>
39 alias smcnutt        Scott McNutt <smcnutt@psyent.com>
40 alias sonic          Sonic Zhang <sonic.adi@gmail.com>
41 alias stroese        Stefan Roese <sr@denx.de>
42 alias trini          Tom Rini <trini@ti.com>
43 alias vapier         Mike Frysinger <vapier@gentoo.org>
44 alias wd             Wolfgang Denk <wd@denx.de>
45
46 # Architecture aliases
47 alias arch           arm, avr32, bfin, m68k, microblaze, mips, nds32, nios2, powerpc, sandbox, superh, sparc, x86
48 alias arches         arch
49
50 alias arm            uboot, aaribaud
51 alias at91           uboot, abiessmann
52 alias davinci        ti
53 alias imx            uboot, sbabic
54 alias kirkwood       uboot, prafulla
55 alias omap           ti
56 alias pxa            uboot, marex
57 alias rmobile        uboot, iwamatsu
58 alias s3c            samsung
59 alias s5pc           samsung
60 alias samsung        uboot, prom
61 alias sunxi          uboot, ijc, jwrdegoede
62 alias tegra          uboot, sjg, Tom Warren <twarren@nvidia.com>, Stephen Warren <swarren@nvidia.com>
63 alias tegra2         tegra
64 alias ti             uboot, trini
65
66 alias avr32          uboot, abiessmann
67
68 alias bfin           uboot, vapier, sonic
69 alias blackfin       bfin
70
71 alias m68k           uboot, jasonjin
72 alias coldfire       m68k
73
74 alias microblaze     uboot, monstr
75 alias mb             microblaze
76
77 alias mips           uboot, Shinya Kuribayashi <skuribay@pobox.com>
78
79 alias nds32          uboot, macpaul
80
81 alias nios           uboot, Thomas Chou <thomas@wytron.com.tw>, smcnutt
82 alias nios2          nios
83
84 alias powerpc        uboot, afleming, kimphill, galak, stroese, wd
85 alias ppc            powerpc
86 alias mpc5xxx        uboot, wd
87 alias mpc8xx         uboot, wd
88 alias mpc82xx        uboot, wd
89 alias mpc83xx        uboot, kimphill
90 alias mpc85xx        uboot, afleming, galak
91 alias mpc86xx        uboot, afleming, galak
92 alias ppc4xx         uboot, stroese
93 alias ppc7xx         uboot, wd
94 alias ppc74xx        uboot, wd
95
96 alias sandbox        sjg
97 alias sb             sandbox
98
99 alias sparc          uboot, Daniel Hellstrom <daniel@gaisler.com>
100
101 alias superh         uboot, iwamatsu
102 alias sh             superh
103
104 alias x86            uboot, sjg, gruss
105
106 # Subsystem aliases
107 alias cfi            uboot, stroese
108 alias dfu            uboot, lukma
109 alias kerneldoc      uboot, marex
110 alias fdt            uboot, Jerry Van Baren <vanbaren@cideas.com>
111 alias i2c            uboot, hs
112 alias mmc            uboot, panto
113 alias nand           uboot, scottwood
114 alias net            uboot, jhersh
115 alias spi            uboot, jagan
116 alias usb            uboot, marex
117 alias video          uboot, ag