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 8B19F202963; Mon, 7 Jul 2025 16:29:39 +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=1751905779; cv=none; b=hby+L7KUkfMly9Hokm1kwCBN6qTkv6MaoYYLnA9AOr+G5Pyr2g9M/hekoEmrRV+TvVLGhxMlW5GczZW0uwbIonMEFybjf3jAN/bCTs+y4/uM7oGOgvFzdKuhQYVYlsO+nOiidAqW7/MEasKKj4GqWOy99wqGPNCWvZcfekqhwcs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751905779; c=relaxed/simple; bh=x6xy6Nd7dJ9i3jyg0TWuMRSyOLMSWqFMfnjYToAUBZ4=; h=From:To:Cc:In-Reply-To:References:Subject:Message-Id:Date: MIME-Version:Content-Type; b=aiFn9IWj1GVitfA7kAxIhSXMY1DRVfQPXodj1064mr6ENm1txTD/gRuUrhRpt0EeHWmIwD5wUfX1Ylm57Fl8HGkMDiLpg86i4vYeW1bllsm/2Lx8r1gmtdCl+969L4nskZ/Abx325QZNvlPnS5P8FdirT43U62l5Gy/1vDPf21k= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=feLCwmh5; 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="feLCwmh5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2E59CC4CEE3; Mon, 7 Jul 2025 16:29:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1751905779; bh=x6xy6Nd7dJ9i3jyg0TWuMRSyOLMSWqFMfnjYToAUBZ4=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=feLCwmh5YdpJZXI29tCuzXYsUyUphB7cCHw7buA5DLz71bWk38f1R/NnFcVuDn5JP tzMI0IJbP9lLJkDKuPzgdGmBnngferkCMTwpRR7XQc5SnLAwQpaxul8opYGiEEao2y crd76J6aB5/tVB6A02G4pxElsPvYB/q75dnRauB2mJwVNRfl5/iUFRr6LIS5U3Dyuf gHk56Z92frw+MRvzU2uC2f2yoLbgZENdI+/qfhh2zORLpaGYBNDoAuYaLJzIJnGsDs 20RMCudzbNcnm6qt+G5tUMptb1pdB38J7NKxNpSB+qiUbBHxtERz8J4JAPUEDnpcTN G8R0zirh/1Sew== From: Mark Brown To: linux-pm@vger.kernel.org, Sakari Ailus Cc: linux-kernel@vger.kernel.org, "Rafael J. Wysocki" In-Reply-To: <20250704075225.3212486-1-sakari.ailus@linux.intel.com> References: <20250704075225.3212486-1-sakari.ailus@linux.intel.com> Subject: Re: (subset) [PATCH 00/80] treewide: Remove redundant pm_runtime_mark_last_busy() calls Message-Id: <175190577792.67593.6107021560229375929.b4-ty@kernel.org> Date: Mon, 07 Jul 2025 17:29:37 +0100 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: b4 0.15-dev-cff91 On Fri, 04 Jul 2025 10:52:25 +0300, Sakari Ailus wrote: > Sakari Ailus (80): > accel/ivpu: Remove redundant pm_runtime_mark_last_busy() calls > accel/amdxdna: Remove redundant pm_runtime_mark_last_busy() calls > Bluetooth: Remove redundant pm_runtime_mark_last_busy() calls > bus: sunxi-rsb: Remove redundant pm_runtime_mark_last_busy() calls > hwrng: Remove redundant pm_runtime_mark_last_busy() calls > clk: imx: Remove redundant pm_runtime_mark_last_busy() calls > clk: qcom: Remove redundant pm_runtime_mark_last_busy() calls > crypto: Remove redundant pm_runtime_mark_last_busy() calls > dmaengine: at_xdmac: Remove redundant pm_runtime_mark_last_busy() > calls > dmaengine: pl330: Remove redundant pm_runtime_mark_last_busy() calls > dmaengine: qcom: Remove redundant pm_runtime_mark_last_busy() calls > dmaengine: ste_dma40: Remove redundant pm_runtime_mark_last_busy() > calls > dmaengine: ti: Remove redundant pm_runtime_mark_last_busy() calls > dmaengine: zynqmp_dma: Remove redundant pm_runtime_mark_last_busy() > calls > gpio: arizona: Remove redundant pm_runtime_mark_last_busy() calls > drm/amd: Remove redundant pm_runtime_mark_last_busy() calls > drm/nouveau: Remove redundant pm_runtime_mark_last_busy() calls > drm/radeon: Remove redundant pm_runtime_mark_last_busy() calls > drm/panfrost: Remove redundant pm_runtime_mark_last_busy() calls > drivers: drm: Remove redundant pm_runtime_mark_last_busy() calls > HSI: omap_ssi_port: Remove redundant pm_runtime_mark_last_busy() calls > stm class: Remove redundant pm_runtime_mark_last_busy() calls > i2c: Remove redundant pm_runtime_mark_last_busy() calls > i3c: master: svc: Remove redundant pm_runtime_mark_last_busy() calls > i3c: dw: Remove redundant pm_runtime_mark_last_busy() calls > HID: intel-thc-hid: Remove redundant pm_runtime_mark_last_busy() calls > iio: accel: Remove redundant pm_runtime_mark_last_busy() calls > iio: adc: Remove redundant pm_runtime_mark_last_busy() calls > iio: chemical: Remove redundant pm_runtime_mark_last_busy() calls > iio: common: Remove redundant pm_runtime_mark_last_busy() calls > iio: dac: Remove redundant pm_runtime_mark_last_busy() calls > iio: gyro: Remove redundant pm_runtime_mark_last_busy() calls > iio: imu: Remove redundant pm_runtime_mark_last_busy() calls > iio: light: Remove redundant pm_runtime_mark_last_busy() calls > iio: magnetometer: Remove redundant pm_runtime_mark_last_busy() calls > iio: pressure: Remove redundant pm_runtime_mark_last_busy() calls > iio: proximity: Remove redundant pm_runtime_mark_last_busy() calls > iio: temperature: Remove redundant pm_runtime_mark_last_busy() calls > Input: omap4-keypad: Remove redundant pm_runtime_mark_last_busy() > calls > Input: cs40l50: Remove redundant pm_runtime_mark_last_busy() calls > media: Remove redundant pm_runtime_mark_last_busy() calls > mfd: Remove redundant pm_runtime_mark_last_busy() calls > mei: Remove redundant pm_runtime_mark_last_busy() calls > mmc: Remove redundant pm_runtime_mark_last_busy() calls > mtd: rawnand: gpmi: Remove redundant pm_runtime_mark_last_busy() calls > net: ethernet: Remove redundant pm_runtime_mark_last_busy() calls > net: ipa: Remove redundant pm_runtime_mark_last_busy() calls > net: wireless: Remove redundant pm_runtime_mark_last_busy() calls > net: wwan: Remove redundant pm_runtime_mark_last_busy() calls > nfc: trf7970a: Remove redundant pm_runtime_mark_last_busy() calls > PCI/portdrv: Remove redundant pm_runtime_mark_last_busy() calls > phy: motorola: phy-mapphone-mdm6600: Remove redundant > pm_runtime_mark_last_busy() calls > phy: ti: phy-twl4030-usb: Remove redundant pm_runtime_mark_last_busy() > calls > power: supply: bq24190: Remove redundant pm_runtime_mark_last_busy() > calls > power: supply: twl4030_charger: Remove redundant > pm_runtime_mark_last_busy() calls > pwm: img: Remove redundant pm_runtime_mark_last_busy() calls > regulator: stm32-vrefbuf: Remove redundant pm_runtime_mark_last_busy() > calls > remoteproc: omap: Remove redundant pm_runtime_mark_last_busy() calls > slimbus: Remove redundant pm_runtime_mark_last_busy() calls > soundwire: Remove redundant pm_runtime_mark_last_busy() calls > spi: Remove redundant pm_runtime_mark_last_busy() calls > staging: greybus: Remove redundant pm_runtime_mark_last_busy() calls > greybus: Remove redundant pm_runtime_mark_last_busy() calls > media: rkvdec: Remove redundant pm_runtime_mark_last_busy() calls > thunderbolt: Remove redundant pm_runtime_mark_last_busy() calls > serial: Remove redundant pm_runtime_mark_last_busy() calls > usb: Remove redundant pm_runtime_mark_last_busy() calls > w1: omap-hdq: Remove redundant pm_runtime_mark_last_busy() calls > ALSA: hda: Remove redundant pm_runtime_mark_last_busy() calls > ASoC: atmel: Remove redundant pm_runtime_mark_last_busy() calls > ASoC: codecs: Remove redundant pm_runtime_mark_last_busy() calls > ASoC: Intel: Remove redundant pm_runtime_mark_last_busy() calls > ASoC: component: Remove redundant pm_runtime_mark_last_busy() calls > ASoC: SOF: Remove redundant pm_runtime_mark_last_busy() calls > ALSA: intel_hdmi: Remove redundant pm_runtime_mark_last_busy() calls > soc: apple: mailbox: Remove redundant pm_runtime_mark_last_busy() > calls > block: pm: Remove redundant pm_runtime_mark_last_busy() calls > Input: cyapa - Remove redundant pm_runtime_mark_last_busy() calls > mei: Remove redundant pm_runtime_mark_last_busy() calls > scsi: block: pm: Remove redundant pm_runtime_mark_last_busy() calls > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [61/80] spi: Remove redundant pm_runtime_mark_last_busy() calls commit: 2fca750160f29015ab1109bb478537a4e415f7cd 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