Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753966Ab3IWSlb (ORCPT ); Mon, 23 Sep 2013 14:41:31 -0400 Received: from mms3.broadcom.com ([216.31.210.19]:4600 "EHLO mms3.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753096Ab3IWSl2 (ORCPT ); Mon, 23 Sep 2013 14:41:28 -0400 X-Server-Uuid: B86B6450-0931-4310-942E-F00ED04CA7AF Message-ID: <52408B47.3080801@broadcom.com> Date: Mon, 23 Sep 2013 11:41:11 -0700 From: "Christian Daudt" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: "Matt Porter" cc: "Sebastian Hesselbarth" , "Olof Johansson" , "Arnd Bergmann" , "Russell King" , STEricsson , linux-tegra@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, kernel@stlinux.com, linux-arm-kernel@lists.infradead.org, "Linux Kernel Mailing List" , "Christian Daudt" Subject: Re: [PATCH 00/26] ARM: provide common arch init for DT clocks References: <20130920191613.GA25191@ohporter.com> <523EDF16.10102@gmail.com> <52407E2A.7030001@linaro.org> In-Reply-To: <52407E2A.7030001@linaro.org> X-WSS-ID: 7E5E57412L887621074-01-01 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1870 Lines: 49 On 13-09-23 10:45 AM, Matt Porter wrote: > On 09/22/2013 08:14 AM, Sebastian Hesselbarth wrote: >> On 09/20/2013 09:16 PM, Matt Porter wrote: >>> On Wed, Sep 18, 2013 at 07:53:33PM +0200, Sebastian Hesselbarth wrote: >>>> This is a patch set based on an RFC [1][2] sent earlier to provide a >>>> common >>>> arch/arm init for DT clock providers. Currently, the call to >>>> of_clk_init(NULL) >>>> to initialize DT clock providers is spread among several mach-dirs. >>>> Since most >>>> machs require DT clocks initialized before timers, no initcall can be >>>> used. >> [...] >>> Could you pick up the following patch for mach-bcm/ into this series? >>> >>> Thanks, >>> Matt >>> >>> From f65d048b3453447bb3e693cb21701c4d0c6375ed Mon Sep 17 00:00:00 2001 >>> From: Matt Porter >>> Date: Fri, 20 Sep 2013 13:41:06 -0400 >>> Subject: [PATCH] ARM: bcm: Remove custom .time_init hook >>> >>> With arch/arm calling of_clk_init(NULL) and clocksource_of_init() >>> this is no longer needed. The former is useful because we can make >>> use of dummy fixed clocks for drivers until the bcm281xx common >>> clock driver is ready. >>> >>> Signed-off-by: Matt Porter >>> Reviewed-by: Markus Mayer >>> Reviewed-by: Christian Daudt >> >> As a v2 is required due to calling of_clk_init() breaks non-DT builds, >> I will include this _if_ Christian actually gives his Acked-By. > > Understood. Ccing Christian's new email as it just changed. Old one still works for this week :) Acked-by: Christian Daudt Thanks, csd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/