arm64: dts: meson-axg: Make mmc host controller interrupts level-sensitive
stable inclusion from stable-v5.10.168 commit 0ef2490a876b47c1e2db84ea3f4f69c8aca165f2 category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I7URR4 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=0ef2490a876b47c1e2db84ea3f4f69c8aca165f2 ---------------------------------------------------- commit d182bcf3 upstream. The usage of edge-triggered interrupts lead to lost interrupts under load, see [0]. This was confirmed to be fixed by using level-triggered interrupts. The report was about SDIO. However, as the host controller is the same for SD and MMC, apply the change to all mmc controller instances. [0] https://www.spinics.net/lists/linux-mmc/msg73991.html Fixes: 221cf34b ("ARM64: dts: meson-axg: enable the eMMC controller") Reported-by: NPeter Suti <peter.suti@streamunlimited.com> Tested-by: NVyacheslav Bocharov <adeep@lexina.in> Tested-by: NPeter Suti <peter.suti@streamunlimited.com> Cc: stable@vger.kernel.org Signed-off-by: NHeiner Kallweit <hkallweit1@gmail.com> Acked-by: NNeil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/c00655d3-02f8-6f5f-4239-ca2412420cad@gmail.comSigned-off-by: NNeil Armstrong <neil.armstrong@linaro.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Nzhaoxiaoqiang11 <zhaoxiaoqiang11@jd.com>
Showing
想要评论请 注册 或 登录