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=-3.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_NEOMUTT autolearn=unavailable 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 0336FC10F0E for ; Mon, 15 Apr 2019 14:33:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CDB182075B for ; Mon, 15 Apr 2019 14:33:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727509AbfDOOdJ (ORCPT ); Mon, 15 Apr 2019 10:33:09 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:43325 "EHLO relay8-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725789AbfDOOdI (ORCPT ); Mon, 15 Apr 2019 10:33:08 -0400 X-Originating-IP: 90.88.18.121 Received: from localhost (aaubervilliers-681-1-63-121.w90-88.abo.wanadoo.fr [90.88.18.121]) (Authenticated sender: maxime.ripard@bootlin.com) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 28DB81BF203; Mon, 15 Apr 2019 14:33:04 +0000 (UTC) Date: Mon, 15 Apr 2019 16:33:04 +0200 From: Maxime Ripard To: Chen-Yu Tsai , Alessandro Zummo , Alexandre Belloni , Rob Herring , Mark Rutland , linux-rtc@vger.kernel.org, devicetree , linux-arm-kernel , linux-kernel , linux-sunxi Subject: Re: [linux-sunxi] [PATCH 0/3] Add basic support for RTC on Allwinner H6 SoC Message-ID: <20190415143304.dxpmyh73qxzaybtc@flea> References: <20190412120730.473-1-megous@megous.com> <20190415142222.cytlvz7z3mjf7slm@core.my.home> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="lf6kftwgwgpbou7z" Content-Disposition: inline In-Reply-To: <20190415142222.cytlvz7z3mjf7slm@core.my.home> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --lf6kftwgwgpbou7z Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 15, 2019 at 04:22:22PM +0200, Ond=C5=99ej Jirman wrote: > DT would still probably need a re-work in the future, if the PRCM clock > modeling the gate would be needed. Just reacting to that bit. I know we're pretty bad at this, and the documentation doesn't make it any easier, but if you have any idea of how it should be modelled next, then do that. There's no reason to push it to a later time, it makes everyone's life harder. Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --lf6kftwgwgpbou7z Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXLSWIAAKCRDj7w1vZxhR xWD3AP9iJQ05qxiYPLMOuMtc40NTRG2xcoSBHABRro708ggPgAEA5kC+dH2DJ3Qo vu7qfzNr1mjfsRBDIEytoK3WebW4kA0= =Un0J -----END PGP SIGNATURE----- --lf6kftwgwgpbou7z-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Ripard Subject: Re: [PATCH 0/3] Add basic support for RTC on Allwinner H6 SoC Date: Mon, 15 Apr 2019 16:33:04 +0200 Message-ID: <20190415143304.dxpmyh73qxzaybtc@flea> References: <20190412120730.473-1-megous@megous.com> <20190415142222.cytlvz7z3mjf7slm@core.my.home> Reply-To: maxime.ripard-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="lf6kftwgwgpbou7z" Return-path: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Content-Disposition: inline In-Reply-To: <20190415142222.cytlvz7z3mjf7slm-9v8tmBix7cb9zxVx7UNMDg@public.gmane.org> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Chen-Yu Tsai , Alessandro Zummo , Alexandre Belloni , Rob Herring , Mark Rutland , linux-rtc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree , linux-arm-kernel , linux-kernel , linux-sunxi List-Id: devicetree@vger.kernel.org --lf6kftwgwgpbou7z Content-Type: text/plain; charset="UTF-8" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 15, 2019 at 04:22:22PM +0200, Ond=C5=99ej Jirman wrote: > DT would still probably need a re-work in the future, if the PRCM clock > modeling the gate would be needed. Just reacting to that bit. I know we're pretty bad at this, and the documentation doesn't make it any easier, but if you have any idea of how it should be modelled next, then do that. There's no reason to push it to a later time, it makes everyone's life harder. Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --=20 You received this message because you are subscribed to the Google Groups "= linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an e= mail to linux-sunxi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/d/optout. --lf6kftwgwgpbou7z Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXLSWIAAKCRDj7w1vZxhR xWD3AP9iJQ05qxiYPLMOuMtc40NTRG2xcoSBHABRro708ggPgAEA5kC+dH2DJ3Qo vu7qfzNr1mjfsRBDIEytoK3WebW4kA0= =Un0J -----END PGP SIGNATURE----- --lf6kftwgwgpbou7z-- 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=-3.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, USER_AGENT_NEOMUTT autolearn=ham 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 038E6C10F0E for ; Mon, 15 Apr 2019 14:33:25 +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 C8D952075B for ; Mon, 15 Apr 2019 14:33:24 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="n/d7N4aE" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C8D952075B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-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.20170209; h=Sender:Content-Type: 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: Cc:Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=iJjqPmxbXQWzGfKvn1qm+RGcG2KorAdbIdlspOX6C3o=; b=n/d7N4aEx41nh2Knt9t2YDUV/ lvayKFfJVapPouErccq+l8vATBQSCWMbdrc9g4onWBv3zsWxRPA315Z97YLXTtqfNwjJGKrIrvCaz 3mnNTnfROcxqmCAg2UBIbVoO214XgJaJF8z+HvyjmlpkIMPTTRkW2p7Hh2HbDnG/B/+m3QsX4HBLW OsO8mIs6rEozFVKmhoQzWNQuNEfJI/AGQxlAwJiBhksJN6SQ2jXkluzhTF2RLqyo5/J/K/A7BaSXJ pixxE/glRgxtIUinAi+EjZSdZCHS7oMNMiDRBzV74UGUqld+yIanuxpFv9Vup3xo5aEsTTfuoAJyX gbHmYVD9w==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hG2ff-0000RY-Pp; Mon, 15 Apr 2019 14:33:19 +0000 Received: from relay8-d.mail.gandi.net ([217.70.183.201]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hG2fb-0000R2-JX for linux-arm-kernel@lists.infradead.org; Mon, 15 Apr 2019 14:33:17 +0000 X-Originating-IP: 90.88.18.121 Received: from localhost (aaubervilliers-681-1-63-121.w90-88.abo.wanadoo.fr [90.88.18.121]) (Authenticated sender: maxime.ripard@bootlin.com) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 28DB81BF203; Mon, 15 Apr 2019 14:33:04 +0000 (UTC) Date: Mon, 15 Apr 2019 16:33:04 +0200 From: Maxime Ripard To: Chen-Yu Tsai , Alessandro Zummo , Alexandre Belloni , Rob Herring , Mark Rutland , linux-rtc@vger.kernel.org, devicetree , linux-arm-kernel , linux-kernel , linux-sunxi Subject: Re: [linux-sunxi] [PATCH 0/3] Add basic support for RTC on Allwinner H6 SoC Message-ID: <20190415143304.dxpmyh73qxzaybtc@flea> References: <20190412120730.473-1-megous@megous.com> <20190415142222.cytlvz7z3mjf7slm@core.my.home> MIME-Version: 1.0 In-Reply-To: <20190415142222.cytlvz7z3mjf7slm@core.my.home> User-Agent: NeoMutt/20180716 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190415_073315_792022_8B84656C X-CRM114-Status: GOOD ( 13.50 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============3792981897760366660==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============3792981897760366660== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="lf6kftwgwgpbou7z" Content-Disposition: inline --lf6kftwgwgpbou7z Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 15, 2019 at 04:22:22PM +0200, Ond=C5=99ej Jirman wrote: > DT would still probably need a re-work in the future, if the PRCM clock > modeling the gate would be needed. Just reacting to that bit. I know we're pretty bad at this, and the documentation doesn't make it any easier, but if you have any idea of how it should be modelled next, then do that. There's no reason to push it to a later time, it makes everyone's life harder. Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --lf6kftwgwgpbou7z Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXLSWIAAKCRDj7w1vZxhR xWD3AP9iJQ05qxiYPLMOuMtc40NTRG2xcoSBHABRro708ggPgAEA5kC+dH2DJ3Qo vu7qfzNr1mjfsRBDIEytoK3WebW4kA0= =Un0J -----END PGP SIGNATURE----- --lf6kftwgwgpbou7z-- --===============3792981897760366660== 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 --===============3792981897760366660==--