commit | 9e6946215dbd9803e8b511928c9f61f3a49e2c58 | [log] [tgz] |
---|---|---|
author | Roger Quadros <rogerq@ti.com> | Fri Aug 07 10:38:13 2015 +0300 |
committer | Roger Quadros <rogerq@ti.com> | Fri Apr 15 11:55:28 2016 +0300 |
tree | 0c5e57d8bc130f40ad75763d4acec4c1ddc41ba5 | |
parent | b2bac25a4d298309bb4b2649bb1107ddaa287c47 [diff] |
memory: omap-gpmc: Prevent GPMC_STATUS from being accessed via gpmc_regs GPMC_STATUS register is private to the GPMC module and must not be accessed directly by NAND driver through the gpmc_regs. They must use gpmc_omap_get_nand_ops() instead. Signed-off-by: Roger Quadros <rogerq@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>