commit | 8204536207e99b3bbbd13d936aaa3b18449b9c00 | [log] [tgz] |
---|---|---|
author | Matthew Leach <matthew@mattleach.net> | Mon Dec 10 19:12:39 2012 +0000 |
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Thu Dec 13 13:39:44 2012 +0200 |
tree | 8b8b7e42b46e36ff20d71445c166c71835ddbfe4 | |
parent | 031da73fca29ebba3eea5a512746e01d52e542cd [diff] |
mtd: nand/gpio: use io{read,write}*_rep accessors The {read,write}s{b,w,l} operations are not defined by all architectures and are being removed from the asm-generic/io.h interface. This patch replaces the usage of these string functions in the mtd gpio accessors with io{read,write}{8,16,32}_rep calls instead. Signed-off-by: Matthew Leach <matthew@mattleach.net> Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>