git-mailrc 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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@freescale.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 iwamatsu Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  19. alias jasonjin Jason Jin <jason.jin@freescale.com>
  20. alias jhersh Joe Hershberger <joe.hershberger@gmail.com>
  21. alias kimphill Kim Phillips <kim.phillips@freescale.com>
  22. alias macpaul Macpaul Lin <macpaul@andestech.com>
  23. alias marex Marek Vasut <marek.vasut@gmail.com>
  24. alias monstr Michal Simek <monstr@monstr.eu>
  25. alias prafulla Prafulla Wadaskar <prafulla@marvell.com>
  26. alias prom Minkyu Kang <mk7.kang@samsung.com>
  27. alias rbohmer Remy Bohmer <linux@bohmer.net>
  28. alias reinhardm Reinhard Meyer <u-boot@emk-elektronik.de>
  29. alias sbabic Stefano Babic <sbabic@denx.de>
  30. alias scottwood Scott Wood <scottwood@freescale.com>
  31. alias sjg Simon Glass <sjg@chromium.org>
  32. alias smcnutt Scott McNutt <smcnutt@psyent.com>
  33. alias stroese Stefan Roese <sr@denx.de>
  34. alias vapier Mike Frysinger <vapier@gentoo.org>
  35. alias wd Wolfgang Denk <wd@denx.de>
  36. # Architecture aliases
  37. alias arch arm, avr32, bfin, m68k, microblaze, mips, nds32, nios2, powerpc, sandbox, superh, sparc, x86
  38. alias arches arch
  39. alias arm uboot, aaribaud
  40. alias at91 uboot, abiessmann
  41. alias davinci ti
  42. alias imx uboot, sbabic
  43. alias kirkwood uboot, prafulla
  44. alias omap ti
  45. alias pxa uboot, marex
  46. alias rmobile uboot, iwamatsu
  47. alias s3c samsung
  48. alias s5pc samsung
  49. alias samsung uboot, prom
  50. alias tegra uboot, sjg, Tom Warren <twarren@nvidia.com>, Stephen Warren <swarren@nvidia.com>
  51. alias tegra2 tegra
  52. alias ti uboot, Tom Rini <trini@ti.com>
  53. alias avr32 uboot, abiessmann
  54. alias bfin uboot, vapier
  55. alias blackfin bfin
  56. alias m68k uboot, jasonjin
  57. alias coldfire m68k
  58. alias microblaze uboot, monstr
  59. alias mb microblaze
  60. alias mips uboot, Shinya Kuribayashi <skuribay@pobox.com>
  61. alias nds32 uboot, macpaul
  62. alias nios uboot, Thomas Chou <thomas@wytron.com.tw>, smcnutt
  63. alias nios2 nios
  64. alias powerpc uboot, afleming, kimphill, galak, stroese, wd
  65. alias ppc powerpc
  66. alias mpc5xxx uboot, wd
  67. alias mpc8xx uboot, wd
  68. alias mpc82xx uboot, wd
  69. alias mpc83xx uboot, kimphill
  70. alias mpc85xx uboot, afleming, galak
  71. alias mpc86xx uboot, afleming, galak
  72. alias ppc4xx uboot, stroese
  73. alias ppc7xx uboot, wd
  74. alias ppc74xx uboot, wd
  75. alias sandbox sjg
  76. alias sb sandbox
  77. alias sparc uboot, Daniel Hellstrom <daniel@gaisler.com>
  78. alias superh uboot, iwamatsu
  79. alias sh superh
  80. alias x86 uboot, sjg, gruss
  81. # Subsystem aliases
  82. alias cfi uboot, stroese
  83. alias kerneldoc uboot, marex
  84. alias fdt uboot, Jerry Van Baren <vanbaren@cideas.com>
  85. alias i2c uboot, hs
  86. alias mmc uboot, afleming
  87. alias nand uboot, scottwood
  88. alias net uboot, jhersh
  89. alias usb uboot, marex
  90. alias video uboot, ag