git-mailrc 4.1 KB

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