commit | 1aded58a27f253f399dcd5746417e684c92ccd7d | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Mar 23 05:07:06 2017 +0900 |
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | Fri Mar 24 09:51:36 2017 +0100 |
tree | c429fe034574c2d6e9d8b6db5203bc5268383211 | |
parent | 60ca41f1d9ccf8b57f4ba05d8e8102658a36ef3b [diff] |
mtd: nand: denali: consolidate INTR_STATUS__* and INTR_EN__* macros The interrupts are enabled by INTR_EN register, then asserted interrupts can be observed via INTR_STATUS register. The bit fields are identical between INTR_EN and INTR_STATUS, so we can merge the bit field macros. Likewise for DATA_INTR. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>