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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2F5BDC433F5 for ; Sat, 12 Mar 2022 02:55:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:To:Cc:From:Subject: References:In-Reply-To:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=8XsJ42PJhacr38wX5gmOQ9VirPZRabDb5RO6lH8Zuz4=; b=KWhu94jfzjIWIV LxmUA2joC5vUlQsa+byXDUGGuSSip+/kKmdP2w6IfEisQCdnYKVBNJhFhXBmQeYWs6NyFAMCcnfvh 1lP2k9Olp6Y/6Aiyb0MLSHFhzBybxO73WAgyNGSuZPQs/s0Cz82JsasyurvuGzcNB4HikHYrkkWCt D2r+WY1ezu43m0IdvEbweeQperGEsDOnHObZHU2bOwr0B72SV5vxJz9pOvhzEQerdSSaVwz96MB7L LpA3lmYSnI88o3MfV9fIEfXs9q0nsyx2YRVaA1/nDbbDZqvuNsJyWJdv34v/WlFwMmAYJVFYCkLg7 GPoomf/p7JV1U81HysPQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nSrtm-000e22-M8; Sat, 12 Mar 2022 02:54:30 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nSrti-000e0x-RQ for linux-arm-kernel@lists.infradead.org; Sat, 12 Mar 2022 02:54:28 +0000 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 500A5B80EDF; Sat, 12 Mar 2022 02:54:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E95DDC340E9; Sat, 12 Mar 2022 02:54:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1647053664; bh=L4dUQRs8FoT7ROYgs/J7sfaL9SDWe4mhi6JsExSzNDs=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=l7yjZgl5Zs4/1YsZLJP+XlbpOY6ZDQj3ir5Ga0PymbXAGuaKswus3xXuPhXNSDxhi ugL2CEgZo/4FgbqFLRpoAsDv2vbRiex0M2PmTV3Y6aqozZL03VWll4fjtal9K+TL7B 0fMnPEVh4lnCNGt5/0WgfeSBJ5r2xH8MkKGJtWeCQYq+4aemMSR2DUc4K0vN/RKaBg WhaskJ2DgHNKpXHGwcZ579loFOwIzq0dYIek+nIuwcm3C2B4Ztn/ywC1aE364XWZiU RyssdFo/q7qtP3vdb0+DC/jQijepzm9bUXxZRSz7D2jWlIm5w5xjSC5rTjPq4PacdA Uv2yS1OW9zQFw== MIME-Version: 1.0 In-Reply-To: <20220225133137.813919-10-gabriel.fernandez@foss.st.com> References: <20220225133137.813919-1-gabriel.fernandez@foss.st.com> <20220225133137.813919-10-gabriel.fernandez@foss.st.com> Subject: Re: [PATCH v2 09/13] clk: stm32mp13: add all STM32MP13 kernel clocks From: Stephen Boyd Cc: linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org To: Alexandre Torgue , Gabriel Fernandez , Krzysztof Kozlowski , Maxime Coquelin , Michael Turquette , Philipp Zabel , Rob Herring Date: Fri, 11 Mar 2022 18:54:20 -0800 User-Agent: alot/0.10 Message-Id: <20220312025423.E95DDC340E9@smtp.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220311_185427_058022_8B1E582C X-CRM114-Status: UNSURE ( 6.58 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Quoting gabriel.fernandez@foss.st.com (2022-02-25 05:31:33) > From: Gabriel Fernandez > > Completed all kernel clocks of stm32mp13. > > Change-Id: If47ae88e48d418534d6c3a9488cc803b62e0dde5 No changeid please. > Signed-off-by: Gabriel Fernandez _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel