Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 153819
b: refs/heads/master
c: a4536b1
h: refs/heads/master
i:
  153817: e4ecba2
  153815: a97e0b3
v: v3
  • Loading branch information
Michel Pollet authored and Ben Dooks committed Jun 8, 2009
1 parent 6ca5e59 commit 81eb1c5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 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: ed27f0287062236d50190d7447f6377ff4acdfad
refs/heads/master: a4536b19df92adda215f6fc225b52dc4cee4cf83
22 changes: 12 additions & 10 deletions trunk/arch/arm/plat-s3c/include/plat/nand.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,19 @@
* published by the Free Software Foundation.
*/

/* struct s3c2410_nand_set
/**
* struct s3c2410_nand_set - define a set of one or more nand chips
* @disable_ecc: Entirely disable ECC - Dangerous
* @nr_chips: Number of chips in this set
* @nr_partitions: Number of partitions pointed to by @partitions
* @name: Name of set (optional)
* @nr_map: Map for low-layer logical to physical chip numbers (option)
* @partitions: The mtd partition list
*
* define an set of one or more nand chips registered with an unique mtd
*
* nr_chips = number of chips in this set
* nr_partitions = number of partitions pointed to be partitoons (or zero)
* name = name of set (optional)
* nr_map = map for low-layer logical to physical chip numbers (option)
* partitions = mtd partition list
*/

* define a set of one or more nand chips registered with an unique mtd. Also
* allows to pass flag to the underlying NAND layer. 'disable_ecc' will trigger
* a warning at boot time.
*/
struct s3c2410_nand_set {
unsigned int disable_ecc:1;

Expand Down

0 comments on commit 81eb1c5

Please sign in to comment.