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 0D101CF259F for ; Wed, 19 Nov 2025 15:02:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=qhMn2TXxd1l//2DMffwczkjBWZJW5oQdA6S7mU1YRiA=; b=KC4jhbu1+aiCtuqSfYeIFBM6tX HLUxrtZv5+upcbF7A0LaCi326DoLEBkCePDDwMVVnsEeHs5+iBOjz9ReVh/ouGdbgJ7Pv8ndqtfhY H4t10ss1WUXoIUl84eNIwI9VcLPq3QC2GIUAveqMnWaw0TL+bWxmhgvLBYKyOQLdzhNrsH5DKTjkS RATYA8XpUqupMrbsd5sA4y4L0wyK7r7GTo22laDKNEzKM9YwWzgMyy1ZdsOvrgDxCNQMTv4vkMlCO XriqzCS5ZRLgJEeabHX1+umHIxCpvnEAMJ8X/0VmuJwTLXtoOGZBB7CmcZuNLXcI8qzJ+jNHJtM13 NDPBVdsA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vLjhI-00000003QqT-0eQ3; Wed, 19 Nov 2025 15:02:16 +0000 Received: from tor.source.kernel.org ([172.105.4.254]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1vLjhH-00000003Qq1-18Z4 for linux-arm-kernel@lists.infradead.org; Wed, 19 Nov 2025 15:02:15 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 9BC9E6020B; Wed, 19 Nov 2025 15:02:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D1B42C16AAE; Wed, 19 Nov 2025 15:02:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1763564534; bh=O5fL211jY64gu41HAFIXUFvgC/PevKGGEhVmfu+o420=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=juSDJAApvmZbbwiiiMthofICdzr3rL82l7kq3p0VUk/JjGP9ZCrJNx4oSJj4O8sGR 7FravT5c2InFjdHtHtj6RamLgNDRZPhozj+Qzs0oaTHW05BfuHxF4gRXAoRy+cecbc XGxoEJ/6zlggVMVhI3avKgshh+GHYLiibDqvZFCWFJMJzyUaXvBhUsjYrwZ6XcL5N9 u8zhOfPstKEeoRV06UvQRowaUxP5jGzbGOom8XTcXpciyRK3KgNHKdsykYWAGrphEM 4+KrNpkcqobZOV58scGSvYbWDzcbCAaz+uZaY9vJPY/8ElbG4n6Ye/ecEjcd6eotuV zGfOEuX6hncEw== From: Jisheng Zhang To: Doug Berger , Florian Fainelli , bcm-kernel-feedback-list@broadcom.com, Linus Walleij , Bartosz Golaszewski , Hoan Tran , Andy Shevchenko , Daniel Palmer , Romain Perier , Grygorii Strashko , Santosh Shilimkar , Kevin Hilman , Robert Jarzmik , Kunihiko Hayashi , Masami Hiramatsu , Shubhrajyoti Datta , Srinivas Neeli , Michal Simek Cc: linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org Subject: [PATCH v3 07/15] gpio: mlxbf2: Use modern PM macros Date: Wed, 19 Nov 2025 22:43:19 +0800 Message-ID: <20251119144327.13345-8-jszhang@kernel.org> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20251119144327.13345-1-jszhang@kernel.org> References: <20251119144327.13345-1-jszhang@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Use the modern PM macros for the suspend and resume functions to be automatically dropped by the compiler when CONFIG_PM or CONFIG_PM_SLEEP are disabled, without having to use __maybe_unused Signed-off-by: Jisheng Zhang Acked-by: Linus Walleij --- drivers/gpio/gpio-mlxbf2.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/gpio/gpio-mlxbf2.c b/drivers/gpio/gpio-mlxbf2.c index abffce3894fc..6668686a28ff 100644 --- a/drivers/gpio/gpio-mlxbf2.c +++ b/drivers/gpio/gpio-mlxbf2.c @@ -424,7 +424,7 @@ mlxbf2_gpio_probe(struct platform_device *pdev) return 0; } -static int __maybe_unused mlxbf2_gpio_suspend(struct device *dev) +static int mlxbf2_gpio_suspend(struct device *dev) { struct mlxbf2_gpio_context *gs = dev_get_drvdata(dev); @@ -436,7 +436,7 @@ static int __maybe_unused mlxbf2_gpio_suspend(struct device *dev) return 0; } -static int __maybe_unused mlxbf2_gpio_resume(struct device *dev) +static int mlxbf2_gpio_resume(struct device *dev) { struct mlxbf2_gpio_context *gs = dev_get_drvdata(dev); @@ -447,7 +447,7 @@ static int __maybe_unused mlxbf2_gpio_resume(struct device *dev) return 0; } -static SIMPLE_DEV_PM_OPS(mlxbf2_pm_ops, mlxbf2_gpio_suspend, mlxbf2_gpio_resume); +static DEFINE_SIMPLE_DEV_PM_OPS(mlxbf2_pm_ops, mlxbf2_gpio_suspend, mlxbf2_gpio_resume); static const struct acpi_device_id __maybe_unused mlxbf2_gpio_acpi_match[] = { { "MLNXBF22", 0 }, @@ -459,7 +459,7 @@ static struct platform_driver mlxbf2_gpio_driver = { .driver = { .name = "mlxbf2_gpio", .acpi_match_table = mlxbf2_gpio_acpi_match, - .pm = &mlxbf2_pm_ops, + .pm = pm_sleep_ptr(&mlxbf2_pm_ops), }, .probe = mlxbf2_gpio_probe, }; -- 2.51.0