Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297776
b: refs/heads/master
c: ad50c15
h: refs/heads/master
v: v3
  • Loading branch information
Li Zefan authored and Tejun Heo committed Mar 29, 2012
1 parent 7d70f9b commit b6baa06
Show file tree
Hide file tree
Showing 667 changed files with 9,903 additions and 11,331 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4bde23f8751f388867766b0a62ed1ef8b7e01561
refs/heads/master: ad50c15919e8aca7ea30f9dcf4bac52448c9ab46
16 changes: 0 additions & 16 deletions trunk/Documentation/ABI/testing/debugfs-olpc

This file was deleted.

4 changes: 2 additions & 2 deletions trunk/Documentation/devicetree/bindings/mtd/arm-versatile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Required properties:
- compatible : must be "arm,versatile-flash";
- bank-width : width in bytes of flash interface.

The device tree may optionally contain sub-nodes describing partitions of the
address space. See partition.txt for more detail.
Optional properties:
- Subnode partition map from mtd flash binding
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
Required properties:
- compatible : "atmel,<model>", "atmel,<series>", "atmel,dataflash".

The device tree may optionally contain sub-nodes describing partitions of the
address space. See partition.txt for more detail.

Example:

flash@1 {
Expand Down
4 changes: 0 additions & 4 deletions trunk/Documentation/devicetree/bindings/mtd/fsl-upm-nand.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ Optional properties:
read registers (tR). Required if property "gpios" is not used
(R/B# pins not connected).

Each flash chip described may optionally contain additional sub-nodes
describing partitions of the address space. See partition.txt for more
detail.

Examples:

upm@1,0 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ Optional properties:
GPIO state and before and after command byte writes, this register will be
read to ensure that the GPIO accesses have completed.

The device tree may optionally contain sub-nodes describing partitions of the
address space. See partition.txt for more detail.

Examples:

gpio-nand@1,0 {
Expand Down
23 changes: 21 additions & 2 deletions trunk/Documentation/devicetree/bindings/mtd/mtd-physmap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,27 @@ are defined:
- vendor-id : Contains the flash chip's vendor id (1 byte).
- device-id : Contains the flash chip's device id (1 byte).

The device tree may optionally contain sub-nodes describing partitions of the
address space. See partition.txt for more detail.
In addition to the information on the mtd bank itself, the
device tree may optionally contain additional information
describing partitions of the address space. This can be
used on platforms which have strong conventions about which
portions of a flash are used for what purposes, but which don't
use an on-flash partition table such as RedBoot.

Each partition is represented as a sub-node of the mtd device.
Each node's name represents the name of the corresponding
partition of the mtd device.

Flash partitions
- reg : The partition's offset and size within the mtd bank.
- label : (optional) The label / name for this partition.
If omitted, the label is taken from the node name (excluding
the unit address).
- read-only : (optional) This parameter, if present, is a hint to
Linux that this partition should only be mounted
read-only. This is usually used for flash partitions
containing early-boot firmware images or data which should not
be clobbered.

Example:

Expand Down
38 changes: 0 additions & 38 deletions trunk/Documentation/devicetree/bindings/mtd/partition.txt

This file was deleted.

Loading

0 comments on commit b6baa06

Please sign in to comment.