commit | 76413839dbf3f03a3024c4c206d7098edbf0f83c | [log] [tgz] |
---|---|---|
author | Alexander Shiyan <shc_work@mail.ru> | Sat Apr 13 09:32:13 2013 +0400 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Mon Aug 05 20:46:39 2013 +0100 |
tree | 000bdc51eadebf15cd9644f5ed2992a9aaebb339 | |
parent | 65c972afb572e74a1b394baead89b934ca15f12b [diff] |
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>