Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp5892358ybv; Wed, 12 Feb 2020 02:09:35 -0800 (PST) X-Google-Smtp-Source: APXvYqxN0YpR8G105JnmDxFbtDcQOV04iE4SOvju5azv0ubPuwtSZGN8GdP5fNHUiLAD55DYIXpx X-Received: by 2002:a9d:6301:: with SMTP id q1mr8392429otk.299.1581502175790; Wed, 12 Feb 2020 02:09:35 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581502175; cv=none; d=google.com; s=arc-20160816; b=ZFJ0nbeDYh6i/sJMbFMoHG9Ok9BcEO8lwz7b7jSI/n9AOwyShuZtQrT2pafr+znC3h vTVUdUdp4Qb/vG/ImmC0OfgP2O76yGYePcbeWp+IPvVzaT5AYQAtKqVTDWvivNTYEvEd HC1cqepfbmD0m4z9uwu/xQPXMT5B7Zsg5g+5DIpVVu0AQ5tHtZKudUVOA7/6ZeoK8zB2 Tlpx5nAuT/BcJSnMJOBMvkvVsoDTBxpyIswQA+speYj0B0G8Vl/G3rU7oMbXmwNSflwT DkCmsjNA8u80u7RC+7hvdFwUvvx/CilDhqAJjLZZ04bQRqo6tSjzBHBoXsdBk/ezf9DO ABng== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=suyB3h9ymK6CP8F2Bu89jnW4Krg9WTnc1zFYUunw61Y=; b=uYlvrqNG4Bl53pB12nNTdPwalZFQ1rpTtn69L0VKADeyXn0XJSGJ3w/HCl3jXsFuHZ aIhZriVspSt52cvxOH1fH5pKg66KbJrwB4gU2/I/IrQ8GU94NLXGn1idsbcNgA8O1X5J NU8Q4Z8EcyppSeZvVKj/kbxq9gAFXVYZArFjLdYoXSGOmZ37Gx4terx0Ihc8tLmcSvoS 8COetpwpCGCF0C+8NZdnzVtJDDMk6rI/Xh1Yh7HA5DfrUmYJxgDWwiZkxEjeth8echrf oNuBjQlschxyshCYF4NYuV6TDfxx1O7TrI0eiG5jwOqFy+CCZnPUC5Z6+cyetfRbiRue BpUg== 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 s5si3452829otd.141.2020.02.12.02.09.23; Wed, 12 Feb 2020 02:09:35 -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 S1729088AbgBLKIn (ORCPT + 99 others); Wed, 12 Feb 2020 05:08:43 -0500 Received: from baptiste.telenet-ops.be ([195.130.132.51]:49806 "EHLO baptiste.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729033AbgBLKIl (ORCPT ); Wed, 12 Feb 2020 05:08:41 -0500 Received: from ramsan ([84.195.182.253]) by baptiste.telenet-ops.be with bizsmtp id 1m8Y2200H5USYZQ01m8YUq; Wed, 12 Feb 2020 11:08:39 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1j1owa-0001EO-IO; Wed, 12 Feb 2020 11:08:32 +0100 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1j1owa-0000LV-FB; Wed, 12 Feb 2020 11:08:32 +0100 From: Geert Uytterhoeven To: Russell King , Matthias Brugger , Lubomir Rintel , Heiko Stuebner , Magnus Damm , Maxime Ripard , Chen-Yu Tsai , Michal Simek Cc: linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-renesas-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 0/7] ARM: Replace by Date: Wed, 12 Feb 2020 11:08:23 +0100 Message-Id: <20200212100830.446-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, The OF clock helpers were moved to a while ago. Hence code that is not a clock provider, but just needs to call of_clk_init(), can (and should) include instead of . All these patches are independent of each others, and thus can be applied by the corresponding subsystem maintainers. Thanks! Geert Uytterhoeven (7): ARM/time: Replace by ARM: mediatek: Replace by ARM: mmp: Replace by ARM: rockchip: Replace by ARM: shmobile: Replace by ARM: sunxi: Replace by ARM: zynq: Replace by arch/arm/kernel/time.c | 2 +- arch/arm/mach-mediatek/mediatek.c | 2 +- arch/arm/mach-mmp/mmp-dt.c | 2 +- arch/arm/mach-mmp/mmp2-dt.c | 2 +- arch/arm/mach-rockchip/rockchip.c | 2 +- arch/arm/mach-shmobile/setup-rcar-gen2.c | 2 +- arch/arm/mach-sunxi/sunxi.c | 2 +- arch/arm/mach-zynq/common.c | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) -- 2.17.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds