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=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS 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 B457BC282CB for ; Tue, 5 Feb 2019 21:32:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7FFEF217F9 for ; Tue, 5 Feb 2019 21:32:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549402362; bh=1lh4GKKns/P5mxzCXkJkveVV4S+3GHo9sYnOYIUcNSQ=; h=Subject:From:Cc:References:To:In-Reply-To:Date:List-ID:From; b=ayKq/kbJJyhgAVC+rZhnW4PIAnrw+6gi3ZUp+K2s0chtaVka89l5AcWmlcsoqey8C tfF7pMwvbg5u06XZQHRVS19vSE3nnw1N6j5wILZbyZn8l1r3EOdrAsBAvzWVcGhzf4 nYsYC3rcLxCMyVPWpCM/eY2Rvj8pGlRAzuhs6/6A= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726114AbfBEVcm (ORCPT ); Tue, 5 Feb 2019 16:32:42 -0500 Received: from mail.kernel.org ([198.145.29.99]:48816 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726062AbfBEVcm (ORCPT ); Tue, 5 Feb 2019 16:32:42 -0500 Received: from localhost (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 65325217D6; Tue, 5 Feb 2019 21:32:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549402361; bh=1lh4GKKns/P5mxzCXkJkveVV4S+3GHo9sYnOYIUcNSQ=; h=Subject:From:Cc:References:To:In-Reply-To:Date:From; b=vzu+Ep8PrbvIDLYU0Q1RfqjS+/826fhTVVDk3/o+M/T79pONTfu2qV72TSpUPlSB1 +LR9IjP/ZmnpF9TbfUcoZ5efhekGhPBD/WKaidANtt96XTCaW9ZEieRpuNcrY8Ilxw WUIIKCOvRDRVmtIKTzeEFru/GvK7rboiHQtsMKXA= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [PATCH] clk: ingenic: jz4740: Fix gating of UDC clock From: Stephen Boyd Message-ID: <154940236068.169292.6423947318935084728@swboyd.mtv.corp.google.com> Cc: linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Paul Cercueil References: <20190125153436.13517-1-paul@crapouillou.net> User-Agent: alot/0.8 To: Michael Turquette , Paul Cercueil In-Reply-To: <20190125153436.13517-1-paul@crapouillou.net> Date: Tue, 05 Feb 2019 13:32:40 -0800 Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Paul Cercueil (2019-01-25 07:34:36) > The UDC clock is gated when the bit is cleared, not when it is set. >=20 > Signed-off-by: Paul Cercueil > Tested-by: Artur Rojek > --- Applied to clk-next