forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[email protected] email-id doesn't exist anymore as I have left the company. Replace ST's id with [email protected]. Signed-off-by: Pratyush Anand <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information
1 parent
b86a50c
commit e34cadd
Showing
9 changed files
with
17 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,6 +95,7 @@ Patrick Mochel <[email protected]> | |
Peter A Jonsson <[email protected]> | ||
Peter Oruba <[email protected]> | ||
Peter Oruba <[email protected]> | ||
Pratyush Anand <[email protected]> <[email protected]> | ||
Praveen BP <[email protected]> | ||
Rajesh Shah <[email protected]> | ||
Ralf Baechle <[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
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
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* SPEAr13xx PCIe Glue Layer Source Code | ||
* | ||
* Copyright (C) 2010-2014 ST Microelectronics | ||
* Pratyush Anand <pratyush.anand@st.com> | ||
* Pratyush Anand <pratyush.anand@gmail.com> | ||
* Mohit Kumar <[email protected]> | ||
* | ||
* This file is licensed under the terms of the GNU General Public | ||
|
@@ -386,5 +386,5 @@ static int __init spear13xx_pcie_init(void) | |
module_init(spear13xx_pcie_init); | ||
|
||
MODULE_DESCRIPTION("ST Microelectronics SPEAr13xx PCIe host controller driver"); | ||
MODULE_AUTHOR("Pratyush Anand <pratyush.anand@st.com>"); | ||
MODULE_AUTHOR("Pratyush Anand <pratyush.anand@gmail.com>"); | ||
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 @@ | |
* ST SPEAr1310-miphy driver | ||
* | ||
* Copyright (C) 2014 ST Microelectronics | ||
* Pratyush Anand <pratyush.anand@st.com> | ||
* Pratyush Anand <pratyush.anand@gmail.com> | ||
* Mohit Kumar <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
|
@@ -257,5 +257,5 @@ static struct platform_driver spear1310_miphy_driver = { | |
module_platform_driver(spear1310_miphy_driver); | ||
|
||
MODULE_DESCRIPTION("ST SPEAR1310-MIPHY driver"); | ||
MODULE_AUTHOR("Pratyush Anand <pratyush.anand@st.com>"); | ||
MODULE_AUTHOR("Pratyush Anand <pratyush.anand@gmail.com>"); | ||
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 @@ | |
* ST spear1340-miphy driver | ||
* | ||
* Copyright (C) 2014 ST Microelectronics | ||
* Pratyush Anand <pratyush.anand@st.com> | ||
* Pratyush Anand <pratyush.anand@gmail.com> | ||
* Mohit Kumar <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
|
@@ -290,5 +290,5 @@ static struct platform_driver spear1340_miphy_driver = { | |
module_platform_driver(spear1340_miphy_driver); | ||
|
||
MODULE_DESCRIPTION("ST SPEAR1340-MIPHY driver"); | ||
MODULE_AUTHOR("Pratyush Anand <pratyush.anand@st.com>"); | ||
MODULE_AUTHOR("Pratyush Anand <pratyush.anand@gmail.com>"); | ||
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