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=-8.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED, USER_AGENT_MUTT 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 C4ACEC6786F for ; Sat, 3 Nov 2018 19:15:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 957BC20833 for ; Sat, 3 Nov 2018 19:15:51 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 957BC20833 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ucw.cz Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727184AbeKDE17 (ORCPT ); Sun, 4 Nov 2018 00:27:59 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:42991 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725938AbeKDE17 (ORCPT ); Sun, 4 Nov 2018 00:27:59 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 12A0580938; Sat, 3 Nov 2018 20:15:45 +0100 (CET) Date: Sat, 3 Nov 2018 20:15:47 +0100 From: Pavel Machek To: Lubomir Rintel Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Daniel Lezcano , Thomas Gleixner , Rob Herring , Mark Rutland , Eric Miao , Haojian Zhuang , Russell King Subject: Re: [PATCH v2 3/4] ARM: mmp2: initialize clocks before the timer Message-ID: <20181103191547.GI31179@amd> References: <20180918205455.25464-1-lkundrak@v3.sk> <20180918205455.25464-4-lkundrak@v3.sk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+ZmrHH5cGjskQnY1" Content-Disposition: inline In-Reply-To: <20180918205455.25464-4-lkundrak@v3.sk> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --+ZmrHH5cGjskQnY1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue 2018-09-18 22:54:54, Lubomir Rintel wrote: > The timer shall enable its clock. >=20 > Signed-off-by: Lubomir Rintel Acked-by: Pavel Machek =20 > --- > arch/arm/mach-mmp/mmp2-dt.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/arch/arm/mach-mmp/mmp2-dt.c b/arch/arm/mach-mmp/mmp2-dt.c > index 0341359b24a4..50c5e8b5be3d 100644 > --- a/arch/arm/mach-mmp/mmp2-dt.c > +++ b/arch/arm/mach-mmp/mmp2-dt.c > @@ -26,8 +26,8 @@ static void __init mmp_init_time(void) > #ifdef CONFIG_CACHE_TAUROS2 > tauros2_init(0); > #endif > - mmp_dt_init_timer(); > of_clk_init(NULL); > + mmp_dt_init_timer(); > } > =20 > static const char *const mmp2_dt_board_compat[] __initconst =3D { --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --+ZmrHH5cGjskQnY1 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlvd8+MACgkQMOfwapXb+vKB8wCfR6iixVLOwKITRqelci8noeHb Iz8An1Rs/FWPLM/Vhb6ccbVfDvqTmmjF =PBu+ -----END PGP SIGNATURE----- --+ZmrHH5cGjskQnY1--