git-mailrc 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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@biessmann.org>
  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 agraf Alexander Graf <agraf@csgraf.de>
  17. alias alisonwang Alison Wang <alison.wang@nxp.com>
  18. alias angelo_ts Angelo Dureghello <angelo@sysam.it>
  19. alias bmeng Bin Meng <bmeng.cn@gmail.com>
  20. alias danielschwierzeck Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
  21. alias dinh Dinh Nguyen <dinguyen@kernel.org>
  22. alias hs Heiko Schocher <hs@denx.de>
  23. alias freenix Peng Fan <peng.fan@nxp.com>
  24. alias iwamatsu Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  25. alias jaehoon Jaehoon Chung <jh80.chung@samsung.com>
  26. alias jagan Jagan Teki <jagan@amarulasolutions.com>
  27. alias jhersh Joe Hershberger <joe.hershberger@ni.com>
  28. alias kevery Kever Yang <kever.yang@rock-chips.com>
  29. alias lukma Lukasz Majewski <lukma@denx.de>
  30. alias macpaul Macpaul Lin <macpaul@andestech.com>
  31. alias marex Marek Vasut <marex@denx.de>
  32. alias mariosix Mario Six <mario.six@gdsys.cc>
  33. alias masahiro Masahiro Yamada <yamada.masahiro@socionext.com>
  34. alias mateusz Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
  35. alias maxime Maxime Ripard <maxime.ripard@free-electrons.com>
  36. alias monstr Michal Simek <monstr@monstr.eu>
  37. alias prom Minkyu Kang <mk7.kang@samsung.com>
  38. alias ptomsich Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
  39. alias sbabic Stefano Babic <sbabic@denx.de>
  40. alias simongoldschmidt Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
  41. alias sjg Simon Glass <sjg@chromium.org>
  42. alias smcnutt Scott McNutt <smcnutt@psyent.com>
  43. alias stroese Stefan Roese <sr@denx.de>
  44. alias trini Tom Rini <trini@konsulko.com>
  45. alias wd Wolfgang Denk <wd@denx.de>
  46. alias prabhu_kush Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
  47. # Architecture aliases
  48. alias arch arc, arm, m68k, microblaze, mips, nds32, nios2, powerpc, sandbox, superh, x86
  49. alias arches arch
  50. alias arc uboot, abrodkin
  51. alias arm uboot, aaribaud, trini
  52. alias at91 uboot, abiessmann
  53. alias davinci ti
  54. alias imx uboot, sbabic
  55. alias kirkwood uboot, stroese
  56. alias omap ti
  57. alias pxa uboot, marex
  58. alias rmobile uboot, iwamatsu
  59. alias s3c samsung
  60. alias s5pc samsung
  61. alias samsung uboot, prom
  62. alias snapdragon uboot, mateusz
  63. alias socfpga uboot, marex, dinh, simongoldschmidt
  64. alias sunxi uboot, jagan, maxime
  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 rockchip uboot, sjg, kevery, ptomsich
  71. alias m68k uboot, alisonwang, angelo_ts
  72. alias coldfire m68k
  73. alias microblaze uboot, monstr
  74. alias mb microblaze
  75. alias mips uboot, danielschwierzeck
  76. alias nds32 uboot, macpaul
  77. alias nios uboot, Thomas Chou <thomas@wytron.com.tw>, smcnutt
  78. alias nios2 nios
  79. alias powerpc uboot, afleming, stroese, wd, prabhu_kush, mariosix
  80. alias ppc powerpc
  81. alias mpc8xx uboot, wd, Christophe Leroy <christophe.leroy@c-s.fr>
  82. alias mpc83xx uboot, mariosix
  83. alias mpc85xx uboot, afleming, prabhu_kush
  84. alias mpc86xx uboot, afleming, prabhu_kush
  85. alias sandbox sjg
  86. alias sb sandbox
  87. alias superh uboot, iwamatsu, marex
  88. alias sh superh
  89. alias x86 uboot, sjg, bmeng
  90. # Subsystem aliases
  91. alias dm uboot, sjg
  92. alias cfi uboot, stroese
  93. alias dfu uboot, lukma
  94. alias efi uboot, agraf
  95. alias eth uboot, jhersh
  96. alias kerneldoc uboot, marex
  97. alias fdt uboot, sjg
  98. alias i2c uboot, hs
  99. alias kconfig uboot, masahiro
  100. alias mmc uboot, freenix
  101. alias nand uboot
  102. alias net uboot, jhersh
  103. alias phy uboot, jhersh
  104. alias spi uboot, jagan
  105. alias spmi uboot, mateusz
  106. alias ubi uboot, hs
  107. alias usb uboot, marex
  108. alias xhci uboot, bmeng
  109. alias video uboot, ag
  110. alias patman uboot, sjg
  111. alias buildman uboot, sjg
  112. alias pmic uboot, jaehoon