Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753770Ab3FTGxF (ORCPT ); Thu, 20 Jun 2013 02:53:05 -0400 Received: from mail-pd0-f175.google.com ([209.85.192.175]:33824 "EHLO mail-pd0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753534Ab3FTGxE convert rfc822-to-8bit (ORCPT ); Thu, 20 Jun 2013 02:53:04 -0400 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT To: Boris BREZILLON , Jean-Christophe Plagniol-Villard , Nicolas Ferre , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Andrew Victor From: Mike Turquette In-Reply-To: <1370617863-18410-1-git-send-email-b.brezillon@overkiz.com> Cc: Boris BREZILLON , Russell King References: <1370615115-16979-1-git-send-email-b.brezillon@overkiz.com> <1370617863-18410-1-git-send-email-b.brezillon@overkiz.com> Message-ID: <20130620065258.9136.63631@quantum> User-Agent: alot/0.3.4 Subject: Re: [RFC PATCH 13/50] ARM: at91: move at91rm9200 SoC to new at91 clk implem Date: Wed, 19 Jun 2013 23:52:58 -0700 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 635 Lines: 18 Quoting Boris BREZILLON (2013-06-07 08:11:03) > +static struct clk_lookup pioA_clk_lookup[] = { > + CLKDEV_INIT(NULL, "pioA_clk", NULL), > + CLKDEV_INIT(NULL, "pioA", NULL), > +}; It would be great to get rid of this clkdev data from the kernel as well. Have you looked into encoding the aliases into your DT bindings? Or have you looked into using of_clk_get? Regards, Mike -- 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/