]> Git Repo - J-u-boot.git/blob - doc/git-mailrc
doc: Add zynq fragment to git-mailrc file
[J-u-boot.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  [email protected]
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 <[email protected]>
14 alias abiessmann     Andreas Bießmann <[email protected]>
15 alias afleming       Andy Fleming <[email protected]>
16 alias ag             Anatolij Gustschin <[email protected]>
17 alias galak          Kumar Gala <[email protected]>
18 alias gruss          Graeme Russ <[email protected]>
19 alias hs             Heiko Schocher <[email protected]>
20 alias ijc            Ian Campbell <[email protected]>
21 alias iwamatsu       Nobuhiro Iwamatsu <[email protected]>
22 alias jagan          Jagannadha Sutradharudu Teki <[email protected]>
23 alias jasonjin       Jason Jin <[email protected]>
24 alias jhersh         Joe Hershberger <[email protected]>
25 alias jwrdegoede     Hans de Goede <[email protected]>
26 alias kimphill       Kim Phillips <[email protected]>
27 alias lukma          Lukasz Majewski <[email protected]>
28 alias macpaul        Macpaul Lin <[email protected]>
29 alias marex          Marek Vasut <[email protected]>
30 alias monstr         Michal Simek <[email protected]>
31 alias panto          Pantelis Antoniou <[email protected]>
32 alias prafulla       Prafulla Wadaskar <[email protected]>
33 alias prom           Minkyu Kang <[email protected]>
34 alias rbohmer        Remy Bohmer <[email protected]>
35 alias reinhardm      Reinhard Meyer <[email protected]>
36 alias sbabic         Stefano Babic <[email protected]>
37 alias scottwood      Scott Wood <[email protected]>
38 alias sjg            Simon Glass <[email protected]>
39 alias smcnutt        Scott McNutt <[email protected]>
40 alias sonic          Sonic Zhang <[email protected]>
41 alias stroese        Stefan Roese <[email protected]>
42 alias trini          Tom Rini <[email protected]>
43 alias vapier         Mike Frysinger <[email protected]>
44 alias wd             Wolfgang Denk <[email protected]>
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 <[email protected]>, Stephen Warren <[email protected]>
63 alias tegra2         tegra
64 alias ti             uboot, trini
65 alias zynq           uboot, monstr
66
67 alias avr32          uboot, abiessmann
68
69 alias bfin           uboot, vapier, sonic
70 alias blackfin       bfin
71
72 alias m68k           uboot, jasonjin
73 alias coldfire       m68k
74
75 alias microblaze     uboot, monstr
76 alias mb             microblaze
77
78 alias mips           uboot, Shinya Kuribayashi <[email protected]>
79
80 alias nds32          uboot, macpaul
81
82 alias nios           uboot, Thomas Chou <[email protected]>, smcnutt
83 alias nios2          nios
84
85 alias powerpc        uboot, afleming, kimphill, galak, stroese, wd
86 alias ppc            powerpc
87 alias mpc5xxx        uboot, wd
88 alias mpc8xx         uboot, wd
89 alias mpc82xx        uboot, wd
90 alias mpc83xx        uboot, kimphill
91 alias mpc85xx        uboot, afleming, galak
92 alias mpc86xx        uboot, afleming, galak
93 alias ppc4xx         uboot, stroese
94 alias ppc7xx         uboot, wd
95 alias ppc74xx        uboot, wd
96
97 alias sandbox        sjg
98 alias sb             sandbox
99
100 alias sparc          uboot, Daniel Hellstrom <[email protected]>
101
102 alias superh         uboot, iwamatsu
103 alias sh             superh
104
105 alias x86            uboot, sjg, gruss
106
107 # Subsystem aliases
108 alias cfi            uboot, stroese
109 alias dfu            uboot, lukma
110 alias kerneldoc      uboot, marex
111 alias fdt            uboot, Jerry Van Baren <[email protected]>
112 alias i2c            uboot, hs
113 alias mmc            uboot, panto
114 alias nand           uboot, scottwood
115 alias net            uboot, jhersh
116 alias spi            uboot, jagan
117 alias usb            uboot, marex
118 alias video          uboot, ag
This page took 0.03342 seconds and 4 git commands to generate.