From patchwork Fri May 16 02:10:27 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: 1678 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 8588523AD; Fri, 16 May 2025 02:10:29 +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=1747361429; cv=none; b=bHLoB/1M/MUxtjMcGqBX1hCikWs5Dslk/Vk6Ce7bpTmUpkU7xat+r3TjGp/wYFjk1dtorDkly+G9zjDIjiO6o3roN8/g77XqcVwYnVAw4vWf/RkIKbgMfZYpJ4felxbhrxEm1waPMoMiI59Hc8pknbP1erHehQWYwZtTOut4D3o= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747361429; c=relaxed/simple; bh=7iLcsar64p3IlyqtV30lQDat0mne5qNyqF1RJ4Rf9Tw=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=uYPIim87zp5uA5auayz0VbxpHmE/yRQDaZgZwVC0whpHYxIu9xVMEuO8mZMNXbxMz6Wr64KabQnGvjgKBg7au8Hc7eB2l+ktnJ6QCGqNFM/NqcK8y8lJeprKTkNYAdqdQPqx9epy1wJzWTf58seudhn6sitW3YAIzA5h24Zgo9Q= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=UA4F2dGN; 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="UA4F2dGN" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 405DCC4CEE7; Fri, 16 May 2025 02:10:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1747361429; bh=7iLcsar64p3IlyqtV30lQDat0mne5qNyqF1RJ4Rf9Tw=; h=Date:From:To:Cc:Subject:From; b=UA4F2dGNNX2tzM4+t2Ap6iaqj5W+zHbSuVKNh8o+UamoCIQ/ySj3yL9bwAWp/+i4W o7ZmSJlASHGkLRnp3G7hpNLdYgQoYayzTcDmpkCPIP69XgfToTMEPaNd6UxyqgXV3y lhMiziAODJ0MZb5GXgNtfrmNF/m8NmLxQBEzHtDaZy49gOnm3Yue5HJU+p0TWwds+c RFl/Z//D0ixvXEd2hzUuQ3tsRivLGuWjHKe6RYGibL/RJoYL1bOOkECjMgeC3AVzIc clu+mcnjeqOiqBo/YitL2/xBSb7aNliOS355psev2bCJQRVYp/jOB+k/KrJ1vMdXW5 D/83Tk5RRRtQQ== Received: by wens.tw (Postfix, from userid 1000) id 6599B5FEC5; Fri, 16 May 2025 10:10:27 +0800 (CST) Date: Fri, 16 May 2025 10:10:27 +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.15 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 0af2f6be1b4281385b618cb86ad946eded089ac8: Linux 6.15-rc1 (2025-04-06 13:11:33 -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.15 for you to fetch changes up to 98e6da673cc6dd46ca9a599802bd2c8f83606710: clk: sunxi-ng: d1: Add missing divider for MMC mod clocks (2025-05-14 00:40:13 +0800) ---------------------------------------------------------------- Allwinner clk fixes for 6.15 Only two changes: - Fix the order of arguments in clk macro for SUNXI_CCU_MP_DATA_WITH_MUX_GATE_FEAT that was recently introduced in v6.15-rc1 - Add missing post-divider for D1 MMC clocks to correct halved performance ---------------------------------------------------------------- Andre Przywara (2): clk: sunxi-ng: fix order of arguments in clock macro clk: sunxi-ng: d1: Add missing divider for MMC mod clocks drivers/clk/sunxi-ng/ccu-sun20i-d1.c | 44 ++++++++++++++++++++---------------- drivers/clk/sunxi-ng/ccu_mp.h | 25 ++++++++++++++++++-- 2 files changed, 48 insertions(+), 21 deletions(-)