forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update rmk's email address in various drivers
Globally update my email address in six files scattered through the tree. Acked-by: Sam Ravnborg <[email protected]> Acked-by: Hans Verkuil <[email protected]> Signed-off-by: Russell King <[email protected]>
- Loading branch information
Russell King
committed
Apr 21, 2020
1 parent
c281634
commit 4f39467
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -736,7 +736,7 @@ static void __exit etnaviv_exit(void) | |
module_exit(etnaviv_exit); | ||
|
||
MODULE_AUTHOR("Christian Gmeiner <[email protected]>"); | ||
MODULE_AUTHOR("Russell King <rmk+kernel@arm.linux.org.uk>"); | ||
MODULE_AUTHOR("Russell King <rmk+kernel@armlinux.org.uk>"); | ||
MODULE_AUTHOR("Lucas Stach <[email protected]>"); | ||
MODULE_DESCRIPTION("etnaviv DRM Driver"); | ||
MODULE_LICENSE("GPL v2"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/* | ||
* cec-notifier.c - notify CEC drivers of physical address changes | ||
* | ||
* Copyright 2016 Russell King <[email protected]> | ||
* Copyright 2016 Russell King. | ||
* Copyright 2016-2017 Cisco Systems, Inc. and/or its affiliates. All rights reserved. | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/* | ||
* Software PHY emulation | ||
* | ||
* Code taken from fixed_phy.c by Russell King <[email protected]> | ||
* Code taken from fixed_phy.c by Russell King. | ||
* | ||
* Author: Vitaly Bordug <[email protected]> | ||
* Anton Vorontsov <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/* | ||
* cec-notifier.h - notify CEC drivers of physical address changes | ||
* | ||
* Copyright 2016 Russell King <[email protected]> | ||
* Copyright 2016 Russell King. | ||
* Copyright 2016-2017 Cisco Systems, Inc. and/or its affiliates. All rights reserved. | ||
*/ | ||
|
||
|