commit | 14b3b44edaf85e8ebc31e2068c2b5e56c2a941db | [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 | 9170818a4e004af7893fa0113f6e5b4afafded55 [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>