omap2_nand updates
authorDavid Brownell <dbrownell@users.sourceforge.net>
Sun, 31 Aug 2008 21:19:05 +0000 (14:19 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 9 Sep 2008 01:01:59 +0000 (18:01 -0700)
commit1a13a473443294b7cdc350ac2e55447c5d534f93
tree1fa3ccbb61d3357fe32bc41a49b55604d500581f
parent7031b9d15d6deb685a157a8ec488d663b60e8194
omap2_nand updates

Minor updates to the OMAP{2,3} NAND driver:

 - Rename those buffer PIO routines as *_buf16()
 - Get rid of pointless LE16 data conversions; OMAP is always LE
 - Speed up buffer reads by switching to __raw_readsl()

Right now this driver only handles 16-bit NAND, but eventually it
should handle 8-bit too.  Moreover it may be worth using DMA...

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/mtd/nand/omap2.c