diff options
author | Ivo Clarysse <ivo.clarysse@gmail.com> | 2010-04-08 16:16:51 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-04-14 08:58:47 +0200 |
commit | 63f4079b6a90e2a8ee64c5900a6d4d0bcb79bc65 (patch) | |
tree | 3b271536bc234c3a2d977797a36ba017917d5b67 /arch/arm/mach-mx3/Kconfig | |
parent | 7422f27a8ad7f6a7474e324a61e5a7f8be166c25 (diff) |
MXC: mxc_nand: support i.MX21
On i.MX21 SoCs, if the NFC_CONFIG1:NFC_INT_MASK bit is set,
NFC_CONFIG2:NFC_INT always reads out zero, even if an
operation is completed. This patch uses enable_irq and
disable_irq_nosync instead of NFC_CONFIG1:NFC_INT_MASK to
mask NFC interrupts. This allows NFC_CONFIG2:NFC_INT to also
be used to detect operation completion on i.MX21.
The i.MX21 NFC does not signal reset completion using
NFC_CONFIG1:NFC_INT_MASK, so instead reset completion is
tested by checking if NFC_CONFIG2 becomes 0.
Signed-off-by: Ivo Clarysse <ivo.clarysse@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/Kconfig')
0 files changed, 0 insertions, 0 deletions