Files
android_kernel_xiaomi_sm8450/drivers/mmc/host
NeilBrown 42edb0d5ac mmc: mtk-sd: don't hard-code interrupt trigger type
When using devicetree for configuration, interrupt trigger type
should be described in the dts file, not hard-coded in the C code.

The mtk-sd silicon in the mt7621 soc uses an active-high interrupt
and so cannot be used with the current code.

So replace IRQF_TRIGGER_LOW with IRQF_TRIGGER_NONE.

Also IRQF_ONESHOT is not needed - it is used for threaded interrupt
handlers, and this driver does not used a threaded interrupt handler.
So remove that setting.

Signed-off-by: NeilBrown <neil@brown.name>
Reviewed-by: Chaotian Jing <chaotian.jing@mediatek.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2019-05-06 12:33:03 +02:00
..
2018-05-29 12:24:26 +02:00
2012-11-28 12:28:18 -08:00
2018-05-31 15:02:16 +02:00
2009-03-24 21:30:03 +01:00
2019-04-15 11:55:54 +02:00
2019-03-18 11:00:41 +01:00
2019-04-15 12:03:39 +02:00
2019-04-15 12:03:39 +02:00
2018-05-21 15:49:20 +02:00
2018-05-21 15:49:21 +02:00
2007-07-26 01:53:31 +02:00