Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752549AbcJKIkz convert rfc822-to-8bit (ORCPT ); Tue, 11 Oct 2016 04:40:55 -0400 Received: from mga01.intel.com ([192.55.52.88]:29063 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752500AbcJKIkx (ORCPT ); Tue, 11 Oct 2016 04:40:53 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,476,1473145200"; d="scan'208";a="1063190872" From: "Sun, Jing A" To: Takashi Iwai , Jani Nikula CC: "airlied@linux.ie" , "Vetter, Daniel" , "linux-kernel@vger.kernel.org" , "dri-devel@lists.freedesktop.org" , "a.hajda@samsung.com" , Thierry Reding Subject: RE: [PATCH]"drm: change DRM_MIPI_DSI module type from "bool" to "tristate". Thread-Topic: [PATCH]"drm: change DRM_MIPI_DSI module type from "bool" to "tristate". Thread-Index: AdIiyFQ3kRZbeKSHSfWDLcO0nnw+Tf//icyAgAAYxYD//f9ksA== Date: Tue, 11 Oct 2016 08:40:47 +0000 Message-ID: References: <87h98ktxow.fsf@intel.com> In-Reply-To: Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2473 Lines: 81 Dear Maintainers, It's needed that DRM Driver module could be removed and reloaded after kernel booting on the projects that I have been working on, and I hope such module type change could be accepted. Looks like Iwai has similar change request as well. Would you please review it and let us know if any concerns? Regards, Sun, Jing -----Original Message----- From: Takashi Iwai [mailto:tiwai@suse.de] Sent: Monday, October 10, 2016 5:57 PM To: Jani Nikula Cc: Sun, Jing A; airlied@linux.ie; Vetter, Daniel; linux-kernel@vger.kernel.org; dri-devel@lists.freedesktop.org; Takashi Iwai; a.hajda@samsung.com; Thierry Reding Subject: Re: [PATCH]"drm: change DRM_MIPI_DSI module type from "bool" to "tristate". On Mon, 10 Oct 2016 10:28:31 +0200, Jani Nikula wrote: > > On Mon, 10 Oct 2016, "Sun, Jing A" 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 > > 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 > > --- > > 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 >