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 X-Spam-Level: X-Spam-Status: No, score=-7.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1D16FC2B9F4 for ; Thu, 17 Jun 2021 08:27:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EE5976113C for ; Thu, 17 Jun 2021 08:27:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230377AbhFQI3P (ORCPT ); Thu, 17 Jun 2021 04:29:15 -0400 Received: from forward105p.mail.yandex.net ([77.88.28.108]:54686 "EHLO forward105p.mail.yandex.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230038AbhFQI3L (ORCPT ); Thu, 17 Jun 2021 04:29:11 -0400 Received: from sas1-c5718652e2f2.qloud-c.yandex.net (sas1-c5718652e2f2.qloud-c.yandex.net [IPv6:2a02:6b8:c14:496:0:640:c571:8652]) by forward105p.mail.yandex.net (Yandex) with ESMTP id E1F264D42B11; Thu, 17 Jun 2021 11:27:02 +0300 (MSK) Received: from sas1-f4dc5f2fc86f.qloud-c.yandex.net (sas1-f4dc5f2fc86f.qloud-c.yandex.net [2a02:6b8:c08:cb28:0:640:f4dc:5f2f]) by sas1-c5718652e2f2.qloud-c.yandex.net (mxback/Yandex) with ESMTP id SWMBzrSHyP-R1HetQuf; Thu, 17 Jun 2021 11:27:02 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=maquefel.me; s=mail; t=1623918422; bh=2SWMLvH+okViWY3oBxXtYxb9FxBK7+U6hLLdoAtQ0jk=; h=In-Reply-To:Subject:To:From:References:Date:Message-ID:Cc; b=EKt+/RHqsP/V33BVd4FgODZbVKI2GVQZZBKriCeep6HqpwmjeiS02xJLuLWEhNDyG Wk3ddjWZfLOrDlbtHo3/gn4e5co+PiYoOF5f+eVEAeIOK4v67IEfL6Mpj6gmZjh0j6 WGCU5Sxviy4EANx4MKnDEwS8Ytwi6re6CzRAlqbo= Authentication-Results: sas1-c5718652e2f2.qloud-c.yandex.net; dkim=pass header.i=@maquefel.me Received: by sas1-f4dc5f2fc86f.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id OEwAU8VULe-R0P8YNor; Thu, 17 Jun 2021 11:27:00 +0300 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client certificate not present) Date: Thu, 17 Jun 2021 11:26:53 +0300 From: Nikita Shubin To: Alexander Sverdlin Cc: Russell King , Hartley Sweeten , Arnd Bergmann , Linus Walleij , Ard Biesheuvel , Mike Rapoport , Gregory Fong , Geert Uytterhoeven , YiFei Zhu , Uwe =?ISO-8859-1?Q?Kleine-K=F6nig?= , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] ep93xx: clock: convert in-place to COMMON_CLK Message-ID: <20210617112653.00002f5d@maquefel.me> In-Reply-To: <8cdf2b130ae02ba00324d0a70cbbcd3ba53e1d09.camel@gmail.com> References: <20210525083340.27722-1-nikita.shubin@maquefel.me> <20210525083340.27722-2-nikita.shubin@maquefel.me> <8cdf2b130ae02ba00324d0a70cbbcd3ba53e1d09.camel@gmail.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 12 Jun 2021 00:42:05 +0200 Alexander Sverdlin wrote: > Hello Nikita! Hi Alexander, i am currently AFK for about two weeks. I join the conversion ASAP. Indeed i used clk_prepare_enable for some drivers and didn't included it in resulting patch - my bad, sorry.