From patchwork Wed Feb 12 10:15:37 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 11378193 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 56FF4186E for ; Wed, 12 Feb 2020 10:16:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 34C84217F4 for ; Wed, 12 Feb 2020 10:16:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727604AbgBLKPu (ORCPT ); Wed, 12 Feb 2020 05:15:50 -0500 Received: from albert.telenet-ops.be ([195.130.137.90]:43372 "EHLO albert.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727511AbgBLKPu (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-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@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(-) Reviewed-by: Philippe Mathieu-Daudé