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 922271474A8; Mon, 8 Jul 2024 18:14:24 +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=1720462464; cv=none; b=BXx+tnO2NbkRJmMaowLygK6ykicOukd+D3GrmtgCTY50Rh8sGRMHhU32Y8stg6D1Cx3fiXbou8bFq/enL+3dRgSxVpRASJCXHYCsTvop5NpjgBKsj9EUKy6ssfjTe27uksCKclpzuVdwFhll2eOvA+yAq2xSpmH7M/iX7wHY6+A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720462464; c=relaxed/simple; bh=XxmYGyGjID/BHhZeRJ8KegecLpcuJ3Co/NlmoLD4Lhc=; h=Message-ID:Content-Type:MIME-Version:In-Reply-To:References: Subject:From:Cc:To:Date; b=tZGK3ZjBH04vulAEDixPl28Ewf6TA7XJeE1r8DEL72DwK//acaz4JX6ejf9fS0rLk44ZFqV7uquwnXW9QwQVDCNV/VmSyqH6uhUDiQJf8rISpDigpnL+4MQIxapMYrlvqDn65tLtmObcKzLTY9R8lzqiEG/vcyHxmUT3SIod8Vw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=NOBXaOIr; 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="NOBXaOIr" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0AFD8C4AF0B; Mon, 8 Jul 2024 18:14:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1720462464; bh=XxmYGyGjID/BHhZeRJ8KegecLpcuJ3Co/NlmoLD4Lhc=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=NOBXaOIraSeAMDOc8QifM2SSjJnwTd1cSKK+A4y1SmLpXG8B4S57btwIHWJvO+AHc c/bYsResBbOHjJqPJDdCdIFbxfJXQLknKbhCFc33RmNgk6z54s0isIqtZKKkYrzXTf g33ZjxLS5Hddo3ZMKMPLSCjV1UwXXdiTQX95lTfffZcGiyqnerJMIRjZ4kviNUX6z+ QQNAUyIIeQj7JSQjh3lk2Bd4a/1Bluu07ElfJefwm+CRILkAYkEB0ZC6JEm8y1wrxn o4LAqClq16Q0Gy1XMyMPHGtw3077pt8qMrW3KOMUifFQ24hBTnCBRnn603qXLjskJG chtomuv2e0LFw== Message-ID: Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-clk@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20240706174425.19441-1-andersson@kernel.org> References: <20240706174425.19441-1-andersson@kernel.org> Subject: Re: [GIT PULL] Qualcomm clock updates for v6.11 From: Stephen Boyd Cc: linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Krzysztof Kozlowski , Taniya Das , Danila Tikhonov , Jagadeesh Kona , Luo Jie , Dmitry Baryshkov , Konrad Dybcio , Alexandru Gagniuc , Abel Vesa , Christophe JAILLET , Chukun Pan , Elliot Berman , Jeff Johnson , Lukas Bulwahn To: Bjorn Andersson , linux-clk@vger.kernel.org Date: Mon, 08 Jul 2024 11:14:21 -0700 User-Agent: alot/0.10 Quoting Bjorn Andersson (2024-07-06 10:44:24) >=20 > The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfab= d0: >=20 > Linux 6.10-rc1 (2024-05-26 15:20:12 -0700) >=20 > are available in the Git repository at: >=20 > https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qco= m-clk-for-6.11 >=20 > for you to fetch changes up to f27e42c7d3ff8ddfc57273efd1e8642ea89bad90: >=20 > clk: qcom: gcc-x1e80100: Fix halt_check for all pipe clocks (2024-07-01= 22:28:05 -0500) >=20 > ---------------------------------------------------------------- Thanks. Pulled into clk-next