forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[POWERPC] pasemi: Broaden specific references to 1682M
There will be more product numbers in the future than just PA6T-1682M, but they will share much of the features. Remove some of the explicit references and compatibility checks with 1682M, and replace most of them with the more generic term "PWRficient". Signed-off-by: Olof Johansson <[email protected]> Acked-by: Michael Buesch <[email protected]> Acked-by: Doug Thompson <[email protected]>
- Loading branch information
Showing
7 changed files
with
28 additions
and
14 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
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 |
---|---|---|
|
@@ -225,7 +225,7 @@ static int __devinit pasemi_edac_probe(struct pci_dev *pdev, | |
EDAC_FLAG_NONE; | ||
mci->mod_name = MODULE_NAME; | ||
mci->dev_name = pci_name(pdev); | ||
mci->ctl_name = "pasemi,1682m-mc"; | ||
mci->ctl_name = "pasemi,pwrficient-mc"; | ||
mci->edac_check = pasemi_edac_check; | ||
mci->ctl_page_to_phys = NULL; | ||
pci_read_config_dword(pdev, MCCFG_SCRUB, &scrub); | ||
|
@@ -297,4 +297,4 @@ module_exit(pasemi_edac_exit); | |
|
||
MODULE_LICENSE("GPL"); | ||
MODULE_AUTHOR("Egor Martovetsky <[email protected]>"); | ||
MODULE_DESCRIPTION("MC support for PA Semi PA6T-1682M memory controller"); | ||
MODULE_DESCRIPTION("MC support for PA Semi PWRficient memory controller"); |