-
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.
yaml --- r: 308151 b: refs/heads/master c: 640ec79 h: refs/heads/master i: 308149: 5d1cd52 308147: 795740d 308143: cf791d7 v: v3
- Loading branch information
Tony Lindgren
committed
May 10, 2012
1 parent
d553b42
commit c46dd51
Showing
16 changed files
with
8,435 additions
and
9,218 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: cf563a35888ee92361c324dfc57b328c84653c5b | ||
refs/heads/master: 640ec79d6d8c10ceb254c269a1f7fd9cb47ea655 |
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
/* | ||
* OMAP2+-common clockdomain data | ||
* | ||
* Copyright (C) 2008-2012 Texas Instruments, Inc. | ||
* Copyright (C) 2008-2010 Nokia Corporation | ||
* | ||
* Paul Walmsley, Jouni Högander | ||
*/ | ||
|
||
#include <linux/kernel.h> | ||
#include <linux/io.h> | ||
|
||
#include "clockdomain.h" | ||
|
||
/* These are implicit clockdomains - they are never defined as such in TRM */ | ||
struct clockdomain prm_common_clkdm = { | ||
.name = "prm_clkdm", | ||
.pwrdm = { .name = "wkup_pwrdm" }, | ||
}; | ||
|
||
struct clockdomain cm_common_clkdm = { | ||
.name = "cm_clkdm", | ||
.pwrdm = { .name = "core_pwrdm" }, | ||
}; |
Oops, something went wrong.