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