]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: nand_base: Use io{read, write}*_rep functions for transfer
authorAlexander Shiyan <shc_work@mail.ru>
Sat, 13 Apr 2013 05:32:13 +0000 (09:32 +0400)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 5 Aug 2013 19:46:39 +0000 (20:46 +0100)
commit000a90b0a287c97d0f299808f8b70c8b34cd1b6e
tree000bdc51eadebf15cd9644f5ed2992a9aaebb339
parentd3cf88399ff093390c458dfa2c32a4014fac33ef
mtd: nand_base: Use io{read, write}*_rep functions for transfer

This patch replaces the usage of loops in the nand_base code with
io{read,write}{8,16}_rep calls instead.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/nand/nand_base.c