Skip to content

Commit fb615d6

Browse files
paulburtontorvalds
authored andcommitted
Update MIPS email addresses
MIPS will soon not be a part of Imagination Technologies, and as such many @imgtec.com email addresses will no longer be valid. This patch updates the addresses for those who: - Have 10 or more patches in mainline authored using an @imgtec.com email address, or any patches dated within the past year. - Are still with Imagination but leaving as part of the MIPS business unit, as determined from an internal email address list. - Haven't already updated their email address (ie. JamesH) or expressed a desire to be excluded (ie. Maciej). - Acked v2 or earlier of this patch, which leaves Deng-Cheng, Matt & myself. New addresses are of the form firstname.lastname@mips.com, and all verified against an internal email address list. An entry is added to .mailmap for each person such that get_maintainer.pl will report the new addresses rather than @imgtec.com addresses which will soon be dead. Instances of the affected addresses throughout the tree are then mechanically replaced with the new @mips.com address. Signed-off-by: Paul Burton <paul.burton@mips.com> Cc: Deng-Cheng Zhu <dengcheng.zhu@imgtec.com> Cc: Deng-Cheng Zhu <dengcheng.zhu@mips.com> Acked-by: Dengcheng Zhu <dengcheng.zhu@mips.com> Cc: Matt Redfearn <matt.redfearn@imgtec.com> Cc: Matt Redfearn <matt.redfearn@mips.com> Acked-by: Matt Redfearn <matt.redfearn@mips.com> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: linux-kernel@vger.kernel.org Cc: linux-mips@linux-mips.org Cc: trivial@kernel.org Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 941f5f0 commit fb615d6

46 files changed

Lines changed: 52 additions & 49 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.mailmap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Corey Minyard <minyard@acm.org>
4343
Damian Hobson-Garcia <dhobsong@igel.co.jp>
4444
David Brownell <david-b@pacbell.net>
4545
David Woodhouse <dwmw2@shinybook.infradead.org>
46+
Deng-Cheng Zhu <dengcheng.zhu@mips.com> <dengcheng.zhu@imgtec.com>
4647
Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
4748
Domen Puncer <domen@coderock.org>
4849
Douglas Gilbert <dougg@torque.net>
@@ -114,6 +115,7 @@ Mauro Carvalho Chehab <mchehab@kernel.org> <mchehab@s-opensource.com>
114115
Matt Ranostay <mranostay@gmail.com> Matthew Ranostay <mranostay@embeddedalley.com>
115116
Matt Ranostay <mranostay@gmail.com> <matt.ranostay@intel.com>
116117
Matt Ranostay <matt.ranostay@konsulko.com> <matt@ranostay.consulting>
118+
Matt Redfearn <matt.redfearn@mips.com> <matt.redfearn@imgtec.com>
117119
Mayuresh Janorkar <mayur@ti.com>
118120
Michael Buesch <m@bues.ch>
119121
Michel Dänzer <michel@tungstengraphics.com>
@@ -127,6 +129,7 @@ Mythri P K <mythripk@ti.com>
127129
Nguyen Anh Quynh <aquynh@gmail.com>
128130
Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
129131
Patrick Mochel <mochel@digitalimplant.org>
132+
Paul Burton <paul.burton@mips.com> <paul.burton@imgtec.com>
130133
Peter A Jonsson <pj@ludd.ltu.se>
131134
Peter Oruba <peter@oruba.de>
132135
Peter Oruba <peter.oruba@amd.com>

Documentation/ABI/testing/sysfs-class-remoteproc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
What: /sys/class/remoteproc/.../firmware
22
Date: October 2016
3-
Contact: Matt Redfearn <matt.redfearn@imgtec.com>
3+
Contact: Matt Redfearn <matt.redfearn@mips.com>
44
Description: Remote processor firmware
55

66
Reports the name of the firmware currently loaded to the
@@ -11,7 +11,7 @@ Description: Remote processor firmware
1111

