From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 02609EB64D9 for ; Mon, 26 Jun 2023 22:16:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229696AbjFZWQp (ORCPT ); Mon, 26 Jun 2023 18:16:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32802 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229766AbjFZWQa (ORCPT ); Mon, 26 Jun 2023 18:16:30 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 646CCE5A; Mon, 26 Jun 2023 15:16:25 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E9CFF60EF2; Mon, 26 Jun 2023 22:16:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 34C4BC433C8; Mon, 26 Jun 2023 22:16:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1687817784; bh=1fb5kx18XxdnYgvO4fpROF+3cipTjE+jCQd55iaN6K8=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=BBmK6ynqWp3FK3VFYG6IX2mmmeICTKJYwBlm73h5iW4aagvIB5Tt5ymvzkulw62UI 9fdd/88fpqkB4/y221op6Sgaf8KqneQZfkMNC5vb7LcCK0q6//GQzHhWR7dACtjy4S c8GftRfli4iUmlqndpd1uGFlRU7omssS5Tk+hTeWBCOzlmHb5mE26VClVj9rjbN0VW 91yxTEyeBNY96LBJ7ls1P4vOJcET6dByB4jZhD3EQGP/z2POgYLdsk3OlMDkCus3U2 1yPBnQI9neApqShgJ46zV9embTSepOGMoArEZMZQPU3Ok+IWshIx3zkFLndI4pn0e8 GEsH+ez2AXSiQ== Message-ID: <12bc6772862528dce110b50043b58dd3.sboyd@kernel.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20230626171736.2494708-1-andersson@kernel.org> References: <20230626171736.2494708-1-andersson@kernel.org> Subject: Re: [GIT PULL] Qualcomm clock updates for v6.5, second attempt From: Stephen Boyd Cc: linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Andy Gross , Konrad Dybcio , Devi Priya , Imran Shaik , Jagadeesh Kona , Krzysztof Kozlowski , Srinivas Kandagatla , Dmitry Baryshkov , Kathiravan T , Taniya Das , Anusha Rao , Christian Marangi , Luca Weiss , Robert Marko , Arnd Bergmann , Bjorn Andersson , Mantas Pucka To: Bjorn Andersson , linux-clk@vger.kernel.org Date: Mon, 26 Jun 2023 15:16:21 -0700 User-Agent: alot/0.10 Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Bjorn Andersson (2023-06-26 10:17:36) > As reported by Stephen, the first v6.5 pull request was missing the SC828= 0XP > LPASS DeviceTree binding include, which was supposed to be brought in thr= ough a > topic branch. Merged this branch top of the previous pull request to avoid > rebasing the branch at this time. >=20 > Regards, > Bjorn >=20 > The following changes since commit ac9a78681b921877518763ba0e89202254349d= 1b: >=20 > Linux 6.4-rc1 (2023-05-07 13:34:35 -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.5-2 >=20 > for you to fetch changes up to e5d10d1d1aa4c7274bf7ff54660832004800655a: >=20 > Merge branch '20230608125315.11454-2-srinivas.kandagatla@linaro.org' in= to clk-for-6.5 (2023-06-26 09:26:48 -0700) >=20 > ---------------------------------------------------------------- Thanks. Pulled into clk-next