Brian Norris 5e41d0a710 mtd: nand: lpc32xx_mlc: drop custom write_page callback
This driver doesn't need its own custom chip->write_page callback; the
only "custom" requirement is that this driver does not support subpage
writes, which we can avoid using the NAND_NO_SUBPAGE_WRITE flag. With
NAND_NO_SUBPAGE_WRITE, the default routine (nand_write_page()) should
perform the equivalent operations.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Acked-by: Roland Stigge <stigge@antcom.de>
Tested-by: Roland Stigge <stigge@antcom.de>
2014-01-03 11:22:26 -08:00
..
2014-01-03 11:22:08 -08:00
2013-11-14 12:31:43 +09:00
2012-01-09 18:26:21 +00:00
2013-04-05 13:16:54 +01:00
2014-01-03 11:22:21 -08:00
2012-01-09 18:26:21 +00:00
2013-08-30 21:51:25 +01:00