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 F345E18F for ; Fri, 18 Nov 2022 20:37:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 15B07C433C1; Fri, 18 Nov 2022 20:37:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668803866; bh=cOn+UeznysT4egNokhEsxa/YqRTQE0tFv74FA17/TIk=; h=Date:From:To:Cc:Subject:From; b=A+iuoCTGcgj+ZVrawrNzi4CnU8rKW/Fd4M9XsJSS3w43HVkAbyfKhazmLkym85u8m TxnGopASRnpUdahSBmuwc1raEMJl9qal9EXpmbVKM1Qv6m8qrYMDm8hx86EK1lVKLj y/tFVFlBu9bYFZHVOwebAdYgohpcZrQLSbwcrZYIz+Mw0Gzw4j4vu4uFXt0iYGbV5E WrkfCN4NbVlUwibT76ekToos90NNKX7N9/oUuov+s6WR0hn8no99Gj8BsrcrPDotXA t1/ZkC9j0VsldSV9g7ghZLoBT5y3ZTie33EV05qDNOM8YOxbcc2Aa8q19DknsbD7hY pkHwrD2EzMwKw== Date: Fri, 18 Nov 2022 21:37:42 +0100 From: Jernej Skrabec To: mturquette@baylibre.com, sboyd@kernel.org Cc: wens@csie.org, samuel@sholland.org, linux-clk@vger.kernel.org, linux-sunxi@lists.linux.dev Subject: [GIT PULL] Allwinner clock changes for 6.2, try 2 Message-ID: Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi! Please pull following clock changes for 6.2. Best regards, Jernej The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: Linux 6.1-rc1 (2022-10-16 15:36:24 -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.2-1 for you to fetch changes up to f64603c9729af406167cb9beb66687b1abc4196e: clk: sunxi-ng: f1c100s: Add IR mod clock (2022-11-16 19:49:18 +0100) ---------------------------------------------------------------- - fixed header guard for V3S clocks - add IR module clock for f1c100s ---------------------------------------------------------------- Andre Przywara (1): clk: sunxi-ng: f1c100s: Add IR mod clock Wei Li (1): clk: sunxi-ng: v3s: Correct the header guard of ccu-sun8i-v3s.h drivers/clk/sunxi-ng/ccu-sun8i-v3s.h | 6 +++--- drivers/clk/sunxi-ng/ccu-suniv-f1c100s.c | 11 ++++++++++- drivers/clk/sunxi-ng/ccu-suniv-f1c100s.h | 2 +- include/dt-bindings/clock/suniv-ccu-f1c100s.h | 2 ++ 4 files changed, 16 insertions(+), 5 deletions(-)