From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 01A712E0921; Mon, 25 Aug 2025 15:06:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756134406; cv=none; b=GDLMW57IDrIupJEhDmYg1SIPVqfmyem5cnNc2cOgLMupgTvZoGZ5WoT4N56tRdCgHdmCwy8hTYM/ZvkuvAMD4Nyi4JFSSRjrGyv9/Gbdvd/Z0PFVoczmEw6F7qa2mpO1a1ZWD7wdeQpVGAY5c+QD4DW9enjqUmaYQQbK4qObCP0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756134406; c=relaxed/simple; bh=IEx3IdPUhnV7OGkpnwVUrIgWfs2rY/cYnWctQCEEJ/Q=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=PzxV6PLTdw/szMxT/lItxEzCZ+Co/vlg+n8Hfpes7SNYkDweQKv+/l4G2nnAEtjtJRxhZudiTRAi7Kn5+KigjHqDifqP/NFfa+sfnWIaYcFmCSOTJeCGIqXsllFWeaoQ2j4ag9pIWvhdkgIYE4UdaemIc7YORD19oOHmvgpJhbs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=HlRrsJYh; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="HlRrsJYh" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A6B59C4CEED; Mon, 25 Aug 2025 15:06:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1756134405; bh=IEx3IdPUhnV7OGkpnwVUrIgWfs2rY/cYnWctQCEEJ/Q=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=HlRrsJYhezCzuHJ5a+MGB50ele/+stfeexSys4m2CimEgtgYnb6qO3lQbtEelF2XN x2r8ZAIgel4ZkWILiruJUWd8BKxMfHkrmJ/tbQbZfZSvUlUkNRSCWbfXb6Z0yyslHr FMBldh/aW0/Y5qy3d+4ZH/b6J01+zLvlYisLdczp2MJMfidSxf9qu6Svf1AHqComgZ Fy5LGqmlD36AF7H6+DAh55YYeGSxLbX/SUoYwwNAhWWL9LOdjkpCLEJ6flwj+5OOt4 VdY8mARebFa5oyr28ThqHAzM9j+Xf8ouBCibS3HjpjuDikTcpXCoE4kE6o7PcnPm6D I1O+d9iyK7BMQ== Date: Mon, 25 Aug 2025 16:06:17 +0100 From: Jonathan Cameron To: Sakari Ailus Cc: David Lechner , Nuno =?UTF-8?B?U8Oh?= , Andy Shevchenko , Linus Walleij , Eugen Hristev , Nicolas Ferre , Alexandre Belloni , Claudiu Beznea , Cai Huoqing , Haibo Chen , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Marek Vasut , Geert Uytterhoeven , Magnus Damm , Lad Prabhakar , Maxime Coquelin , Alexandre Torgue , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Francesco Dolcini , =?UTF-8?B?Sm/Do28=?= Paulo =?UTF-8?B?R29uw6dhbHZlcw==?= , Rui Miguel Silva , Jean-Baptiste Maneyrol , Subhajit Ghosh , Gerald Loacker , Andreas Klinger , Crt Mori , Waqar Hameed , Julien Stephan , Peter Zijlstra , Greg KH , Bo Liu , Al Viro , Sean Nyekjaer , Frank Li , Han Xu , Rayyan Ansari , Gustavo Vaz , Matti Vaittinen , Alexandru Ardelean , "Jiri Slaby (SUSE)" , "Rob Herring (Arm)" , Fabrice Gasnier , Uwe =?UTF-8?B?S2xlaW5lLUvDtm5pZw==?= , Olivier Moysan , Christophe JAILLET , Marcelo Schmitt , Vasileios Amoiridis , Srinivas Pandruvada , Hans de Goede , Javier Carrasco , Abhash Jha , chuguangqing , Shreeya Patel , Per-Daniel Olsson , =?UTF-8?B?QmFybmFiw6FzIEN6?= =?UTF-8?B?w6ltw6Fu?= , Neil Armstrong , David Laight , Jakob Hauser , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, imx@lists.linux.dev, linux-renesas-soc@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-sunxi@lists.linux.dev Subject: Re: [PATCH v3 07/12] iio: imu: Remove redundant pm_runtime_mark_last_busy() calls Message-ID: <20250825160617.3ad85902@jic23-huawei> In-Reply-To: <20250825135401.1765847-8-sakari.ailus@linux.intel.com> References: <20250825135401.1765847-1-sakari.ailus@linux.intel.com> <20250825135401.1765847-8-sakari.ailus@linux.intel.com> X-Mailer: Claws Mail 4.3.1 (GTK 3.24.50; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-iio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 25 Aug 2025 16:53:56 +0300 Sakari Ailus wrote: > pm_runtime_put_autosuspend(), pm_runtime_put_sync_autosuspend(), > pm_runtime_autosuspend() and pm_request_autosuspend() now include a call > to pm_runtime_mark_last_busy(). Remove the now-reduntant explicit call to > pm_runtime_mark_last_busy(). > > Signed-off-by: Sakari Ailus Applied. Thanks,