]> Git Repo - J-u-boot.git/blob - doc/git-mailrc
Merge branch 'next'
[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 abiessmann     Andreas Bießmann <[email protected]>
14 alias abrodkin       Alexey Brodkin <[email protected]>
15 alias afleming       Andy Fleming <[email protected]>
16 alias ag             Anatolij Gustschin <[email protected]>
17 alias agraf          Alexander Graf <[email protected]>
18 alias alexnemirovsky Alex Nemirovsky <[email protected]>
19 alias alisonwang     Alison Wang <[email protected]>
20 alias angelo_ts      Angelo Dureghello <[email protected]>
21 alias apritzel       Andre Przywara <[email protected]>
22 alias bmeng          Bin Meng <[email protected]>
23 alias danielschwierzeck Daniel Schwierzeck <[email protected]>
24 alias dinh           Dinh Nguyen <[email protected]>
25 alias ehristev       Eugen Hristev <[email protected]>
26 alias hs             Heiko Schocher <[email protected]>
27 alias freenix        Peng Fan <[email protected]>
28 alias iwamatsu       Nobuhiro Iwamatsu <[email protected]>
29 alias jaehoon        Jaehoon Chung <[email protected]>
30 alias jagan          Jagan Teki <[email protected]>
31 alias jhersh         Joe Hershberger <[email protected]>
32 alias kevery         Kever Yang <[email protected]>
33 alias leyfoon        Ley Foon Tan <[email protected]>
34 alias lokeshvutla    Lokesh Vutla <[email protected]>
35 alias lukma          Lukasz Majewski <[email protected]>
36 alias macpaul        Macpaul Lin <[email protected]>
37 alias marex          Marek Vasut <[email protected]>
38 alias mariosix       Mario Six <[email protected]>
39 alias masahiro       Masahiro Yamada <[email protected]>
40 alias mateusz        Mateusz Kulikowski <[email protected]>
41 alias mbrugger       Matthias Brugger <[email protected]>
42 alias monstr         Michal Simek <[email protected]>
43 alias prom           Minkyu Kang <[email protected]>
44 alias ptomsich       Philipp Tomsich <[email protected]>
45 alias sbabic         Stefano Babic <[email protected]>
46 alias simongoldschmidt Simon Goldschmidt <[email protected]>
47 alias sjg            Simon Glass <[email protected]>
48 alias smcnutt        Scott McNutt <[email protected]>
49 alias stroese        Stefan Roese <[email protected]>
50 alias tienfong       Tien Fong Chee <[email protected]>
51 alias trini          Tom Rini <[email protected]>
52 alias wd             Wolfgang Denk <[email protected]>
53 alias priyankajain   Priyanka Jain <[email protected]>
54
55 # Architecture aliases
56 alias arch           arc, arm, m68k, microblaze, mips, nios2, powerpc, sandbox, superh, x86
57 alias arches         arch
58
59 alias arc            uboot, abrodkin
60
61 alias arm            uboot, trini
62 alias at91           uboot, abiessmann
63 alias cortina        uboot, alexnemirovsky
64 alias davinci        ti
65 alias imx            uboot, sbabic
66 alias kirkwood       uboot, stroese
67 alias omap           ti
68 alias pxa            uboot, marex
69 alias rmobile        uboot, iwamatsu
70 alias s3c            samsung
71 alias s5pc           samsung
72 alias samsung        uboot, prom
73 alias snapdragon     uboot, mateusz
74 alias socfpga        uboot, marex, dinh, simongoldschmidt, tienfong
75 alias sunxi          uboot, jagan, apritzel
76 alias tegra          uboot, sjg, Tom Warren <[email protected]>, Stephen Warren <[email protected]>
77 alias tegra2         tegra
78 alias ti             uboot, trini
79 alias uniphier       uboot, masahiro
80 alias zynq           uboot, monstr
81 alias rockchip       uboot, sjg, kevery, ptomsich
82
83 alias bcm283x        uboot, mbrugger
84 alias rpi            uboot, mbrugger
85
86 alias m68k           uboot, alisonwang, angelo_ts
87 alias coldfire       m68k
88
89 alias microblaze     uboot, monstr
90 alias mb             microblaze
91
92 alias mips           uboot, danielschwierzeck
93
94 alias nios           uboot, Thomas Chou <[email protected]>, smcnutt
95 alias nios2          nios
96
97 alias powerpc        uboot, afleming, stroese, wd, priyankajain, mariosix
98 alias ppc            powerpc
99 alias mpc8xx         uboot, wd, Christophe Leroy <[email protected]>
100 alias mpc83xx        uboot, mariosix
101 alias mpc85xx        uboot, afleming, priyankajain
102
103 alias sandbox        sjg
104 alias sb             sandbox
105
106 alias superh         uboot, iwamatsu, marex
107 alias sh             superh
108
109 alias x86            uboot, sjg, bmeng
110
111 # Subsystem aliases
112 alias dm             uboot, sjg
113 alias cfi            uboot, stroese
114 alias dfu            uboot, lukma
115 alias eth            uboot, jhersh
116 alias kerneldoc      uboot, marex
117 alias fdt            uboot, sjg
118 alias i2c            uboot, hs
119 alias kconfig        uboot, masahiro
120 alias mmc            uboot, freenix, jaehoon
121 alias nand           uboot
122 alias net            uboot, jhersh
123 alias phy            uboot, jhersh
124 alias spi            uboot, jagan
125 alias spmi           uboot, mateusz
126 alias ubi            uboot, hs
127 alias usb            uboot, marex
128 alias xhci           uboot, bmeng
129 alias video          uboot, ag
130 alias patman         uboot, sjg
131 alias buildman       uboot, sjg
132 alias pmic           uboot, jaehoon
This page took 0.034352 seconds and 4 git commands to generate.