1212
What: /sys/class/remoteproc/.../state
1313
Date: October 2016
14-
Contact: Matt Redfearn <matt.redfearn@imgtec.com>
14+
Contact: Matt Redfearn <matt.redfearn@mips.com>
1515
Description: Remote processor state
1616

1717
Reports the state of the remote processor, which will be one of:

MAINTAINERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6733,7 +6733,7 @@ S: Maintained
67336733
F: drivers/usb/atm/ueagle-atm.c
67346734

67356735
IMGTEC ASCII LCD DRIVER
6736-
M: Paul Burton <paul.burton@imgtec.com>
6736+
M: Paul Burton <paul.burton@mips.com>
67376737
S: Maintained
67386738
F: Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
67396739
F: drivers/auxdisplay/img-ascii-lcd.c
@@ -8993,7 +8993,7 @@ F: Documentation/mips/
89938993
F: arch/mips/
89948994

89958995
MIPS BOSTON DEVELOPMENT BOARD
8996-
M: Paul Burton <paul.burton@imgtec.com>
8996+
M: Paul Burton <paul.burton@mips.com>
89978997
L: linux-mips@linux-mips.org
89988998
S: Maintained
89998999
F: Documentation/devicetree/bindings/clock/img,boston-clock.txt
@@ -9003,7 +9003,7 @@ F: drivers/clk/imgtec/clk-boston.c
90039003
F: include/dt-bindings/clock/boston-clock.h
90049004

90059005
MIPS GENERIC PLATFORM
9006-
M: Paul Burton <paul.burton@imgtec.com>
9006+
M: Paul Burton <paul.burton@mips.com>
90079007
L: linux-mips@linux-mips.org
90089008
S: Supported
90099009
F: arch/mips/generic/

arch/mips/generic/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Copyright (C) 2016 Imagination Technologies
3-
# Author: Paul Burton <paul.burton@imgtec.com>
3+
# Author: Paul Burton <paul.burton@mips.com>
44
#
55
# This program is free software; you can redistribute it and/or modify it
66
# under the terms of the GNU General Public License as published by the

arch/mips/generic/Platform

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Copyright (C) 2016 Imagination Technologies
3-
# Author: Paul Burton <paul.burton@imgtec.com>
3+
# Author: Paul Burton <paul.burton@mips.com>
44
#
55
# This program is free software; you can redistribute it and/or modify it
66
# under the terms of the GNU General Public License as published by the

arch/mips/generic/board-sead3.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (C) 2016 Imagination Technologies
3-
* Author: Paul Burton <paul.burton@imgtec.com>
3+
* Author: Paul Burton <paul.burton@mips.com>
44
*
55
* This program is free software; you can redistribute it and/or modify it
66
* under the terms of the GNU General Public License as published by the

arch/mips/generic/init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (C) 2016 Imagination Technologies
3-
* Author: Paul Burton <paul.burton@imgtec.com>
3+
* Author: Paul Burton <paul.burton@mips.com>
44
*
55
* This program is free software; you can redistribute it and/or modify it
66
* under the terms of the GNU General Public License as published by the

arch/mips/generic/irq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (C) 2016 Imagination Technologies
3-
* Author: Paul Burton <paul.burton@imgtec.com>
3+
* Author: Paul Burton <paul.burton@mips.com>
44
*
55
* This program is free software; you can redistribute it and/or modify it
66
* under the terms of the GNU General Public License as published by the

arch/mips/generic/proc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (C) 2016 Imagination Technologies
3-
* Author: Paul Burton <paul.burton@imgtec.com>
3+
* Author: Paul Burton <paul.burton@mips.com>
44
*
55
* This program is free software; you can redistribute it and/or modify it
66
* under the terms of the GNU General Public License as published by the

arch/mips/generic/yamon-dt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (C) 2016 Imagination Technologies
3-
* Author: Paul Burton <paul.burton@imgtec.com>
3+
* Author: Paul Burton <paul.burton@mips.com>
44
*
55
* This program is free software; you can redistribute it and/or modify it
66
* under the terms of the GNU General Public License as published by the

0 commit comments

Comments
 (0)