-
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: 336464 b: refs/heads/master c: 505cbed h: refs/heads/master v: v3
- Loading branch information
Linus Torvalds
committed
Dec 11, 2012
1 parent
b52ce38
commit 9b70cb4
Showing
580 changed files
with
7,874 additions
and
5,187 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: 7c8f86a451fe8c010eb93c62d4d69727ccdbe435 | ||
refs/heads/master: 505cbedab9c7c565957e64af6348e5d84acd510e |
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
File renamed without changes.
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
23 changes: 23 additions & 0 deletions
23
trunk/Documentation/devicetree/bindings/mmc/vt8500-sdmmc.txt
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,23 @@ | ||
* Wondermedia WM8505/WM8650 SD/MMC Host Controller | ||
|
||
This file documents differences between the core properties described | ||
by mmc.txt and the properties used by the wmt-sdmmc driver. | ||
|
||
Required properties: | ||
- compatible: Should be "wm,wm8505-sdhc". | ||
- interrupts: Two interrupts are required - regular irq and dma irq. | ||
|
||
Optional properties: | ||
- sdon-inverted: SD_ON bit is inverted on the controller | ||
|
||
Examples: | ||
|
||
sdhc@d800a000 { | ||
compatible = "wm,wm8505-sdhc"; | ||
reg = <0xd800a000 0x1000>; | ||
interrupts = <20 21>; | ||
clocks = <&sdhc>; | ||
bus-width = <4>; | ||
sdon-inverted; | ||
}; | ||
|
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,47 @@ | ||
Supported chips: | ||
* Dialog Semiconductors DA9055 PMIC | ||
Prefix: 'da9055' | ||
Datasheet: Datasheet is not publicly available. | ||
|
||
Authors: David Dajun Chen <dchen@diasemi.com> | ||
|
||
Description | ||
----------- | ||
|
||
The DA9055 provides an Analogue to Digital Converter (ADC) with 10 bits | ||
resolution and track and hold circuitry combined with an analogue input | ||
multiplexer. The analogue input multiplexer will allow conversion of up to 5 | ||
different inputs. The track and hold circuit ensures stable input voltages at | ||
the input of the ADC during the conversion. | ||
|
||
The ADC is used to measure the following inputs: | ||
Channel 0: VDDOUT - measurement of the system voltage | ||
Channel 1: ADC_IN1 - high impedance input (0 - 2.5V) | ||
Channel 2: ADC_IN2 - high impedance input (0 - 2.5V) | ||
Channel 3: ADC_IN3 - high impedance input (0 - 2.5V) | ||
Channel 4: Internal Tjunc. - sense (internal temp. sensor) | ||
|
||
By using sysfs attributes we can measure the system voltage VDDOUT, | ||
chip junction temperature and auxiliary channels voltages. | ||
|
||
Voltage Monitoring | ||
------------------ | ||
|
||
Voltages are sampled in a AUTO mode it can be manually sampled too and results | ||
are stored in a 10 bit ADC. | ||
|
||
The system voltage is calculated as: | ||
Milli volt = ((ADC value * 1000) / 85) + 2500 | ||
|
||
The voltages on ADC channels 1, 2 and 3 are calculated as: | ||
Milli volt = (ADC value * 1000) / 102 | ||
|
||
Temperature Monitoring | ||
---------------------- | ||
|
||
Temperatures are sampled by a 10 bit ADC. Junction temperatures | ||
are monitored by the ADC channels. | ||
|
||
The junction temperature is calculated: | ||
Degrees celsius = -0.4084 * (ADC_RES - T_OFFSET) + 307.6332 | ||
The junction temperature attribute is supported by the driver. |
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
Oops, something went wrong.