]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: omap2: use nand_base defaults for polled I/O
authorBrian Norris <computersforpeace@gmail.com>
Wed, 30 Oct 2013 23:39:51 +0000 (19:39 -0400)
committerBrian Norris <computersforpeace@gmail.com>
Fri, 3 Jan 2014 19:38:08 +0000 (11:38 -0800)
commit8b818e9ed76398f9c13693c0fe1ba0c88b90e1a7
tree9cb319fa3237a9726a311e49d46aac5760ede110
parentb68f64e29810909f13c40339e212a4c7b09ece4f
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>
drivers/mtd/nand/omap2.c