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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 0A9A1C0015E for ; Wed, 19 Jul 2023 16:55:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ztJc1Phe62vUtEYjH8HDbq/Egq5HcR5PW5NiRyZhN9o=; b=pJaIFyKB/59fAR nktZHUYH4Smjm0kQwD8SMS9VwOZuvppAeA93mTvBpSoG87dvIJUTpbfzCXtPHq8FUg6ofVpEmtM+5 zel+QhOSN2oMWtA+RuUT1Dwv8sDrQEuGGU2O+C01UvHK4DmoAzuOseoytSAH4i9bSYzPYaLQF6fF2 FkBJ68gJ99vp8SlSIKtRFiNcKEt/6dTqbgtwjbcYldgDx88yANunQNnb0dwH5pxdVgj/WrmFk2+Hm yp8Pp4bTUV0avgi7i1FOyQFPuecRvxKIl3W8N3yEdF+smI/eDgbonFS+Gcz0bM1HicLzW1WV/xPVh mzG8225DoAym3FIdLpLw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qMASA-008DoK-1b; Wed, 19 Jul 2023 16:55:06 +0000 Received: from mga07.intel.com ([134.134.136.100]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qMAS7-008DnA-0l for linux-riscv@lists.infradead.org; Wed, 19 Jul 2023 16:55:04 +0000 X-IronPort-AV: E=McAfee;i="6600,9927,10776"; a="432709852" X-IronPort-AV: E=Sophos;i="6.01,216,1684825200"; d="scan'208";a="432709852" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jul 2023 09:55:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10776"; a="970681579" X-IronPort-AV: E=Sophos;i="6.01,216,1684825200"; d="scan'208";a="970681579" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga006.fm.intel.com with ESMTP; 19 Jul 2023 09:54:59 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1qMAS0-001bZ0-3C; Wed, 19 Jul 2023 19:54:56 +0300 Date: Wed, 19 Jul 2023 19:54:56 +0300 From: Andy Shevchenko To: Samuel Holland Cc: Linus Walleij , Bartosz Golaszewski , Emil Renner Berthing , Rob Herring , Frank Rowand , Palmer Dabbelt , Palmer Dabbelt , Paul Walmsley , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org Subject: Re: [PATCH v2 4/4] gpio: sifive: Allow building the driver as a module Message-ID: References: <20230719163446.1398961-1-samuel.holland@sifive.com> <20230719163446.1398961-5-samuel.holland@sifive.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230719163446.1398961-5-samuel.holland@sifive.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230719_095503_341231_D8854154 X-CRM114-Status: UNSURE ( 8.75 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org On Wed, Jul 19, 2023 at 09:34:45AM -0700, Samuel Holland wrote: > This can reduce the kernel image size in multiplatform configurations. Reviewed-by: Andy Shevchenko -- With Best Regards, Andy Shevchenko _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv