Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758956Ab3GROZ3 (ORCPT ); Thu, 18 Jul 2013 10:25:29 -0400 Received: from mail-ie0-f178.google.com ([209.85.223.178]:44444 "EHLO mail-ie0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758412Ab3GROZ2 (ORCPT ); Thu, 18 Jul 2013 10:25:28 -0400 MIME-Version: 1.0 In-Reply-To: <20130718135650.GD29153@e106331-lin.cambridge.arm.com> References: <1372943292-6960-1-git-send-email-jonas.jensen@gmail.com> <1374067396-30155-1-git-send-email-jonas.jensen@gmail.com> <20130718095035.GA29153@e106331-lin.cambridge.arm.com> <20130718110201.GB29153@e106331-lin.cambridge.arm.com> <20130718135650.GD29153@e106331-lin.cambridge.arm.com> Date: Thu, 18 Jul 2013 16:25:27 +0200 Message-ID: Subject: Re: [PATCH v3] clk: add MOXA ART SoCs clock driver From: Jonas Jensen To: Mark Rutland Cc: "linux-arm-kernel@lists.infradead.org" , "arm@kernel.org" , "mturquette@linaro.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 931 Lines: 24 On 18 July 2013 15:56, Mark Rutland wrote: > When you say look up the apb-clock node, I assume they find it via their > clocks property with of_clk_get or similar, rather than scanning the > tree for a "moxart,moxa-apb-clock" node specifically? Yes, all use of_clk_get(node, 0), which is fortunate because e.g. clocksource is already merged with linaro's clockevent drivers tree. That should mean I can get away with only changing the DT files :) > Given the above, I think it would make more sense to have core-clock > registered, and have it passed to the devices currently passed > apb-clock. OK, I'll return with an updated version. Best regards, Jonas -- 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/