From patchwork Sun Nov 16 08:00:34 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chen-Yu Tsai X-Patchwork-Id: 608 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 7426F288D6 for ; Sun, 16 Nov 2025 08:00:37 +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=1763280037; cv=none; b=LZBL7GslCzQjjZ5P+ia5dMzVg7tsOweFi63G80wKjpP+278vw2lyozj1o9S6d+ESHr8tRlXnsrIzz5PuORgW1x51yZKecFsuacTv4/jkkk8vtgZxyNUYY4refKJUrO+k29dDdaj/wzqwXnaqhMUTtqKCGRigUbQ/gXvolOAnk1o= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763280037; c=relaxed/simple; bh=oiCSedSb+vz06dq7HUd9ifzEUNgIQopka2q0mEATYDQ=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=s3fimtO3FLE6Vf35init38oU/s1Oa2nzESwSTRq9A8vbLsaoOwC1Z4v+KN4mJ/AdLCkj4dod0uPhwNVPgtv4aySAAgssnIir45X5Ga7u8YdB0M7eKYyAv3TBvDnmmidM82tv8mk1QQq/2LnhsXDZg5UwVV/iLUcTQIToTGk91mw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=WVWeVeAq; 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="WVWeVeAq" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D969AC113D0; Sun, 16 Nov 2025 08:00:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1763280037; bh=oiCSedSb+vz06dq7HUd9ifzEUNgIQopka2q0mEATYDQ=; h=Date:From:To:Cc:Subject:From; b=WVWeVeAqJ2AoBJ77gYb0DoTnPiVddFkdyH1ySh+LRFNsrTcJ//zXzSTNy1FSQYzBb GLaU1liEfmVRc9EVc9aoLyHKaJrEQzyBh0fnHj8xErQDQKuYd0s74aZL+cqyux02Gj stLqJRiV56Ahmk/nqez6G/sB7rOO7fttXNZWurlf2dBQ52HyxAjC6gppjsSAw4GWIg lzSirpLIlHzBQdYAkDLu0kjEdQtV3nLZNJoERF744EsggrshICcPm8xQjANGajbmaf 81thRYIDjkrqw6aM5aMvUUzq5bFkZ1r7e8AGBiezkV2QNlIG++0FWlPoeDxUiykmy8 sgD0AlUpM7DOA== Received: by wens.tw (Postfix, from userid 1000) id 74AEB5FBF7; Sun, 16 Nov 2025 16:00:34 +0800 (CST) Date: Sun, 16 Nov 2025 16:00:34 +0800 From: Chen-Yu Tsai To: soc@kernel.org Cc: Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , linux-sunxi@lists.linux.dev, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL] Allwinner Driver changes for 6.19 Message-ID: Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Disposition: inline Status: O The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787: Linux 6.18-rc1 (2025-10-12 13:42:36 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-drivers-for-6.19 for you to fetch changes up to 122df8416e7f4c68fb3248377a2b34cdd31a85b0: bus: sunxi-rsb: Remove redundant pm_runtime_mark_last_busy() calls (2025-10-29 01:10:10 +0800) ---------------------------------------------------------------- Allwinner driver changes for 6.19 Just one cleanup change that is part of tree wide cleanup of redundant pm_runtime_mark_last_busy() calls. ---------------------------------------------------------------- Sakari Ailus (1): bus: sunxi-rsb: Remove redundant pm_runtime_mark_last_busy() calls drivers/bus/sunxi-rsb.c | 2 -- 1 file changed, 2 deletions(-)