git-mailrc 5.1 KB

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