-
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.
Merge tag 's2mps11-build' into regulator-s5m8767 since a following patch
depend on it. regulator/clk: Fix s2mps11 build This patch fixes a build failure that appeared in v3.13-rc4 due to an RTC/MFD update merged via -mm.
- Loading branch information
Showing
1,083 changed files
with
12,678 additions
and
5,779 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
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
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,54 @@ | ||
* TI MMC host controller for OMAP1 and 2420 | ||
|
||
The MMC Host Controller on TI OMAP1 and 2420 family provides | ||
an interface for MMC, SD, and SDIO types of memory cards. | ||
|
||
This file documents differences between the core properties described | ||
by mmc.txt and the properties used by the omap mmc driver. | ||
|
||
Note that this driver will not work with omap2430 or later omaps, | ||
please see the omap hsmmc driver for the current omaps. | ||
|
||
Required properties: | ||
- compatible: Must be "ti,omap2420-mmc", for OMAP2420 controllers | ||
- ti,hwmods: For 2420, must be "msdi<n>", where n is controller | ||
instance starting 1 | ||
|
||
Examples: | ||
|
||
msdi1: mmc@4809c000 { | ||
compatible = "ti,omap2420-mmc"; | ||
ti,hwmods = "msdi1"; | ||
reg = <0x4809c000 0x80>; | ||
interrupts = <83>; | ||
dmas = <&sdma 61 &sdma 62>; | ||
dma-names = "tx", "rx"; | ||
}; | ||
|
||
* TI MMC host controller for OMAP1 and 2420 | ||
|
||
The MMC Host Controller on TI OMAP1 and 2420 family provides | ||
an interface for MMC, SD, and SDIO types of memory cards. | ||
|
||
This file documents differences between the core properties described | ||
by mmc.txt and the properties used by the omap mmc driver. | ||
|
||
Note that this driver will not work with omap2430 or later omaps, | ||
please see the omap hsmmc driver for the current omaps. | ||
|
||
Required properties: | ||
- compatible: Must be "ti,omap2420-mmc", for OMAP2420 controllers | ||
- ti,hwmods: For 2420, must be "msdi<n>", where n is controller | ||
instance starting 1 | ||
|
||
Examples: | ||
|
||
msdi1: mmc@4809c000 { | ||
compatible = "ti,omap2420-mmc"; | ||
ti,hwmods = "msdi1"; | ||
reg = <0x4809c000 0x80>; | ||
interrupts = <83>; | ||
dmas = <&sdma 61 &sdma 62>; | ||
dma-names = "tx", "rx"; | ||
}; | ||
|
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,17 @@ | ||
Qualcomm MSM pseudo random number generator. | ||
|
||
Required properties: | ||
|
||
- compatible : should be "qcom,prng" | ||
- reg : specifies base physical address and size of the registers map | ||
- clocks : phandle to clock-controller plus clock-specifier pair | ||
- clock-names : "core" clocks all registers, FIFO and circuits in PRNG IP block | ||
|
||
Example: | ||
|
||
rng@f9bff000 { | ||
compatible = "qcom,prng"; | ||
reg = <0xf9bff000 0x200>; | ||
clocks = <&clock GCC_PRNG_AHB_CLK>; | ||
clock-names = "core"; | ||
}; |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.