Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp5898094ybv; Wed, 12 Feb 2020 02:16:18 -0800 (PST) X-Google-Smtp-Source: APXvYqz5lZY5NXloqQIuwJfzHp3ejGnsNy2JTKlesuxijEN9ASz887pHNXy1fV+Z1lBv0QRLKYB2 X-Received: by 2002:a05:6808:8fc:: with SMTP id d28mr5864689oic.152.1581502578226; Wed, 12 Feb 2020 02:16:18 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581502578; cv=none; d=google.com; s=arc-20160816; b=cw5BDDxFnIh7hzL3Gj0PVv/ADPZUGXhDyRnHV/gd1THPYxdN/tjH+fj0wmd5mFa5zr rgHxYpfhHx1VtC0i0Zj5FIaBvfwnTNEiXVEntDm5HPAycG8VrBXK8rxvnIdStmDhfOe3 g+0r2jB+dUlZ4jFpQppBrNtD4TQWORbJ8ZgruznJRTMwdq7yo4NEygTt11KIJoPkwj31 OHMrvUNBsMixg8zbyxzBppYl09VUk6S/A4HVNi8FhRHYSQUfdXZsryMnDJ0Mfm8dNOpi UmA+VPrJWzpbKtlr1iRBjAvYSpWQ8kjbWEW0IscyrzC0MzIpziZ71Bf9oNW2LZmE8J5i 5s7g== 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=vmv+hh8j5AJN46Qgk43wXXZtGkHOJXMPTtdrw70EfcE=; b=R9vsylpsB0iLOhxKjxOSeDJ73yO9vr3hWv5odQaxgoNv9gMNryiLfz12uGAidtVCG+ kPwvinfog3ky3PS7jDkEefm64j3ADyB7eq79ViolemmDSSGkyp0kdmuhzDh2hTB+H6uD wt0xFYyICUq3hthR/XWSb+DcAKYDpe92xywsA4r86ymwpRS0AmshwAaieReM+mJ81h9/ tK+y4FpTXzVO6xbSHl++5I+uye/btaaV9sbIEZy4CaQLM+DNn11k51SwPjnuo9YrFmqe wJtj/p4u39Lhhv/Ml9rZwKdNBFX7lUeixPZRqBApG7EwzK87p1FtASaoFoy2kimJNm7D F/bg== 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 w202si3249669oif.121.2020.02.12.02.16.06; Wed, 12 Feb 2020 02:16:18 -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 S1727669AbgBLKPw (ORCPT + 99 others); Wed, 12 Feb 2020 05:15:52 -0500 Received: from albert.telenet-ops.be ([195.130.137.90]:43374 "EHLO albert.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727529AbgBLKPu (ORCPT ); Wed, 12 Feb 2020 05:15:50 -0500 Received: from ramsan ([84.195.182.253]) by albert.telenet-ops.be with bizsmtp id 1mFm2200D5USYZQ06mFm6Q; Wed, 12 Feb 2020 11:15:48 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1j1p3a-0001Mz-LW; Wed, 12 Feb 2020 11:15:46 +0100 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1j1p3a-0002If-Ip; Wed, 12 Feb 2020 11:15:46 +0100 From: Geert Uytterhoeven To: Ralf Baechle , Paul Burton , Florian Fainelli , Paul Cercueil , James Hartley , John Crispin Cc: linux-mips@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 0/7] MIPS: Replace by Date: Wed, 12 Feb 2020 11:15:37 +0100 Message-Id: <20200212101544.8793-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): MIPS: ath79: Replace by MIPS: BMIPS: Replace by MIPS: generic: Replace by MIPS: jz4740: Replace by MIPS: pic32mzda: Replace by MIPS: Pistachio: Replace by MIPS: ralink: Replace by arch/mips/ath79/setup.c | 2 +- arch/mips/bmips/setup.c | 2 +- arch/mips/generic/init.c | 2 +- arch/mips/jz4740/time.c | 2 +- arch/mips/pic32/pic32mzda/time.c | 2 +- arch/mips/pistachio/time.c | 2 +- arch/mips/ralink/timer-gic.c | 2 +- 7 files changed, 7 insertions(+), 7 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