Skip to content

Commit 2f5a55c

Browse files
committed
i2c: use my kernel.org address from now on
The old email is still active, but for easier handling, I am going to use my kernel.org address from now on. Also, add a mailmap for the now defunct Pengutronix address. Signed-off-by: Wolfram Sang <[email protected]>
1 parent 3c3dd56 commit 2f5a55c

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

.mailmap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,8 @@ Vladimir Davydov <[email protected]> <[email protected]>
288288
289289
Takashi YOSHII <[email protected]>
290290
291+
292+
291293
292294
Yusuke Goda <[email protected]>
293295
Gustavo Padovan <[email protected]>

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7949,7 +7949,7 @@ F: Documentation/i2c/busses/i2c-parport.rst
79497949
F: drivers/i2c/busses/i2c-parport.c
79507950

79517951
I2C SUBSYSTEM
7952-
M: Wolfram Sang <wsa@the-dreams.de>
7952+
M: Wolfram Sang <wsa@kernel.org>
79537953
79547954
S: Maintained
79557955
W: https://i2c.wiki.kernel.org/

drivers/i2c/i2c-core-base.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Mux support by Rodolfo Giometti <[email protected]> and
88
* Michael Lawnick <[email protected]>
99
*
10-
* Copyright (C) 2013-2017 Wolfram Sang <wsa@the-dreams.de>
10+
* Copyright (C) 2013-2017 Wolfram Sang <wsa@kernel.org>
1111
*/
1212

1313
#define pr_fmt(fmt) "i2c-core: " fmt

drivers/i2c/i2c-core-of.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Copyright (C) 2008 Jochen Friedrich <[email protected]>
66
* based on a previous patch from Jon Smirl <[email protected]>
77
*
8-
* Copyright (C) 2013, 2018 Wolfram Sang <wsa@the-dreams.de>
8+
* Copyright (C) 2013, 2018 Wolfram Sang <wsa@kernel.org>
99
*/
1010

1111
#include <dt-bindings/i2c/i2c.h>

include/linux/i2c.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* i2c.h - definitions for the Linux i2c bus interface
44
* Copyright (C) 1995-2000 Simon G. Vogl
5-
* Copyright (C) 2013-2019 Wolfram Sang <wsa@the-dreams.de>
5+
* Copyright (C) 2013-2019 Wolfram Sang <wsa@kernel.org>
66
*
77
* With some changes from Kyösti Mälkki <[email protected]> and
88
* Frodo Looijaard <[email protected]>

0 commit comments

Comments
 (0)