git-mailrc 4.6 KB

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