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=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 77FE8C2B9F7 for ; Mon, 24 May 2021 23:29:37 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 394CF61026 for ; Mon, 24 May 2021 23:29:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 394CF61026 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type:Cc: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=iotx8UgzmrBYNyyhtXNc0C+VIAolA+LVSaZaecgnny0=; b=E4OW/mW+MMpk1oMFG0a/9v8iy 9j7iGYe8VZDnrRoPtRZXu/sFtdHna0QW+JohtJrY+cuk47b1oY6NaV6QpH5gzDMnWwNWD1c9GMWsW r1eMvE8Jkf8aQE51jxgMcaiF48Le64mG+xPI7rGco4R1AZm+y05yeWIp8wg+8v7LxvEJnW/+a/5ZR b2dg0d4y0BuJOjpmf5k0uL5ZcFTzxM9UGXn4SUsblcXZpzzkgYQ8jbKRvesd+oaXLYwAHdTAZl1BW MsnoSgkX/YoK7dV6Maij3hhTptUP2OkXSV8yLUMxEsxcZm1/I54l8sYiDOiQDkRdUDrit7uYeEGI2 ZZ7YDGzBQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1llJyv-002L1Z-GT; Mon, 24 May 2021 23:27:34 +0000 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1ll8TY-000rUT-Gl for linux-arm-kernel@lists.infradead.org; Mon, 24 May 2021 11:10:25 +0000 Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ll8TF-00051P-01; Mon, 24 May 2021 13:10:05 +0200 Received: from ukl by ptx.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1ll8TB-0003A0-Qt; Mon, 24 May 2021 13:10:01 +0200 Date: Mon, 24 May 2021 13:09:58 +0200 From: Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= To: Michael Turquette , Stephen Boyd , Andrew Morton Subject: Re: [PATCH v7 0/6] clk: provide new devm helpers for prepared and enabled clocks Message-ID: <20210524110958.ytcqzdgkqw6jeah5@pengutronix.de> References: <20210510174142.986250-1-u.kleine-koenig@pengutronix.de> MIME-Version: 1.0 In-Reply-To: <20210510174142.986250-1-u.kleine-koenig@pengutronix.de> X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::c0 X-SA-Exim-Mail-From: ukl@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-arm-kernel@lists.infradead.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210524_041024_581157_B44E3BB4 X-CRM114-Status: GOOD ( 17.25 ) 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: , Cc: linux-rtc@vger.kernel.org, linux-pwm@vger.kernel.org, Alexandre Belloni , Claudiu Beznea , Alessandro Zummo , linux-spi@vger.kernel.org, Wolfram Sang , Oleksij Rempel , Ludovic Desroches , Mark Brown , Thierry Reding , Alexandru Ardelean , kernel@pengutronix.de, Jonathan Cameron , Lee Jones , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: multipart/mixed; boundary="===============2748635504846504127==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============2748635504846504127== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="7put5ziwze3atjbn" Content-Disposition: inline --7put5ziwze3atjbn Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 10, 2021 at 07:41:36PM +0200, Uwe Kleine-K=F6nig wrote: > compared to v6 I rebased to v5.13-rc1 (which resulted in a conflict in > the pwm-atmel patch), reformated the doc comments in patch 2 (as > suggested by Jonathan Cameron) and added the two Reviewed-by tags for > Jonathan Cameron. Another two weeks without maintainer feedback. I didn't find a single mail by either Michael Turquette nor by Stephen Boyd on the linux-clk list on lore dating from this month. This patch set didn't get a reply since more than half a year. Is the clk tree still maintained? Would a pull request help? There are several people who expressed interest in this series and the cleanup it allows. @Andrew: Would you be willing to take the first two patches if Michael and Stephen don't react in the near future? Best regards Uwe --=20 Pengutronix e.K. | Uwe Kleine-K=F6nig | Industrial Linux Solutions | https://www.pengutronix.de/ | --7put5ziwze3atjbn Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEfnIqFpAYrP8+dKQLwfwUeK3K7AkFAmCriYMACgkQwfwUeK3K 7Amfngf9Ga4caGfJs9XN3dun54N+DsOf8YkklfYBiAAjCixalrvdei8QJA3djFos TTUqAA5pZSaT5RZBoXVn7bwDkIOTJHIKgD05+7uZL01XZ6LaO0b6euqhSnpUSWV5 yB8DteZUg4+FPgxa8a0DPgfBq5dRr1ADn3U2YBAvZXUnpIk49chH5viOQ7CockL/ 28GJcNA94L87QFKtUMiw5myBy+ThHJiA5G8WKSXbSJB4JpI24B113XZH9lmCpxEg 1H9Z23S68CuV+9uvzIZAEhDPgwrSon7ILGeszXEYgBmGE2O/mL9WPptcCkRS0H35 DfScTBSMeU7Cw4q6705OV82DdPyFmQ== =0Iaw -----END PGP SIGNATURE----- --7put5ziwze3atjbn-- --===============2748635504846504127== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============2748635504846504127==--