git-mailrc 3.7 KB

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