]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhi: no need for special interrupt flags
authorMagnus Damm <damm@opensource.se>
Fri, 6 May 2011 11:02:37 +0000 (11:02 +0000)
committerChris Ball <cjb@laptop.org>
Wed, 25 May 2011 03:53:53 +0000 (23:53 -0400)
commitb29f9560f4ac9c07825a982063042fad54bdb0a1
tree7484343b28cad8118c3ca1deb54a26401ba9d9f0
parent633d522e1015ddc730fe6a6e04ffafc25c5af32b
mmc: sdhi: no need for special interrupt flags

Modify the SDHI driver to get rid of unwanted irq flags.

IRQF_DISABLED unused, see include/linux/interrupt.h
IRQF_TRIGGER_FALLING only relevant on external IRQ pins,
but since SDHI is internal in the SoC this can go away.

Needed to support SDHI on sh73a0 that comes with a GIC
that errors out with the IRQF_TRIGGER_FALLING setting.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sh_mobile_sdhi.c