commit | 4ea1e4ba7bec0a3d490a846376140643e4860536 | [log] [tgz] |
---|---|---|
author | Afzal Mohammed <afzal@ti.com> | Sat Sep 29 11:22:21 2012 +0530 |
committer | Afzal Mohammed <afzal@ti.com> | Mon Oct 15 14:41:58 2012 +0530 |
tree | cce3b1c9848f31a5dd490689d58e424afd273178 | |
parent | 48b51d4dda3195320ec95b3393f44bfb060653c1 [diff] |
mtd: nand: omap: read nand using register address Now that gpmc-nand registers are available in driver, use it to read nand data. "65b97cf mtd: nand: omap2: handle nand on gpmc" modified all other instances. After initial versions of that patch, a new change added reading nand data using gpmc exposed function. In the final version this change was not taken care. Signed-off-by: Afzal Mohammed <afzal@ti.com>