-
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: 348003 b: refs/heads/master c: 4fe19a1 h: refs/heads/master i: 348001: 00a277e 347999: dec43ae v: v3
- Loading branch information
Linus Torvalds
committed
Dec 22, 2012
1 parent
29cf824
commit 97e1f70
Showing
784 changed files
with
26,953 additions
and
7,561 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: d692170037c0338b31dac5ac4722c1360a4b5257 | ||
refs/heads/master: 4fe19a136a8871e5fc6e44d72979f18a4968c2ab |
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 was deleted.
Oops, something went wrong.
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,26 @@ | ||
Atmel SPI device | ||
|
||
Required properties: | ||
- compatible : should be "atmel,at91rm9200-spi". | ||
- reg: Address and length of the register set for the device | ||
- interrupts: Should contain spi interrupt | ||
- cs-gpios: chipselects | ||
|
||
Example: | ||
|
||
spi1: spi@fffcc000 { | ||
compatible = "atmel,at91rm9200-spi"; | ||
reg = <0xfffcc000 0x4000>; | ||
interrupts = <13 4 5>; | ||
#address-cells = <1>; | ||
#size-cells = <0>; | ||
cs-gpios = <&pioB 3 0>; | ||
status = "okay"; | ||
|
||
mmc-slot@0 { | ||
compatible = "mmc-spi-slot"; | ||
reg = <0>; | ||
gpios = <&pioC 4 0>; /* CD */ | ||
spi-max-frequency = <25000000>; | ||
}; | ||
}; |
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
Oops, something went wrong.