commit | b31868fffeafc0a2fb898d5cc4cc1a0d673b5fec | [log] [tgz] |
---|---|---|
author | Wu, Josh <Josh.wu@atmel.com> | Tue Jun 24 18:18:06 2014 +0800 |
committer | Andreas Bießmann <andreas.devel@googlemail.com> | Fri Sep 19 00:11:13 2014 +0200 |
tree | f6df1d041ed7b61fd83162758906c19cc68ca1ba | |
parent | 7255643081f0edc5fd7b663cacfda7c3259c5eb6 [diff] |
mtd: atmel-nand: use pmecc_readl(b)/pmecc_writel to access the pmecc register We defined the macro pmecc_readl(b)/pmecc_writel for pmecc register access. But in the driver we also use the readl(b)/writel. To keep consistent, this patch make all use pmecc_readl(b)/pmecc_writel. Signed-off-by: Josh Wu <josh.wu@atmel.com> Reviewed-by: Andreas Bießmann <andreas.devel@googlemail.com> Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>