diff options
author | Wolfram Sang <[email protected]> | 2020-05-02 14:18:35 +0200 |
---|---|---|
committer | Wolfram Sang <[email protected]> | 2020-05-05 16:29:09 +0200 |
commit | 2f5a55c52c00fcded796db5f961057ba3fec8910 (patch) | |
tree | cf3d72df4490abba28342af80a995805bd4da841 | |
parent | 3c3dd56f760da056e821ac177e3ad0de4209a435 (diff) |
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]>
-rw-r--r-- | .mailmap | 2 | ||||
-rw-r--r-- | MAINTAINERS | 2 | ||||
-rw-r--r-- | drivers/i2c/i2c-core-base.c | 2 | ||||
-rw-r--r-- | drivers/i2c/i2c-core-of.c | 2 | ||||
-rw-r--r-- | include/linux/i2c.h | 2 |
5 files changed, 6 insertions, 4 deletions
@@ -288,6 +288,8 @@ Vladimir Davydov <[email protected]> <[email protected]> Vladimir Davydov <[email protected]> <[email protected]> Takashi YOSHII <[email protected]> Will Deacon <[email protected]> <[email protected]> +Wolfram Sang <[email protected]> <[email protected]> +Wolfram Sang <[email protected]> <[email protected]> Yakir Yang <[email protected]> <[email protected]> Yusuke Goda <[email protected]> Gustavo Padovan <[email protected]> diff --git a/MAINTAINERS b/MAINTAINERS index 2926327e4976..3a1f24367cc1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7949,7 +7949,7 @@ F: Documentation/i2c/busses/i2c-parport.rst F: drivers/i2c/busses/i2c-parport.c I2C SUBSYSTEM -M: Wolfram Sang <[email protected]> +M: Wolfram Sang <[email protected]> S: Maintained W: https://i2c.wiki.kernel.org/ diff --git a/drivers/i2c/i2c-core-base.c b/drivers/i2c/i2c-core-base.c index b0de3078ab25..1f1442dfcad7 100644 --- a/drivers/i2c/i2c-core-base.c +++ b/drivers/i2c/i2c-core-base.c @@ -7,7 +7,7 @@ * Mux support by Rodolfo Giometti <[email protected]> and * Michael Lawnick <[email protected]> * - * Copyright (C) 2013-2017 Wolfram Sang <[email protected]> + * Copyright (C) 2013-2017 Wolfram Sang <[email protected]> */ #define pr_fmt(fmt) "i2c-core: " fmt diff --git a/drivers/i2c/i2c-core-of.c b/drivers/i2c/i2c-core-of.c index 6787c1f71483..3ed74aa4b44b 100644 --- a/drivers/i2c/i2c-core-of.c +++ b/drivers/i2c/i2c-core-of.c @@ -5,7 +5,7 @@ * Copyright (C) 2008 Jochen Friedrich <[email protected]> * based on a previous patch from Jon Smirl <[email protected]> * - * Copyright (C) 2013, 2018 Wolfram Sang <[email protected]> + * Copyright (C) 2013, 2018 Wolfram Sang <[email protected]> */ #include <dt-bindings/i2c/i2c.h> diff --git a/include/linux/i2c.h b/include/linux/i2c.h index 45d36ba4826b..49d29054e657 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h @@ -2,7 +2,7 @@ /* * i2c.h - definitions for the Linux i2c bus interface * Copyright (C) 1995-2000 Simon G. Vogl - * Copyright (C) 2013-2019 Wolfram Sang <[email protected]> + * Copyright (C) 2013-2019 Wolfram Sang <[email protected]> * * With some changes from Kyösti Mälkki <[email protected]> and * Frodo Looijaard <[email protected]> |