From patchwork Fri May 16 02:11:03 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: 1677 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 3596123AD; Fri, 16 May 2025 02:11:05 +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=1747361465; cv=none; b=BTCpPFG71I/I1466Hqej8v324KSRUsLwtrb5x/VbYPtoSxOwqg4S2M4/dac9PWoBJfQM56BY8m0nHPz28L/oLNhulJ/5jdjB21RDBV6zKdx2KO8YhQJr/giWsITaq3d72hll1B6auFHajGSX/t3qEKfN4Gn5/J3RK4oYIYL0Q3g= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747361465; c=relaxed/simple; bh=it64++/TBIcO04ua6YzkJRzrmlhEFYRLff/zIz8IRLY=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=hd3Nuu2F5WwdgsfOw0knBtcU2Ssk2tdJV/uJRDd1Man4VWfJri2fIC0gzDaQMJrRSMF7nYJF+cY7y0vhgqsSQAmu0Rrkg+AD80NkswGW4Jrk7swdWAP7eEXjb2zJeaQlYJxRykIG6dvBqA8dRKlSh8Aim/VqlkiZs9Wfvg9vp1Q= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Fra0/69R; 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="Fra0/69R" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D3FE4C4CEE7; Fri, 16 May 2025 02:11:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1747361465; bh=it64++/TBIcO04ua6YzkJRzrmlhEFYRLff/zIz8IRLY=; h=Date:From:To:Cc:Subject:From; b=Fra0/69RxRrtTmaMG2zPJTnWfeO9BCcGEgJSIDbPhunyx4rGhIdc+36OPpr5zsBRC noX8xQEw67KdcJMVoQizLEcE3nTf8tEmUvsdmArh/TN0XVTBYBTIveZirhjfTO2kRb xidLsezRYuK14NicNK4WjaYUWZrJD1mbJqEr8R4LB9kJQe+2xPUbFB8GQ31KjZTR7Q dDMk8JXo39ju6TFmWMG77FJsYmRhcA9Co36lLoS2EOmzP4ecrx9GaOJTlTaHTW4jlC VrhUZ9mm4CcIS/OrvNHVjN1AQPXEt1YCzg2ogtFOdvY4nmFUmGtsl+Epj/xXGg9GTN PT7UILHTgH11Q== Received: by wens.tw (Postfix, from userid 1000) id 39CCD5FEC5; Fri, 16 May 2025 10:11:03 +0800 (CST) Date: Fri, 16 May 2025 10:11:03 +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 changes 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 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-for-6.16 for you to fetch changes up to be0e9a3727872783bad0752dc82e0857f4776049: clk: sunxi-ng: ccu: add Display Engine 3.3 (DE33) support (2025-05-12 23:55:06 +0800) ---------------------------------------------------------------- Allwinner clk changes for 6.16 - Add support for DE (display engine) 3.3 clocks on H616 - Add missing LVDS reset control on H616 - Do not enable by default during compile testing ---------------------------------------------------------------- Chris Morgan (2): dt-bindings: clock: sun50i-h616-ccu: Add LVDS reset clk: sunxi-ng: h616: Add LVDS reset for LCD TCON Krzysztof Kozlowski (2): clk: sunxi-ng: Do not enable by default during compile testing clk: sunxi: Do not enable by default during compile testing Ryan Walklin (2): dt-bindings: allwinner: add H616 DE33 clock binding clk: sunxi-ng: ccu: add Display Engine 3.3 (DE33) support .../clock/allwinner,sun8i-a83t-de2-clk.yaml | 1 + drivers/clk/sunxi-ng/Kconfig | 48 +++++++++++----------- drivers/clk/sunxi-ng/ccu-sun50i-h616.c | 1 + drivers/clk/sunxi-ng/ccu-sun8i-de2.c | 25 +++++++++++ drivers/clk/sunxi/Kconfig | 10 ++--- include/dt-bindings/reset/sun50i-h616-ccu.h | 1 + 6 files changed, 57 insertions(+), 29 deletions(-)