git-mailrc 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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. alias uboot u-boot@lists.denx.de
  8. alias u-boot uboot
  9. # Maintainer aliases. Use the same alias here as patchwork to keep
  10. # things simple and easy to look up/coordinate.
  11. alias aaribaud Albert Aribaud <albert.u.boot@aribaud.net>
  12. alias abiessmann Andreas Bießmann <andreas.devel@googlemail.com>
  13. alias abrodkin Alexey Brodkin <alexey.brodkin@synopsys.com>
  14. alias afleming Andy Fleming <afleming@gmail.com>
  15. alias ag Anatolij Gustschin <agust@denx.de>
  16. alias alisonwang Alison Wang <alison.wang@freescale.com>
  17. alias angelo_ts Angelo Dureghello <angelo@sysam.it>
  18. alias bmeng Bin Meng <bmeng.cn@gmail.com>
  19. alias danielschwierzeck Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
  20. alias galak Kumar Gala <galak@kernel.crashing.org>
  21. alias hs Heiko Schocher <hs@denx.de>
  22. alias ijc Ian Campbell <ijc+uboot@hellion.org.uk>
  23. alias iwamatsu Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  24. alias jagan Jagan Teki <jteki@openedev.com>
  25. alias jasonjin Jason Jin <jason.jin@freescale.com>
  26. alias jhersh Joe Hershberger <joe.hershberger@ni.com>
  27. alias jwrdegoede Hans de Goede <hdegoede@redhat.com>
  28. alias kimphill Kim Phillips <kim.phillips@freescale.com>
  29. alias luka Luka Perkov <luka.perkov@sartura.hr>
  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.masahiro@socionext.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@konsulko.com>
  48. alias vapier Mike Frysinger <vapier@gentoo.org>
  49. alias wd Wolfgang Denk <wd@denx.de>
  50. # Architecture aliases
  51. alias arch arc, arm, avr32, bfin, m68k, microblaze, mips, nds32, nios2, powerpc, sandbox, superh, sparc, x86
  52. alias arches arch
  53. alias arc uboot, abrodkin
  54. alias arm uboot, aaribaud
  55. alias at91 uboot, abiessmann
  56. alias davinci ti
  57. alias imx uboot, sbabic
  58. alias kirkwood uboot, prafulla, luka
  59. alias omap ti
  60. alias pxa uboot, marex
  61. alias rmobile uboot, iwamatsu
  62. alias s3c samsung
  63. alias s5pc samsung
  64. alias samsung uboot, prom
  65. alias socfpga uboot, marex, Dinh Nguyen <dinguyen@opensource.altera.com>
  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. alias avr32 uboot, abiessmann
  73. alias bfin uboot, vapier, sonic
  74. alias blackfin bfin
  75. alias m68k uboot, alisonwang, angelo_ts
  76. alias coldfire m68k
  77. alias microblaze uboot, monstr
  78. alias mb microblaze
  79. alias mips uboot, danielschwierzeck
  80. alias nds32 uboot, macpaul
  81. alias nios uboot, Thomas Chou <thomas@wytron.com.tw>, smcnutt
  82. alias nios2 nios
  83. alias powerpc uboot, afleming, kimphill, galak, stroese, wd
  84. alias ppc powerpc
  85. alias mpc5xxx uboot, wd
  86. alias mpc8xx uboot, wd
  87. alias mpc82xx uboot, wd
  88. alias mpc83xx uboot, kimphill
  89. alias mpc85xx uboot, afleming, galak
  90. alias mpc86xx uboot, afleming, galak
  91. alias ppc4xx uboot, stroese
  92. alias sandbox sjg
  93. alias sb sandbox
  94. alias sparc uboot, Francois Retief <fgretief@spaceteq.co.za>
  95. alias superh uboot, iwamatsu
  96. alias sh superh
  97. alias x86 uboot, sjg, bmeng
  98. # Subsystem aliases
  99. alias dm uboot, sjg
  100. alias cfi uboot, stroese
  101. alias dfu uboot, lukma
  102. alias eth uboot, jhersh
  103. alias kerneldoc uboot, marex
  104. alias fdt uboot, sjg
  105. alias i2c uboot, hs
  106. alias kconfig uboot, masahiro
  107. alias mmc uboot, panto
  108. alias nand uboot, scottwood
  109. alias net uboot, jhersh
  110. alias phy uboot, jhersh
  111. alias spi uboot, jagan
  112. alias ubi uboot, hs
  113. alias usb uboot, marex
  114. alias video uboot, ag
  115. alias patman uboot, sjg
  116. alias buildman uboot, sjg
  117. alias pmic uboot, bobenstein