提交 9d4b6fde 编写于 作者: D Dom Cobley 提交者: Zheng Zengkai

vc4_hdmi: Make irq shared

raspberrypi inclusion
category: feature
bugzilla: 50432

--------------------------------
Signed-off-by: NDom Cobley <popcornmix@gmail.com>
Signed-off-by: NFang Yafen <yafen@iscas.ac.cn>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
上级 c8347ce1
...@@ -1499,7 +1499,8 @@ static int vc4_hdmi_cec_init(struct vc4_hdmi *vc4_hdmi) ...@@ -1499,7 +1499,8 @@ static int vc4_hdmi_cec_init(struct vc4_hdmi *vc4_hdmi)
HDMI_WRITE(HDMI_CEC_CNTRL_1, value); HDMI_WRITE(HDMI_CEC_CNTRL_1, value);
ret = devm_request_threaded_irq(&pdev->dev, platform_get_irq(pdev, 0), ret = devm_request_threaded_irq(&pdev->dev, platform_get_irq(pdev, 0),
vc4_cec_irq_handler, vc4_cec_irq_handler,
vc4_cec_irq_handler_thread, 0, vc4_cec_irq_handler_thread,
IRQF_SHARED,
"vc4 hdmi cec", vc4_hdmi); "vc4 hdmi cec", vc4_hdmi);
if (ret) if (ret)
goto err_delete_cec_adap; goto err_delete_cec_adap;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册