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.0 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,USER_AGENT_GIT 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 DE64EC433E2 for ; Wed, 22 Jul 2020 19:22:49 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 AD909206D8 for ; Wed, 22 Jul 2020 19:22:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="UhyZApbI" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AD909206D8 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sntech.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=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=AK4HYd/TVMWzBxBqVy/T7RJO44ZCIzXngHbsN9ASdkE=; b=UhyZApbIbCqRZSBQEl7BwZxrR kOyJl3EgH5Xzcy4bGyJ4aRJLCVF242teAfEipg6kl9Ln2dM9w6wA66aoT8mJ8tvyDlHZyk8oWMCOM QBuq2Nlw8MSNbBZjmghEYsCzBsKvwS3R9Cz1S4AVOkg1LvnPqjUs4h3zhO9XJOgi8i9AVlfTCGDAe 1aFJHQZNqQMn8iZT2MYYDeydCfXCdynKS5TrkwzwP3vy6tPycg0oPEFrIC4gMsXMnwl0V0onAkzQh FxSmQSTEHCsz2BbwK5gId/F4KLWjWJdLBUu9AZPKS59LkJGG+5Dkv2rjCltAM1RBbbOzvSkoysuX2 zZ9Al/xjw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jyKJ4-00082V-9O; Wed, 22 Jul 2020 19:21:34 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jyKIt-0007yn-Py; Wed, 22 Jul 2020 19:21:24 +0000 Received: from x2f7fa19.dyn.telefonica.de ([2.247.250.25] helo=phil.sntech) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jyKIs-0005Ud-Cy; Wed, 22 Jul 2020 21:21:22 +0200 From: Heiko Stuebner To: Alex Bee , linux-rockchip@lists.infradead.org Subject: Re: [PATCH v2] clk: rockchip: add sclk_mac_lbtest to rk3188_critical_clocks Date: Wed, 22 Jul 2020 21:21:07 +0200 Message-Id: <159544564767.763387.12839655099512768766.b4-ty@sntech.de> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200722161820.5316-1-knaerzche@gmail.com> References: <20200722161820.5316-1-knaerzche@gmail.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200722_152123_876757_933A6CC7 X-CRM114-Status: UNSURE ( 9.21 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Heiko Stuebner , Stephen Boyd , Michael Turquette , linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org 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 On Wed, 22 Jul 2020 18:18:20 +0200, Alex Bee wrote: > Since the loopbacktest clock is not exported and is not touched in the > driver, it has to be added to rk3188_critical_clocks to be protected from > being disabled and in order to get the emac working. Applied, thanks! [1/1] clk: rockchip: add sclk_mac_lbtest to rk3188_critical_clocks commit: ef990bcad58cf1d13c5a49191a2c2342eb8d6709 Best regards, -- Heiko Stuebner _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel