Re: [PATCH v1 08/17] drm/mediatek: Add component_del in OVL remove function
From: Jason-JH Lin <hidden>
Date: 2021-07-10 07:06:41
Also in:
linux-mediatek, lkml
On Wed, 2021-07-07 at 13:12 +0800, CK Hu wrote:
Hi, Jason: On Wed, 2021-07-07 at 12:12 +0800, jason-jh.lin wrote:quoted
Add component_del in OVL remove function. Signed-off-by: jason-jh.lin <redacted> --- drivers/gpu/drm/mediatek/mtk_disp_ovl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)diff --git a/drivers/gpu/drm/mediatek/mtk_disp_ovl.cb/drivers/gpu/drm/mediatek/mtk_disp_ovl.c index 99c39487026d..7504e86b167a 100644--- a/drivers/gpu/drm/mediatek/mtk_disp_ovl.c +++ b/drivers/gpu/drm/mediatek/mtk_disp_ovl.c@@ -158,7 +158,6 @@ void mtk_ovl_stop(struct device *dev) reg = reg & ~OVL_LAYER_SMI_ID_EN; writel_relaxed(reg, ovl->regs +DISP_REG_OVL_DATAPATH_CON); } -This modification is not related to this patch, so move out of this patch.
Hi CK, OK, I'll remove this patch at the next version. Regard, Jason-JH.Lin
quoted
} void mtk_ovl_config(struct device *dev, unsigned int w,@@ -424,6 +423,8 @@ static int mtk_disp_ovl_probe(structplatform_device *pdev) static int mtk_disp_ovl_remove(struct platform_device *pdev) { + component_del(&pdev->dev, &mtk_disp_ovl_component_ops); +This is a fix-up of patch [1]. Change this patch to fix all sub drivers, add Fixes tag, and move this patch out of this series. (This fix-up is not related to mt8195, so send this patch independently). [1]
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=v5.13&id=ff1395609e20c1cd98b3ec65d16dc18f0471dca3
Regards, CKquoted
return 0; }
_______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel