public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH]"drm: change DRM_MIPI_DSI module type from "bool" to "tristate".
@ 2016-10-10  7:31 Sun, Jing A
  2016-10-10  8:28 ` Jani Nikula
  0 siblings, 1 reply; 16+ messages in thread
From: Sun, Jing A @ 2016-10-10  7:31 UTC (permalink / raw)
  To: airlied@linux.ie, Vetter, Daniel, jani.nikula@linux.intel.com
  Cc: linux-kernel@vger.kernel.org

Dear Maintainers,

Please kindly review my patch as below. It's based on the mainline branch.

>From b401009f79883ac5e9d41525c9d54b800ece2e22 Mon Sep 17 00:00:00 2001
From: Jing SUN <jing.a.sun@intel.com>
Date: Mon, 10 Oct 2016 14:06:54 +0800
Subject: [PATCH 1/1] drm: change DRM_MIPI_DSI module type from "bool" to
 "tristate".

A lot of drm driver modules, which are designed
to be loadable, select DRM_MIPI_DSI, while that
being "bool" prevents those from getting reloaded.

Signed-off-by: Jing SUN <jing.a.sun@intel.com>
---
 drivers/gpu/drm/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index fc35731..67668a0 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -22,7 +22,7 @@ menuconfig DRM
 	  (/dev/agpgart) support if it is available for your platform.
 
 config DRM_MIPI_DSI
-	bool
+	tristate
 	depends on DRM
 
 config DRM_DP_AUX_CHARDEV
-- 
2.7.4

Regards,
Sun, Jing

^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2016-10-21 12:19 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-10  7:31 [PATCH]"drm: change DRM_MIPI_DSI module type from "bool" to "tristate" Sun, Jing A
2016-10-10  8:28 ` Jani Nikula
2016-10-10  9:57   ` Takashi Iwai
2016-10-11  8:40     ` Sun, Jing A
2016-10-11  9:17       ` Andrzej Hajda
2016-10-11  9:33       ` Jani Nikula
2016-10-11  9:53         ` Andrzej Hajda
2016-10-12  3:08           ` Sun, Jing A
2016-10-12  6:51             ` Daniel Vetter
2016-10-12  9:04               ` Sun, Jing A
2016-10-12 10:52                 ` Jani Nikula
2016-10-12 11:28         ` Emil Velikov
2016-10-12 14:28           ` Jani Nikula
2016-10-20 13:20             ` Andrzej Hajda
2016-10-20 13:44               ` Jani Nikula
2016-10-21 12:19                 ` Daniel Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox