commit | df8b97024e6d28e98066696619e2084bbda4e40e | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Jun 06 08:21:41 2017 +0900 |
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | Sat Jun 10 12:09:29 2017 +0200 |
tree | db09def71204563ddfdf3f6cb1c35083c0dfa759 | |
parent | 2b8c92b4e7265e271cd070a1a5dd1ab2766e516b [diff] |
mtd: nand: denali: use BIT() and GENMASK() for register macros Use BIT() and GENMASK() for register field macros. This will make it easier to compare the macros with the register description in the Denali User's Guide. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>