From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751925Ab3LMBwH (ORCPT ); Thu, 12 Dec 2013 20:52:07 -0500 Received: from mail-yh0-f45.google.com ([209.85.213.45]:33178 "EHLO mail-yh0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751701Ab3LMBwE convert rfc822-to-8bit (ORCPT ); Thu, 12 Dec 2013 20:52:04 -0500 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT To: Linus Walleij , "Lee Jones" From: Mike Turquette In-Reply-To: Cc: "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "Arnd Bergmann" References: <1379506478-16625-1-git-send-email-lee.jones@linaro.org> <1379506478-16625-23-git-send-email-lee.jones@linaro.org> Message-ID: <20131213015158.11981.27135@quantum> User-Agent: alot/0.3.5 Subject: Re: [PATCH 22/41] clk: ux500: Copy u8500_clk_init() ready for DT enablement Date: Thu, 12 Dec 2013 17:51:58 -0800 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Linus Walleij (2013-09-20 13:59:46) > On Wed, Sep 18, 2013 at 2:14 PM, Lee Jones wrote: > > > Here we're using the old clock initialisation function as a template. > > It's necessary to remove all of the clk_register_clkdev() calls as > > they don't make sense when booting with Device Tree. > > > > Cc: Mike Turquette > > Signed-off-by: Lee Jones > > I *really* like the looks of this! Mike can we have your ACK on this? Acked-by: Mike Turquette > > Yours, > Linus Walleij