Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297759
b: refs/heads/master
c: 714daf7
h: refs/heads/master
i:
  297757: adc6315
  297755: fa07fa5
  297751: bfc9329
  297743: 515cade
  297727: 0ae27b2
v: v3
  • Loading branch information
Roland Stigge authored and Olof Johansson committed Mar 29, 2012
1 parent c26b008 commit 8fd14ce
Show file tree
Hide file tree
Showing 636 changed files with 9,829 additions and 11,258 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: e152c38abaa92352679c9b53c4cce533c03997c6
refs/heads/master: 714daf73d0889c62e90abf4510e4fab65b4668e8
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 8fd14ce

Please sign in to comment.