Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933102AbcDKOAV (ORCPT ); Mon, 11 Apr 2016 10:00:21 -0400 Received: from mail-wm0-f43.google.com ([74.125.82.43]:37972 "EHLO mail-wm0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932313AbcDKOAO (ORCPT ); Mon, 11 Apr 2016 10:00:14 -0400 Subject: Re: [PATCH 1/2] clk: Add Oxford Semiconductor OXNAS Standard Clocks To: Stephen Boyd References: <1459520791-13269-1-git-send-email-narmstrong@baylibre.com> <1459520791-13269-2-git-send-email-narmstrong@baylibre.com> <20160402005045.GX18567@codeaurora.org> <5701210A.4060807@baylibre.com> <20160407233113.GI18567@codeaurora.org> Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org From: Neil Armstrong Organization: Baylibre Message-ID: <570BADE3.8080201@baylibre.com> Date: Mon, 11 Apr 2016 16:00:03 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <20160407233113.GI18567@codeaurora.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 670 Lines: 16 On 04/08/2016 01:31 AM, Stephen Boyd wrote: > On 04/03, Neil Armstrong wrote: >> On 04/02/2016 02:50 AM, Stephen Boyd wrote: > > Ok. I was hoping that we could make simple-mfd look to see if > there's a syscon and then attach it to the parent device, but it > seems that simple-mfd is not actually a driver and it might not > even make a parent device for the children nodes? > It seems so, I will look at the device hierarchy next week. Syscon is only used by these syscon_node_to_regmap() or similar calls, and they are the only APIs available. This call is at least used by clk-mtk, nxp and at91 clocks, is there a plan for these to change to another API ? Neil