Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp2833096pxk; Sun, 6 Sep 2020 15:46:17 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxbgeAxfqfRrxvyJkILks67uqky6LK5YI/sVicriQC9OQMjbNo1ru6nIPn5MLlaexPYqoWV X-Received: by 2002:a05:6402:138a:: with SMTP id b10mr19020229edv.113.1599432377236; Sun, 06 Sep 2020 15:46:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1599432377; cv=none; d=google.com; s=arc-20160816; b=M0+aUjZFc1c564kca26dykZCr/rcrNB8ymSahSooY43968nhY2IPeCIq0c44M6FaPB mWpr1PK/A57Zt/T2LCnyjTlYY9kYmAhzconenK6nRW5VC+s4gnyBeWJeH1sIVO1ZKVOU gP5SgPCnvWBKsvC6Kq/HOGfXJvFokkmYmCQCIUgh3iIb1nYluyV+t5uv+zr+m5M8MbJQ r8OnXjxSlX/1iAJV48ltoI9G0ZVZ5OEQ2LbvDsFZ+p05pD3k9ChFcpddPWAh/rwL8T7e hO3ntTM2GtedCtHkAJCB4ri9D2Ue5WDa1CTIwgzeJzjHuzHnyg9QyhOTugC9Vn6IFAa+ /H7w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=zSRjgihWTEAQxg61Re2++COFhRz7taw7hc8QmrqP+aQ=; b=ydcLpAM59myJcTtJ+CYei9/3LHMc+mpaF5nGvJbDXFnwhyCaiMuTQULnhBOcrcY9fu D23RvVxzNH6vbQvNw88Yj3AWn39HQGde13t164t5ezKQNhrIsHzmt37mHugcXMHvXI/X yadU5cI585kTrJ6yRZFsGE0Va4DPjaLy/cX4GOJODeS49T3dj5FYHNj72m9mKAnJWaIY iDpkukJhHPa++3sXxA5u9PztwBVT5Zr/WiF3TYOv7cVuEc4grBXk6wF3iMmg9uHzQ4MS g39LqkX0+FS2MFDMmLdYJQ+pstgTbiP+LWqnsN4WRbil78oQKlECI9GdsPs5m70j6Oza YjfQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id a33si2846527ede.22.2020.09.06.15.45.54; Sun, 06 Sep 2020 15:46:17 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726696AbgIFWpR (ORCPT + 99 others); Sun, 6 Sep 2020 18:45:17 -0400 Received: from gloria.sntech.de ([185.11.138.130]:38392 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726165AbgIFWpQ (ORCPT ); Sun, 6 Sep 2020 18:45:16 -0400 Received: from ip5f5aa64a.dynamic.kabel-deutschland.de ([95.90.166.74] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kF3PM-0002dZ-EJ; Mon, 07 Sep 2020 00:45:12 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Elaine Zhang Cc: mturquette@baylibre.com, sboyd@kernel.org, linux-clk@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, xxx@rock-chips.com, xf@rock-chips.com, huangtao@rock-chips.com, kever.yang@rock-chips.com, Elaine Zhang Subject: Re: [PATCH v3 1/6] clk: rockchip: Use clk_hw_register_composite instead of clk_register_composite calls Date: Mon, 07 Sep 2020 00:45:11 +0200 Message-ID: <5177967.q6s5TDtO4a@diego> In-Reply-To: <20200904074405.24439-2-zhangqing@rock-chips.com> References: <20200904074405.24439-1-zhangqing@rock-chips.com> <20200904074405.24439-2-zhangqing@rock-chips.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Freitag, 4. September 2020, 09:44:00 CEST schrieb Elaine Zhang: > clk_hw_register_composite it's already exported. > Preparation for compilation of rK common clock drivers into modules. > > Signed-off-by: Elaine Zhang > Reported-by: kernel test robot > Reviewed-by: Kever Yang Reviewed-by: Heiko Stuebner