-
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: 261078 b: refs/heads/master c: d5eab91 h: refs/heads/master v: v3
- Loading branch information
Linus Torvalds
committed
Jul 28, 2011
1 parent
fca8212
commit 4cbaced
Showing
2,822 changed files
with
141,917 additions
and
212,915 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: a051294423b015c5c89f2ed78f7fe0893b775098 | ||
refs/heads/master: d5eab9152a3b4ce962c02ad0a0e4d0ec94aadd92 |
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
21 changes: 21 additions & 0 deletions
21
trunk/Documentation/ABI/testing/sysfs-bus-i2c-devices-fsa9480
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,21 @@ | ||
What: /sys/bus/i2c/devices/.../device | ||
Date: February 2011 | ||
Contact: Minkyu Kang <mk7.kang@samsung.com> | ||
Description: | ||
show what device is attached | ||
NONE - no device | ||
USB - USB device is attached | ||
UART - UART is attached | ||
CHARGER - Charger is attaced | ||
JIG - JIG is attached | ||
|
||
What: /sys/bus/i2c/devices/.../switch | ||
Date: February 2011 | ||
Contact: Minkyu Kang <mk7.kang@samsung.com> | ||
Description: | ||
show or set the state of manual switch | ||
VAUDIO - switch to VAUDIO path | ||
UART - switch to UART path | ||
AUDIO - switch to AUDIO path | ||
DHOST - switch to DHOST path | ||
AUTO - switch automatically by device |
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,3 @@ | ||
prima2 "cb" evalutation board | ||
Required root node properties: | ||
- compatible = "sirf,prima2-cb", "sirf,prima2"; |
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,7 @@ | ||
Xilinx Zynq EP107 Emulation Platform board | ||
|
||
This board is an emulation platform for the Zynq product which is | ||
based on an ARM Cortex A9 processor. | ||
|
||
Required root node properties: | ||
- compatible = "xlnx,zynq-ep107"; |
36 changes: 36 additions & 0 deletions
36
trunk/Documentation/devicetree/bindings/gpio/gpio_keys.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,36 @@ | ||
Device-Tree bindings for input/gpio_keys.c keyboard driver | ||
|
||
Required properties: | ||
- compatible = "gpio-keys"; | ||
|
||
Optional properties: | ||
- autorepeat: Boolean, Enable auto repeat feature of Linux input | ||
subsystem. | ||
|
||
Each button (key) is represented as a sub-node of "gpio-keys": | ||
Subnode properties: | ||
|
||
- gpios: OF devcie-tree gpio specificatin. | ||
- label: Descriptive name of the key. | ||
- linux,code: Keycode to emit. | ||
|
||
Optional subnode-properties: | ||
- linux,input-type: Specify event type this button/key generates. | ||
If not specified defaults to <1> == EV_KEY. | ||
- debounce-interval: Debouncing interval time in milliseconds. | ||
If not specified defaults to 5. | ||
- gpio-key,wakeup: Boolean, button can wake-up the system. | ||
|
||
Example nodes: | ||
|
||
gpio_keys { | ||
compatible = "gpio-keys"; | ||
#address-cells = <1>; | ||
#size-cells = <0>; | ||
autorepeat; | ||
button@21 { | ||
label = "GPIO Key UP"; | ||
linux,code = <103>; | ||
gpios = <&gpio1 0 1>; | ||
}; | ||
... |
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,5 @@ | ||
OLPC XO-1 RTC | ||
~~~~~~~~~~~~~ | ||
|
||
Required properties: | ||
- compatible : "olpc,xo1-rtc" |
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.