commit | cf0e4d2b3faf9494bb6bd32141c0dcfceced1746 | [log] [tgz] |
---|---|---|
author | Brian Norris <computersforpeace@gmail.com> | Wed Oct 30 19:39:51 2013 -0400 |
committer | Brian Norris <computersforpeace@gmail.com> | Tue Jan 07 10:07:35 2014 -0800 |
tree | 9cb319fa3237a9726a311e49d46aac5760ede110 | |
parent | 103cdd8520b5ec85ab4345f54db5cc32a517f468 [diff] |
mtd: omap2: use nand_base defaults for polled I/O The omap_{read,write}_buf{8,16}() functions are identical to the default nand_base versions. Just let nand_base assign them in the NAND_OMAP_POLLED case. Signed-off-by: Brian Norris <computersforpeace@gmail.com> Tested-by: Pekon Gupta <pekon@ti.com>