Patch "drm/logicvc: Kconfig: select REGMAP and REGMAP_MMIO" has been added to the 6.1-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    drm/logicvc: Kconfig: select REGMAP and REGMAP_MMIO

to the 6.1-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     drm-logicvc-kconfig-select-regmap-and-regmap_mmio.patch
and it can be found in the queue-6.1 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 4b311ee426108d794065d2f1aa2677d6ef1e1cde
Author: Sui Jingfeng <suijingfeng@xxxxxxxxxxx>
Date:   Thu Jun 8 10:42:07 2023 +0800

    drm/logicvc: Kconfig: select REGMAP and REGMAP_MMIO
    
    [ Upstream commit 4e6c38c38723a954b85aa9ee62603bb4a37acbb4 ]
    
    drm/logicvc driver is depend on REGMAP and REGMAP_MMIO, should select this
    two kconfig option, otherwise the driver failed to compile on platform
    without REGMAP_MMIO selected:
    
    ERROR: modpost: "__devm_regmap_init_mmio_clk" [drivers/gpu/drm/logicvc/logicvc-drm.ko] undefined!
    make[1]: *** [scripts/Makefile.modpost:136: Module.symvers] Error 1
    make: *** [Makefile:1978: modpost] Error 2
    
    Signed-off-by: Sui Jingfeng <suijingfeng@xxxxxxxxxxx>
    Acked-by: Paul Kocialkowski <paul.kocialkowski@xxxxxxxxxxx>
    Fixes: efeeaefe9be5 ("drm: Add support for the LogiCVC display controller")
    Link: https://patchwork.freedesktop.org/patch/msgid/20230608024207.581401-1-suijingfeng@xxxxxxxxxxx
    Signed-off-by: Paul Kocialkowski <paul.kocialkowski@xxxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/gpu/drm/logicvc/Kconfig b/drivers/gpu/drm/logicvc/Kconfig
index fa7a883688094..1df22a852a23e 100644
--- a/drivers/gpu/drm/logicvc/Kconfig
+++ b/drivers/gpu/drm/logicvc/Kconfig
@@ -5,5 +5,7 @@ config DRM_LOGICVC
 	select DRM_KMS_HELPER
 	select DRM_KMS_DMA_HELPER
 	select DRM_GEM_DMA_HELPER
+	select REGMAP
+	select REGMAP_MMIO
 	help
 	  DRM display driver for the logiCVC programmable logic block from Xylon



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux