From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 279E4C433F5 for ; Thu, 14 Apr 2022 13:57:29 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A561610FDBC; Thu, 14 Apr 2022 13:57:28 +0000 (UTC) Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2395D10FDC9; Thu, 14 Apr 2022 13:57:27 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 92C24B8299D; Thu, 14 Apr 2022 13:57:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EE3D5C385AB; Thu, 14 Apr 2022 13:57:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1649944644; bh=0qaZLey80GwRxkbnpELNNiiu04Z1tGmUnvBYVBn6HLo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RkJwBjEPV04YrtZCp+NB0wsr+vR3Yyui3vsao0OEAesgcZ7S5YaL1G9kU7+BRz8eG hnU7Q41bkx9pSsGPe+xSLyCqg6EwC+mA9czIPVmBSEveBXYp553m4i5INTL+iNL0jr MQUMviaf2RkOG2kuluKkCQNmX4JZ4v6A2WFUK99M= Date: Thu, 14 Apr 2022 15:19:27 +0200 From: Greg Kroah-Hartman To: Jani Nikula Message-ID: References: <20220414123033.654198-1-jani.nikula@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220414123033.654198-1-jani.nikula@intel.com> Subject: Re: [Intel-gfx] [PATCH 0/1] add support for enum module parameters X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andrew Morton , intel-gfx@lists.freedesktop.org, Lucas De Marchi , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Thu, Apr 14, 2022 at 03:30:32PM +0300, Jani Nikula wrote: > Hey, I've sent this before, ages ago, but haven't really followed > through with it. I still think it would be useful for many scenarios > where a plain number is a clumsy interface for a module param. > > Thoughts? We should not be adding new module parameters anyway (they operate on code, not data/devices), so what would this be used for? thanks, greg k-h