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 A4BAAC77B73 for ; Thu, 20 Apr 2023 13:27:38 +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:MIME-Version:Date:Message-Id:Subject: References:In-Reply-To:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=EMd9CcL0nwIPq5bhED4jvZ7XmJaX1Pt4+u7aA/tCnCo=; b=av2P51SWWwdPYR lTYInE/y4POyHsPCNVXDUjKgStCe8mGORB0HlOmJveLVnqOUx0OIMJ8vnMEnnm105c/O85uqrxIa7 xwxWBRnHpslhnrYbPNB/dKDhJAL/WzlqrN1vlJlVEbiTXOMaeybbtLbJx7+TGdOPYBLkq/KEK0pKM tcjwhgDAI1wbAltm6GEveztzAsGWUqxauIEGyHaaPEtHunYZd4EQbBrADZwO+JSGR5+jPCVAiK60c uH9tQ2PsOZ+gkycbOHRus/NesB/fvV+BlBwB8jDy/kMqlDYVJWwqG/EkkCjDJzRiLrs2fqrXhnAGb ivxIi8baSJPof/9Tw2rQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1ppUJJ-008CUe-1k; Thu, 20 Apr 2023 13:26:53 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1ppUJG-008CUB-0G for linux-arm-kernel@lists.infradead.org; Thu, 20 Apr 2023 13:26:51 +0000 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 dfw.source.kernel.org (Postfix) with ESMTPS id 9564D61B5C; Thu, 20 Apr 2023 13:26:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5A31FC433D2; Thu, 20 Apr 2023 13:26:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1681997209; bh=J2vGlh/VykjbR4ar6yZ60zUmjSqs5dIfxT2XqOgmb0s=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=XJsjnsjLmrzX9PZPSw4dXgT6h9MXEvf1rkEHzf+WBpGKa++ZrCrwduhTkaiI9g47c BEUjlsszMZ521coYouUMxTE3L75W+coMcf0i9/FdmP0diA+Hje7UjwjX/9PTeuTxZ6 ikhZGdZ4Cw2UItyzyN4e8gE6pnUMtjLpaPJCaXi6Kw86fuoxVScOwVRxGiMHil21b9 g1qgANtP6zV+GRotTiKQuakwecDt13UBSbDl8m4LHXvT4KMAhFhf1yo6j+KfwunD39 ZeIdgdCkhjJ1EYn49OPFS+0VLq1wMXVPhx56ZNiLqV9fpKQVZH0nR+R5uuVbRlnl5q +vEC7EUFNi2lw== From: Mark Brown To: Dhruva Gole Cc: Vaishnav Achath , Vignesh , Apurva Nandan , linux-arm-kernel@lists.infradead.org, linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org, kernel test robot In-Reply-To: <20230420054257.925092-1-d-gole@ti.com> References: <20230420054257.925092-1-d-gole@ti.com> Subject: Re: [PATCH V3] spi: cadence-quadspi: use macro DEFINE_SIMPLE_DEV_PM_OPS Message-Id: <168199720703.80523.4875780053049670259.b4-ty@kernel.org> Date: Thu, 20 Apr 2023 14:26:47 +0100 MIME-Version: 1.0 X-Mailer: b4 0.13-dev-00e42 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230420_062650_157708_FCEE33D2 X-CRM114-Status: GOOD ( 12.54 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 20 Apr 2023 11:12:57 +0530, Dhruva Gole wrote: > Using this macro makes the code more readable. > It also inits the members of dev_pm_ops in the following manner > without us explicitly needing to: > > .suspend = cqspi_suspend, \ > .resume = cqspi_resume, \ > .freeze = cqspi_suspend, \ > .thaw = cqspi_resume, \ > .poweroff = cqspi_suspend, \ > .restore = cqspi_resume > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/1] spi: cadence-quadspi: use macro DEFINE_SIMPLE_DEV_PM_OPS commit: be3206e8906e7a93df673ab2e96d69304a008edc All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel