Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp2870750ybc; Mon, 25 Nov 2019 05:36:30 -0800 (PST) X-Google-Smtp-Source: APXvYqynPCdQ0hFfuiKGYym+BoQHxX3xrB/b8zdlbVCTMr8ZS/ZtQWnJfL0sp7YhMl+4EEPA8wk8 X-Received: by 2002:aa7:d0c1:: with SMTP id u1mr18640421edo.27.1574688990557; Mon, 25 Nov 2019 05:36:30 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574688990; cv=none; d=google.com; s=arc-20160816; b=iCj9s7VFd8uVAZ8XjUYDs95UbSLcJfao9Ybr7lxUXHjhnLXhEYe8OmWdH8cP8XzQPu 86Cu2j0NiHkK63dHJZz9ar1M59rxfkyxKZ/1meVxAjW0CiCrbBSdYYD/gDOmO1P5NJmm zcNDVlIjo7ze8tTXNikgeoq1F+R+CN4wD1vbJjbwP3RxlZpHCxj4XAe69bX3fxT6JqNG z2Jl9mV8duUOX1YJFlejFNuspBdRSvCsSKN+RCNOv4G23BZSReJtMnAlW1ZGPq2C6ImB ZNzeHVqTO6wUGnwtB8S51WCL6ivDH60WuoKmUVYPajUqfwkcm3IfaTy5wD+8InXj/02W fTeQ== 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 :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=ohOY2SlZ357kqdKoj48sNBy7Q/4CiE+CcDhBosmZBPU=; b=bzMSAeSntqN4agkjYI3W7cSdetxms1NsrDUHrHGl6TVYVJTj3tRpKuHV5rL+ZpeSTu 5UgZzSNXClpo0nvDoErh45ehpkugwTBvxxsEI+oBKXeb3kktBTCLY6NeVgl0GwP29JnL v0WNXlQaKL2ZLWHY/VAxuH2S+H62T/XhlkUXUn/ocsXXHykuV4CoKW3SrS58ZbMkiUve ez7ifGWtIFh94JJYhzLV9vZFjSFxBkkYxjKsx9ym0SPgdAB1lh1AVCYJicit3x9iO5nx WxX7uSM2h3gWVWMvfqVXsOhiAs+uJUcGWDWQVMMESiIAhPKdXYJEj+lcM6keV6dC6rAD qPcA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z26si4249732ejb.223.2019.11.25.05.36.06; Mon, 25 Nov 2019 05:36:30 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727805AbfKYNeh (ORCPT + 99 others); Mon, 25 Nov 2019 08:34:37 -0500 Received: from ns.iliad.fr ([212.27.33.1]:60626 "EHLO ns.iliad.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727756AbfKYNeg (ORCPT ); Mon, 25 Nov 2019 08:34:36 -0500 Received: from ns.iliad.fr (localhost [127.0.0.1]) by ns.iliad.fr (Postfix) with ESMTP id 4D17020C37; Mon, 25 Nov 2019 14:34:35 +0100 (CET) Received: from [192.168.108.51] (freebox.vlq16.iliad.fr [213.36.7.13]) by ns.iliad.fr (Postfix) with ESMTP id 3BAEB20C1C; Mon, 25 Nov 2019 14:34:35 +0100 (CET) Subject: Re: [PATCH v1] clk: Add devm_clk_{prepare,enable,prepare_enable} To: Russell King - ARM Linux admin Cc: Stephen Boyd , Michael Turquette , linux-clk , Linux ARM , LKML References: <1d7a1b3b-e9bf-1d80-609d-a9c0c932b15a@free.fr> <34e32662-c909-9eb3-e561-3274ad0bf3cc@free.fr> <20191125125231.GO25745@shell.armlinux.org.uk> <45730e3c-efc7-4433-4980-e6aefebdcbff@free.fr> <20191125133103.GR25745@shell.armlinux.org.uk> From: Marc Gonzalez Message-ID: <7373182d-753c-a87b-8408-ffe4b7ac341f@free.fr> Date: Mon, 25 Nov 2019 14:34:35 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <20191125133103.GR25745@shell.armlinux.org.uk> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP ; ns.iliad.fr ; Mon Nov 25 14:34:35 2019 +0100 (CET) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 25/11/2019 14:31, Russell King - ARM Linux admin wrote: > The clk API and CCF are two different things. I look after the clk API. > The CCF is an implementation of the clk API. Do not introduce clk API > code in files that are CCF specific. CCF is the acronym for Common Clock Framework?