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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5851FC0015E for ; Thu, 13 Jul 2023 14:56:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231994AbjGMO45 (ORCPT ); Thu, 13 Jul 2023 10:56:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33204 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231671AbjGMO44 (ORCPT ); Thu, 13 Jul 2023 10:56:56 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C2572106 for ; Thu, 13 Jul 2023 07:56:55 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5FC9561849 for ; Thu, 13 Jul 2023 14:56:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C0DCAC433C8; Thu, 13 Jul 2023 14:56:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689260214; bh=TLrNv/65R1yYjwwxIAAJ9m/BnNgiu6kbJYskLPyGqL4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Bfng/N0xvWkuRfaPkxNenAwzirZHA1D685tNTKX8/92DnO8oY5u8eWsJOh0kzabJk bso2NFofLX7KEXI+WqNWHQQpBT/PP3iXpaEQjOyIbnuWHr45oXPMxyYLBSBQDv+XpO 7gF6xkMw//GIdBV2FVJ+zfxBRt2LnqzL3q8VfCqQb5Jybmdoh1QMQD3CJrLbDL2KYc 9Zv+YIQ8rVSKWShJzuJeotm5/RIqLAb8rWA6SvkV/okDN5lZcTALL8yzUnWHga+fQI rGMi/PXKOc/D+c+KDhjAcdRfTwNHB36kzgGYZtd/NF8x/oPeGQVajEpixlNao3rtZz CYGus1h1Ud59w== Date: Thu, 13 Jul 2023 15:56:50 +0100 From: Lee Jones To: Biju Das Cc: Geert Uytterhoeven , Prabhakar Mahadev Lad , linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH v2] mfd: Add module build support for RZ/G2L MTU3a Message-ID: <20230713145650.GG10768@google.com> References: <20230711092841.119161-1-biju.das.jz@bp.renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230711092841.119161-1-biju.das.jz@bp.renesas.com> Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On Tue, 11 Jul 2023, Biju Das wrote: > Modified Kconfig to enable module build support for RZ/G2L MTU3a driver. > While at it, added module.h header file. > > Signed-off-by: Biju Das > Reviewed-by: Geert Uytterhoeven > --- > v1->v2: > * Added Rb tag from Geert. > * Added module.h header file and updated commit description > * Retained Rb tag as the change is trivail. > --- > drivers/mfd/Kconfig | 2 +- > drivers/mfd/rz-mtu3.c | 1 + > 2 files changed, 2 insertions(+), 1 deletion(-) Applied, thanks -- Lee Jones [李琼斯]