]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mtd: nand: denali: consolidate INTR_STATUS__* and INTR_EN__* macros
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 22 Mar 2017 20:07:06 +0000 (05:07 +0900)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Fri, 24 Mar 2017 08:51:36 +0000 (09:51 +0100)
commit1aded58a27f253f399dcd5746417e684c92ccd7d
treec429fe034574c2d6e9d8b6db5203bc5268383211
parent60ca41f1d9ccf8b57f4ba05d8e8102658a36ef3b
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>
drivers/mtd/nand/denali.c
drivers/mtd/nand/denali.h