Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp349753yba; Wed, 15 May 2019 02:26:43 -0700 (PDT) X-Google-Smtp-Source: APXvYqwSLwN42fTLa5ElsdM2y5rfqwhhSCYPgSp3bhXZb2dty3uwd1bdFcW7nL9zIL8lMMSfhHcv X-Received: by 2002:a63:18e:: with SMTP id 136mr14494688pgb.277.1557912403488; Wed, 15 May 2019 02:26:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1557912403; cv=none; d=google.com; s=arc-20160816; b=zK2vPRereYIOIIG4pfDNR6TkipHWH8JwgvRi3ev8HCCeDzy28+3wE4JXG4tCAvDtem eZWkFtWEL37+T6knTdym6h3br9vtPkkYSALCWCRPk8n6qtHKXCSngyaYpOexJp+efwQQ k+8Y6awAWqZcUQLxtk9CZTgneEOYGqiJv7ndbulGUVt5JVb7k0HGsKny4AZFBY9MnOBL E8joVJ9cBja4c6NJ0eg+US9ti+/mWpDuNk90VJvYcrMiqVjWQvIMZJWvfoqP7iv1V6/6 guqE1Gtfh0F8VoUBgWelPxK8J8e19CS5UJp72pu2XaDsD3g/fq/ohWN8aFRMsdh/vt5L lgQA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-language :content-transfer-encoding:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=7KH2J83oRBWA0CvYTfnv2dvr3gLhuLJuJDSarxnE1mA=; b=CAmR1UGu3oVemIC/VQMVgnaq2q58Gn4bILYnrbiKNuBvADSG31FPnaw97UOepdHGGd 8MUpw9iQGl5NpJRKltdAsACJRp7bZL+Q8BDbmJqRZ+TEDmAfZvh9QNP4Q9jDmEBE9f0b huHwqLJdcbyoMUDT7D7O8yguj3q3VAvO2CB0qIF/koVGCmWK8ywIwNKkI8hWqeSuIcjZ mOmBxY+HjVsXrmOPWZFobeibwRvmfo6YEuU1+OGz61KcGm3jBqsE4aPlgoDZinv4BiFZ 9t1u5UD4Nvtgva+Yj4AciSHn0qjlF+11Is4iH1zXsjg17CG28E8JAoqxlGVPRh0bJim4 oQ/w== 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 f13si1360668pgh.393.2019.05.15.02.26.28; Wed, 15 May 2019 02:26:43 -0700 (PDT) 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 S1726122AbfEOJZX (ORCPT + 99 others); Wed, 15 May 2019 05:25:23 -0400 Received: from nbd.name ([46.4.11.11]:52580 "EHLO nbd.name" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725871AbfEOJZW (ORCPT ); Wed, 15 May 2019 05:25:22 -0400 Received: from p548c8a24.dip0.t-ipconnect.de ([84.140.138.36] helo=[192.168.178.20]) by ds12 with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1hQq9w-0006aH-TN; Wed, 15 May 2019 11:25:12 +0200 Subject: Re: [PATCH] clk: Remove io.h from clk-provider.h To: Stephen Boyd , Michael Turquette , Stephen Boyd Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, Geert Uytterhoeven , Chen-Yu Tsai , Maxime Ripard , Tero Kristo , Krzysztof Kozlowski , Mark Brown , Chris Zankel , Max Filippov , Heiko Stuebner References: <20190514170931.56312-1-sboyd@kernel.org> From: John Crispin Message-ID: Date: Wed, 15 May 2019 11:25:11 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190514170931.56312-1-sboyd@kernel.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 14/05/2019 19:09, Stephen Boyd wrote: > Now that we've gotten rid of clk_readl() we can remove io.h from the > clk-provider header and push out the io.h include to any code that isn't > already including the io.h header but using things like readl/writel, > etc. for arch/mips/ath79/* Acked-by: John Crispin