Masahiro Yamada | 8b90a11 | 2014-07-16 17:49:44 +0900 | [diff] [blame] | 1 | # |
| 2 | # This list is used by git-shortlog to fix a few botched name translations |
| 3 | # in the git archive, either because the author's full name was messed up |
| 4 | # and/or not always written the same way, making contributions from the |
| 5 | # same person appearing not to be so or badly displayed. |
| 6 | # |
Heinrich Schuchardt | 2da56af | 2019-08-10 13:17:21 +0200 | [diff] [blame] | 7 | # This file is also used by scripts/get_maintainer.pl. |
| 8 | # |
Masahiro Yamada | 8b90a11 | 2014-07-16 17:49:44 +0900 | [diff] [blame] | 9 | # This file can be modified by hand or updated by the following command: |
| 10 | # scripts/mailmapper > tmp; mv tmp .mailmap |
| 11 | # |
Heinrich Schuchardt | 2da56af | 2019-08-10 13:17:21 +0200 | [diff] [blame] | 12 | # Entries in this file take one of the following forms: |
| 13 | # Proper Name <commit@email.xx> |
| 14 | # <proper@email.xx> <commit@email.xx> |
| 15 | # Proper Name <proper@email.xx> <commit@email.xx> |
| 16 | # Proper Name <proper@email.xx> Commit Name <commit@email.xx> |
Masahiro Yamada | 8b90a11 | 2014-07-16 17:49:44 +0900 | [diff] [blame] | 17 | |
Heinrich Schuchardt | 2da56af | 2019-08-10 13:17:21 +0200 | [diff] [blame] | 18 | Alexander Graf <agraf@csgraf.de> <agraf@suse.de> |
Masahiro Yamada | e89a07e | 2014-07-16 17:49:46 +0900 | [diff] [blame] | 19 | Allen Martin <amartin@nvidia.com> |
| 20 | Andreas Bießmann <andreas.devel@googlemail.com> |
Andreas Bießmann | 09c2b8f | 2016-05-01 03:46:16 +0200 | [diff] [blame] | 21 | Andreas Bießmann <andreas@biessmann.org> |
Masahiro Yamada | e89a07e | 2014-07-16 17:49:46 +0900 | [diff] [blame] | 22 | Aneesh V <aneesh@ti.com> |
Heinrich Schuchardt | 83c646c | 2019-12-12 18:07:49 +0100 | [diff] [blame] | 23 | Boris Brezillon <bbrezillon@kernel.org> <boris.brezillon@bootlin.com> |
| 24 | Boris Brezillon <bbrezillon@kernel.org> <boris.brezillon@free-electrons.com> |
Masahiro Yamada | e89a07e | 2014-07-16 17:49:46 +0900 | [diff] [blame] | 25 | Dirk Behme <dirk.behme@googlemail.com> |
Fabio Estevam | c5f18a0 | 2016-01-11 10:22:40 -0200 | [diff] [blame] | 26 | Fabio Estevam <fabio.estevam@nxp.com> |
Jagan Teki | fe94b48 | 2015-12-07 01:26:13 +0530 | [diff] [blame] | 27 | Jagan Teki <402jagan@gmail.com> |
| 28 | Jagan Teki <jaganna@gmail.com> |
| 29 | Jagan Teki <jaganna@xilinx.com> |
| 30 | Jagan Teki <jagannadh.teki@gmail.com> |
| 31 | Jagan Teki <jagannadha.sutradharudu-teki@xilinx.com> |
Igor Opaniuk | 4163381 | 2019-12-17 14:48:54 +0200 | [diff] [blame] | 32 | Igor Opaniuk <igor.opaniuk@gmail.com> <igor.opaniuk@linaro.org> |
Masahiro Yamada | e89a07e | 2014-07-16 17:49:46 +0900 | [diff] [blame] | 33 | Markus Klotzbuecher <mk@denx.de> |
Paul Burton | c5bf161 | 2017-10-30 16:58:21 -0700 | [diff] [blame] | 34 | Paul Burton <paul.burton@mips.com> <paul.burton@imgtec.com> |
Masahiro Yamada | e89a07e | 2014-07-16 17:49:46 +0900 | [diff] [blame] | 35 | Prabhakar Kushwaha <prabhakar@freescale.com> |
| 36 | Rajeshwari Shinde <rajeshwari.s@samsung.com> |
Ricardo Ribalda Delgado | 62dd042 | 2019-08-23 15:59:55 +0200 | [diff] [blame] | 37 | Ricardo Ribalda <ricardo@ribalda.com> <ricardo.ribalda@uam.es> |
| 38 | Ricardo Ribalda <ricardo@ribalda.com> <ricardo.ribalda@gmail.com> |
Heinrich Schuchardt | f9f5a7e | 2020-04-15 18:47:38 +0000 | [diff] [blame] | 39 | Ruchika Gupta <ruchika.gupta@nxp.com> <ruchika.gupta@freescale.com> |
Masahiro Yamada | e89a07e | 2014-07-16 17:49:46 +0900 | [diff] [blame] | 40 | Sandeep Paulraj <s-paulraj@ti.com> |
| 41 | Shaohui Xie <Shaohui.Xie@freescale.com> |
Masahiro Yamada | 8b90a11 | 2014-07-16 17:49:44 +0900 | [diff] [blame] | 42 | Stefan Roese <stroese> |
Masahiro Yamada | e89a07e | 2014-07-16 17:49:46 +0900 | [diff] [blame] | 43 | Stefano Babic <sbabic@denx.de> |
| 44 | TsiChung Liew <Tsi-Chung.Liew@freescale.com> |
Masahiro Yamada | 8b90a11 | 2014-07-16 17:49:44 +0900 | [diff] [blame] | 45 | Wolfgang Denk <wdenk> |
Masahiro Yamada | e89a07e | 2014-07-16 17:49:46 +0900 | [diff] [blame] | 46 | York Sun <yorksun@freescale.com> |
York Sun | 2f23102 | 2016-01-05 09:48:45 -0800 | [diff] [blame] | 47 | York Sun <york.sun@nxp.com> |
Masahiro Yamada | e89a07e | 2014-07-16 17:49:46 +0900 | [diff] [blame] | 48 | Łukasz Majewski <l.majewski@samsung.com> |
Lukasz Majewski | 314d3ac | 2018-07-26 00:37:14 +0200 | [diff] [blame] | 49 | Lukasz Majewski <lukma@denx.de> |
Michal Simek | 7ca264f | 2018-07-24 12:51:37 +0200 | [diff] [blame] | 50 | Mirza <Taimoor_Mirza@mentor.com> |