git-mailrc 4.8 KB

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