Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <wsa@kernel.org>

+6 -4
+2
.mailmap
··· 288 288 Vladimir Davydov <vdavydov.dev@gmail.com> <vdavydov@parallels.com> 289 289 Takashi YOSHII <takashi.yoshii.zj@renesas.com> 290 290 Will Deacon <will@kernel.org> <will.deacon@arm.com> 291 + Wolfram Sang <wsa@kernel.org> <wsa@the-dreams.de> 292 + Wolfram Sang <wsa@kernel.org> <w.sang@pengutronix.de> 291 293 Yakir Yang <kuankuan.y@gmail.com> <ykk@rock-chips.com> 292 294 Yusuke Goda <goda.yusuke@renesas.com> 293 295 Gustavo Padovan <gustavo@las.ic.unicamp.br>
+1 -1
MAINTAINERS
··· 7949 7949 F: drivers/i2c/busses/i2c-parport.c 7950 7950 7951 7951 I2C SUBSYSTEM 7952 - M: Wolfram Sang <wsa@the-dreams.de> 7952 + M: Wolfram Sang <wsa@kernel.org> 7953 7953 L: linux-i2c@vger.kernel.org 7954 7954 S: Maintained 7955 7955 W: https://i2c.wiki.kernel.org/
+1 -1
drivers/i2c/i2c-core-base.c
··· 7 7 * Mux support by Rodolfo Giometti <giometti@enneenne.com> and 8 8 * Michael Lawnick <michael.lawnick.ext@nsn.com> 9 9 * 10 - * Copyright (C) 2013-2017 Wolfram Sang <wsa@the-dreams.de> 10 + * Copyright (C) 2013-2017 Wolfram Sang <wsa@kernel.org> 11 11 */ 12 12 13 13 #define pr_fmt(fmt) "i2c-core: " fmt
+1 -1
drivers/i2c/i2c-core-of.c
··· 5 5 * Copyright (C) 2008 Jochen Friedrich <jochen@scram.de> 6 6 * based on a previous patch from Jon Smirl <jonsmirl@gmail.com> 7 7 * 8 - * Copyright (C) 2013, 2018 Wolfram Sang <wsa@the-dreams.de> 8 + * Copyright (C) 2013, 2018 Wolfram Sang <wsa@kernel.org> 9 9 */ 10 10 11 11 #include <dt-bindings/i2c/i2c.h>
+1 -1
include/linux/i2c.h
··· 2 2 /* 3 3 * i2c.h - definitions for the Linux i2c bus interface 4 4 * 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> 6 6 * 7 7 * With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and 8 8 * Frodo Looijaard <frodol@dds.nl>