From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 53D5ECA9EC5 for ; Wed, 30 Oct 2019 21:00:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 23C8020862 for ; Wed, 30 Oct 2019 21:00:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726948AbfJ3VAI (ORCPT ); Wed, 30 Oct 2019 17:00:08 -0400 Received: from smtp08.smtpout.orange.fr ([80.12.242.130]:41521 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726749AbfJ3VAI (ORCPT ); Wed, 30 Oct 2019 17:00:08 -0400 Received: from belgarion ([90.55.204.252]) by mwinf5d15 with ME id Kx06210075TFNlm03x06pi; Wed, 30 Oct 2019 22:00:07 +0100 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Wed, 30 Oct 2019 22:00:07 +0100 X-ME-IP: 90.55.204.252 From: Robert Jarzmik To: Stephen Boyd Cc: Arnd Bergmann , Daniel Mack , Haojian Zhuang , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Linus Walleij , Michael Turquette , linux-clk@vger.kernel.org Subject: Re: [PATCH 37/46] ARM: pxa: move clk register definitions to driver References: <20191018154052.1276506-1-arnd@arndb.de> <20191018154201.1276638-37-arnd@arndb.de> <20191028093421.4F5C120B7C@mail.kernel.org> X-URL: http://belgarath.falguerolles.org/ Date: Wed, 30 Oct 2019 22:00:06 +0100 In-Reply-To: <20191028093421.4F5C120B7C@mail.kernel.org> (Stephen Boyd's message of "Mon, 28 Oct 2019 02:34:20 -0700") Message-ID: <87lft2lzjd.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/26 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Stephen Boyd writes: > Quoting Arnd Bergmann (2019-10-18 08:41:52) >> The clock register definitions are now used (almost) exclusively in the >> clk driver, and that relies on no other mach/*.h header files any more. >> >> Remove the dependency on mach/pxa*-regs.h by addressing the registers >> as offsets from a void __iomem * pointer, which is either passed from >> a board file, or (for the moment) ioremapped at boot time from a hardcoded >> address in case of DT (this should be moved into the DT of course). >> >> Cc: Michael Turquette >> Cc: Stephen Boyd >> Cc: linux-clk@vger.kernel.org >> Signed-off-by: Arnd Bergmann >> --- > > Acked-by: Stephen Boyd Acked-by: Robert Jarzmik Cheers. -- Robert