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 4E616C433EF for ; Wed, 9 Mar 2022 18:18:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233757AbiCISS6 (ORCPT ); Wed, 9 Mar 2022 13:18:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49610 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231778AbiCISSz (ORCPT ); Wed, 9 Mar 2022 13:18:55 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 85DB845062; Wed, 9 Mar 2022 10:17:56 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id F31FBB82260; Wed, 9 Mar 2022 18:17:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8CA0CC340E8; Wed, 9 Mar 2022 18:17:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1646849873; bh=DLoe9VsBm1F5UzhArWcsKKlXI8dGWPQnv2PJBF5BIkQ=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=C0corbsnPk/WFeTGDO46Rpd2dABZegqC73qGcYDlbcI24PuScZmZwvBxBXGBY/liA sdYviwmkoqm8QROwEq9nlzRAVbjfJUrH13w/QEgweGJxWIFk7Dx7ORRKN5qRALnaO4 hE1chMKOD2N6vWgPkdcFZ4Jao05uOU/Ca9CRdkHTIAGIG+MNr5HjtHuaqGQg5DoZmz oqCMxJltrDbVengM62OhagqlkSPBgfIBYpMVqZta69rVoDz2PODrx9MxVWjTkpd3ke 67aYrqhqdQwROZRflaqifw1Y43UHhLv23sRVeO2vrx4A02zR2tUS8w+EKCRZG7azTc z8VJbndZxRxow== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20220308152657.30651-1-nicolas.ferre@microchip.com> References: <20220308152657.30651-1-nicolas.ferre@microchip.com> Subject: Re: [GIT PULL] clk: at91: clk for 5.18 From: Stephen Boyd Cc: Nicolas Ferre , Linux Kernel list , linux-arm-kernel , Alexandre Belloni , Claudiu Beznea To: linux-clk@vger.kernel.org, mturquette@baylibre.com, nicolas.ferre@microchip.com Date: Wed, 09 Mar 2022 10:17:49 -0800 User-Agent: alot/0.10 Message-Id: <20220309181753.8CA0CC340E8@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting nicolas.ferre@microchip.com (2022-03-08 07:26:57) > From: Nicolas Ferre >=20 > Stephen, >=20 > Here are a couple more clk changes for 5.18. This Pull-Request is made on= top > of what you already have for at91 targeting 5.18 on your clk-at91 existing > branch. Hopefully, we are aligned on this. > this. >=20 > Please pull. >=20 > Thanks, best regards, > Nicolas >=20 > The following changes since commit a5ab04af49434aef532bf6cd4baa08a13665d6= 08: >=20 > clk: at91: sama7g5: Allow MCK1 to be exported and referenced in DT (202= 2-01-24 17:05:45 -0800) >=20 > are available in the Git repository at: >=20 > git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/clk-a= t91-5.18 >=20 > for you to fetch changes up to 8e842f02af7e2f6225d52d78cd25b465a98d344b: >=20 > clk: at91: clk-master: remove dead code (2022-03-08 15:37:08 +0100) >=20 > ---------------------------------------------------------------- Thanks. Pulled into clk-next