Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332759
b: refs/heads/master
c: 5ca7f41
h: refs/heads/master
i:
  332757: 57760e2
  332755: 648897a
  332751: 037f87e
v: v3
  • Loading branch information
Mike Dunn authored and David Woodhouse committed Sep 29, 2012
1 parent 2b919a1 commit c5ded1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: ea73fe7f0d562154975a77fe77ae3da6ab4d3e77
refs/heads/master: 5ca7f41528922c90da3ae3b917dc904047513be2
6 changes: 4 additions & 2 deletions trunk/include/linux/mtd/nand.h
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,10 @@ struct nand_hw_control {
* @read_page_raw: function to read a raw page without ECC
* @write_page_raw: function to write a raw page without ECC
* @read_page: function to read a page according to the ECC generator
* requirements.
* @read_subpage: function to read parts of the page covered by ECC.
* requirements; returns maximum number of bitflips corrected in
* any single ECC step, 0 if bitflips uncorrectable, -EIO hw error
* @read_subpage: function to read parts of the page covered by ECC;
* returns same as read_page()
* @write_page: function to write a page according to the ECC generator
* requirements.
* @write_oob_raw: function to write chip OOB data without ECC
Expand Down

0 comments on commit c5ded1c

Please sign in to comment.