Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1498203

Re: [PATCH]"drm: change DRM_MIPI_DSI module type from "bool" to "tristate".

From Takashi Iwai <tiwai@suse.de>
Newsgroups linux.kernel
Subject Re: [PATCH]"drm: change DRM_MIPI_DSI module type from "bool" to "tristate".
Date 2016-10-10 12:00 +0200
Message-ID <sqFxf-82E-3@gated-at.bofh.it> (permalink)
References <sqDlM-6Q8-5@gated-at.bofh.it> <sqE89-7l8-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon, 10 Oct 2016 10:28:31 +0200,
Jani Nikula wrote:
> 
> On Mon, 10 Oct 2016, "Sun, Jing A" <jing.a.sun@intel.com> wrote:
> > 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.
> 
> You're missing some lists and people from distribution, added now.
> 
> See the discussion starting at [1]. I don't know if anything has
> happened since then. Takashi?

Unfortunately, nothing seems to have happened since my last patch due
to little interest.  I'd be glad if the patch is revived.

(BTW, I'm traveling in these two weeks, so the further reply will be
 delayed.)


thanks,

Takashi


> 
> BR,
> Jani.
> 
> 
> [1] http://lkml.kernel.org/r/s5hh9bhvj7j.wl-tiwai@suse.de
> 
> 
> >
> > 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
> 
> -- 
> Jani Nikula, Intel Open Source Technology Center
> 

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH]"drm: change DRM_MIPI_DSI module type from "bool" to  "tristate". "Sun, Jing A" <jing.a.sun@intel.com> - 2016-10-10 09:40 +0200
  Re: [PATCH]"drm: change DRM_MIPI_DSI module type from "bool" to "tristate". Jani Nikula <jani.nikula@linux.intel.com> - 2016-10-10 10:30 +0200
    Re: [PATCH]"drm: change DRM_MIPI_DSI module type from "bool" to "tristate". Takashi Iwai <tiwai@suse.de> - 2016-10-10 12:00 +0200
      RE: [PATCH]"drm: change DRM_MIPI_DSI module type from "bool" to  "tristate". "Sun, Jing A" <jing.a.sun@intel.com> - 2016-10-11 10:50 +0200
        Re:  [PATCH]"drm: change DRM_MIPI_DSI module type from "bool" to "tristate". Andrzej Hajda <a.hajda@samsung.com> - 2016-10-11 11:20 +0200
        RE: [PATCH]"drm: change DRM_MIPI_DSI module type from "bool" to "tristate". Jani Nikula <jani.nikula@linux.intel.com> - 2016-10-11 11:40 +0200
          Re:  [PATCH]"drm: change DRM_MIPI_DSI module type from "bool" to "tristate". Andrzej Hajda <a.hajda@samsung.com> - 2016-10-11 12:00 +0200
            RE: [PATCH]"drm: change DRM_MIPI_DSI module type from "bool" to  "tristate". "Sun, Jing A" <jing.a.sun@intel.com> - 2016-10-12 05:10 +0200
              Re: [PATCH]"drm: change DRM_MIPI_DSI module type from "bool" to  "tristate". Daniel Vetter <daniel@ffwll.ch> - 2016-10-12 09:00 +0200
                RE: [PATCH]"drm: change DRM_MIPI_DSI module type from "bool" to  "tristate". "Sun, Jing A" <jing.a.sun@intel.com> - 2016-10-12 11:10 +0200
                RE: [PATCH]"drm: change DRM_MIPI_DSI module type from "bool" to "tristate". Jani Nikula <jani.nikula@linux.intel.com> - 2016-10-12 13:00 +0200
          Re: [PATCH]"drm: change DRM_MIPI_DSI module type from "bool" to "tristate". Emil Velikov <emil.l.velikov@gmail.com> - 2016-10-12 13:30 +0200
            Re: [PATCH]"drm: change DRM_MIPI_DSI module type from "bool" to "tristate". Jani Nikula <jani.nikula@linux.intel.com> - 2016-10-12 16:30 +0200

csiph-web