From patchwork Tue Jul 15 16:55:06 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: 1405 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 C292319F464; Tue, 15 Jul 2025 16:55:09 +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=1752598510; cv=none; b=IdW8vFe1Fqf7dLQjROs72FkcUCFjP0U7SVyRVvVASFDC8aGiUM7lnGZ3bpJYolbkoozCVA0cwq4wPLdhFUjFft98htpdqGuAqmPQ2uCx1ybhfIMEvnKDzQ6c6HuIIkYMkrOFG9cE5J16rVKhBpNkhGPR4SOnpNEB5JYMYeGBpIM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752598510; c=relaxed/simple; bh=YBpupqx/DiqruEnwsGUgKedesGXi2T6CcG+cClChgcc=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=DotC+dPr36VsIg5KOmqVQfa51Mq5O3y7WnIRYA+oaZrkT6wzDM0x6/n65RdjFuZICs/oGJG3LE6pw4qK24hrBFgJtM6uBij/P5sNIQ+iemdgK4OaSIMRAd2s8bq2gTF8eKVrJlhCwA81E3BU6nE1nrYTCaNhmbnxUrq86GnsMAM= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Ou2iU8v4; 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="Ou2iU8v4" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2EC3EC4CEF4; Tue, 15 Jul 2025 16:55:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1752598509; bh=YBpupqx/DiqruEnwsGUgKedesGXi2T6CcG+cClChgcc=; h=Date:From:To:Cc:Subject:From; b=Ou2iU8v4de+o9jrtV7YqgqdvPxvpmiEdxE2uivxQB2EPCmxp9oiNylMYNiM2e7ayT v14zTMMDVgL00M8mpDjOdDsrviNxBlVXfqyLSu2bvSd6Lm7WhzmSP9q67fOz58UT5X 6cPM46Civ4XiF5TvoPtKiW48NGdyfHGMByxneId9/wbV2Fd+MOetDy3zQWDpymKdwT +AfjxsNcez6LtSoubWjOxUrZQ13f6zh6kFb/aw1ty4OPka0T1SEMidilWmKsh7AyKj M4t6sIpnMp0p9I8d5FId7WCV8MhPazzlVrWEHCp/FSbYhJHtu6KbdZwS+k+KOV6xqR 3rqMTWU/mpxCA== Received: by wens.tw (Postfix, from userid 1000) id E00D95FEDE; Wed, 16 Jul 2025 00:55:06 +0800 (CST) Date: Wed, 16 Jul 2025 00:55:06 +0800 From: Chen-Yu Tsai To: Stephen Boyd Cc: Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , linux-sunxi@lists.linux.dev, linux-clk@vger.kernel.org Subject: [GIT PULL] Allwinner clock fixes for 6.16 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 19272b37aa4f83ca52bdf9c16d5d81bdd1354494: Linux 6.16-rc1 (2025-06-08 13:44:43 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-clk-fixes-for-6.16 for you to fetch changes up to 01fdcbc7e5a56c9cba521e0f237cb5c3fd162432: clk: sunxi-ng: v3s: Fix TCON clock parents (2025-07-03 23:31:05 +0800) ---------------------------------------------------------------- Allwinner clock fixes for 6.16 - Mark A523 MBUS clock as critical - Fix names of CSI related clocks on V3s This includes changes to the driver, DT bindings and DT files. - Fix parents of TCON clock on V3s ---------------------------------------------------------------- Chen-Yu Tsai (1): clk: sunxi-ng: a523: Mark MBUS clock as critical Paul Kocialkowski (3): clk: sunxi-ng: v3s: Fix CSI SCLK clock name clk: sunxi-ng: v3s: Fix CSI1 MCLK clock name clk: sunxi-ng: v3s: Fix TCON clock parents .../devicetree/bindings/media/allwinner,sun6i-a31-csi.yaml | 2 +- .../devicetree/bindings/media/allwinner,sun6i-a31-isp.yaml | 2 +- .../bindings/media/allwinner,sun6i-a31-mipi-csi2.yaml | 2 +- arch/arm/boot/dts/allwinner/sun8i-v3s.dtsi | 2 +- drivers/clk/sunxi-ng/ccu-sun55i-a523.c | 3 ++- drivers/clk/sunxi-ng/ccu-sun8i-v3s.c | 14 +++++++------- include/dt-bindings/clock/sun8i-v3s-ccu.h | 2 +- 7 files changed, 14 insertions(+), 13 deletions(-)