forked from torvalds/linux
-
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 branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6
* 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6: of_mdio: Don't phy_scan_fixups() twice Devicetree: Expand on ARM Primecell binding documentation dt: Add empty of_match_node() macro dt: add empty dt helpers for non-dt build devicetree: fix build error on drivers/tty/serial/altera_jtaguart.c devicetree: Add ARM pl022 spi controller binding doc devicetree: Add ARM pl061 gpio controller binding doc of/irq: of_irq_find_parent: check for parent equal to child MAINTAINERS: update devicetree maintainers dt: add helper to read 64-bit integers tty: use of_match_ptr() for of_match_table entry OF: Add of_match_ptr() macro dt: add empty for_each_child_of_node, of_find_property devicetree: Document Qualcomm and Atmel prefixes serial/imx: add of_alias_get_id() reference back dt: add of_alias_scan and of_alias_get_id devicetree: Add a registry of vendor prefixes
- Loading branch information
Showing
15 changed files
with
286 additions
and
26 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
ARM PL061 GPIO controller | ||
|
||
Required properties: | ||
- compatible : "arm,pl061", "arm,primecell" | ||
- #gpio-cells : Should be two. The first cell is the pin number and the | ||
second cell is used to specify optional parameters: | ||
- bit 0 specifies polarity (0 for normal, 1 for inverted) | ||
- gpio-controller : Marks the device node as a GPIO controller. | ||
- interrupts : Interrupt mapping for GPIO IRQ. | ||
|
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,12 @@ | ||
ARM PL022 SPI controller | ||
|
||
Required properties: | ||
- compatible : "arm,pl022", "arm,primecell" | ||
- reg : Offset and length of the register set for the device | ||
- interrupts : Should contain SPI controller interrupt | ||
|
||
Optional properties: | ||
- cs-gpios : should specify GPIOs used for chipselects. | ||
The gpios will be referred to as reg = <index> in the SPI child nodes. | ||
If unspecified, a single SPI device without a chip select can be used. | ||
|
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,40 @@ | ||
Device tree binding vendor prefix registry. Keep list in alphabetical order. | ||
|
||
This isn't an exhaustive list, but you should add new prefixes to it before | ||
using them to avoid name-space collisions. | ||
|
||
adi Analog Devices, Inc. | ||
amcc Applied Micro Circuits Corporation (APM, formally AMCC) | ||
apm Applied Micro Circuits Corporation (APM) | ||
arm ARM Ltd. | ||
atmel Atmel Corporation | ||
chrp Common Hardware Reference Platform | ||
dallas Maxim Integrated Products (formerly Dallas Semiconductor) | ||
denx Denx Software Engineering | ||
epson Seiko Epson Corp. | ||
est ESTeem Wireless Modems | ||
fsl Freescale Semiconductor | ||
GEFanuc GE Fanuc Intelligent Platforms Embedded Systems, Inc. | ||
gef GE Fanuc Intelligent Platforms Embedded Systems, Inc. | ||
hp Hewlett Packard | ||
ibm International Business Machines (IBM) | ||
idt Integrated Device Technologies, Inc. | ||
intercontrol Inter Control Group | ||
linux Linux-specific binding | ||
marvell Marvell Technology Group Ltd. | ||
maxim Maxim Integrated Products | ||
mosaixtech Mosaix Technologies, Inc. | ||
national National Semiconductor | ||
nintendo Nintendo | ||
nvidia NVIDIA | ||
nxp NXP Semiconductors | ||
powervr Imagination Technologies | ||
qcom Qualcomm, Inc. | ||
ramtron Ramtron International | ||
samsung Samsung Semiconductor | ||
schindler Schindler | ||
simtek | ||
sirf SiRF Technology, Inc. | ||
stericsson ST-Ericsson | ||
ti Texas Instruments | ||
xlnx Xilinx |
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 |
---|---|---|
|
@@ -4760,10 +4760,12 @@ F: drivers/i2c/busses/i2c-ocores.c | |
|
||
OPEN FIRMWARE AND FLATTENED DEVICE TREE | ||
M: Grant Likely <[email protected]> | ||
M: Rob Herring <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
W: http://fdt.secretlab.ca | ||
T: git git://git.secretlab.ca/git/linux-2.6.git | ||
S: Maintained | ||
F: Documentation/devicetree | ||
F: drivers/of | ||
F: include/linux/of*.h | ||
K: of_get_property | ||
|
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
Oops, something went wrong.