Messages in this thread Patch in this message |  | | From | Uwe Kleine-König <> | Subject | [PATCH] mailmap: add two more addresses of Uwe Kleine-König | Date | Fri, 27 Nov 2020 22:33:58 +0100 |
| |
This fixes attribution for the commits (among others)
- d4097456cd1d ("video/framebuffer: move the probe func into .devinit.text in Blackfin LCD driver") - 0312e024d6cd ("mfd: mc13xxx: Add support for mc34708")
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> --- Hello Andrew,
there is no explicit maintainer for .mailmap, but most of the last few patches went in through you, so I'm addressing you. If that's wrong, please advise who to bother instead.
Thanks Uwe
.mailmap | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/.mailmap b/.mailmap index d9fb83d67055..225546cc8028 100644 --- a/.mailmap +++ b/.mailmap @@ -322,6 +322,8 @@ TripleX Chung <xxx.phy@gmail.com> <zhongyu@18mail.cn> Tsuneo Yoshioka <Tsuneo.Yoshioka@f-secure.com> Tycho Andersen <tycho@tycho.pizza> <tycho@tycho.ws> Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de> +Uwe Kleine-König <u.kleine-koenig@pengutronix.de> +Uwe Kleine-König <ukleinek@strlen.de> Uwe Kleine-König <ukl@pengutronix.de> Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com> Valdis Kletnieks <Valdis.Kletnieks@vt.edu> base-commit: 9223e74f9960778bd3edd39e15edd5532708b7fb -- 2.29.2
|  |