From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758667Ab2DJM5S (ORCPT ); Tue, 10 Apr 2012 08:57:18 -0400 Received: from mail-ob0-f174.google.com ([209.85.214.174]:58694 "EHLO mail-ob0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754192Ab2DJM5R (ORCPT ); Tue, 10 Apr 2012 08:57:17 -0400 Message-ID: <4F842E28.8060609@gmail.com> Date: Tue, 10 Apr 2012 07:57:12 -0500 From: Rob Herring User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120402 Thunderbird/11.0.1 MIME-Version: 1.0 To: Fabio Estevam CC: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, Mike Turquette , Thierry Reding , Grant Likely , Sascha Hauer , shawn.guo@linaro.org, Mike Turquette Subject: Re: [PATCH 3/4] clk: add DT clock binding support References: <1334003101-17274-1-git-send-email-robherring2@gmail.com> <1334003101-17274-4-git-send-email-robherring2@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/09/2012 11:27 PM, Fabio Estevam wrote: > On Mon, Apr 9, 2012 at 5:25 PM, Rob Herring wrote: >> From: Grant Likely >> >> Based on work 1st by Ben Herrenschmidt and Jeremy Kerr, then by Grant >> Likely, this patch adds support to clk_get to allow drivers to retrieve >> clock data from the device tree. >> >> Platforms scan for clocks in DT with of_clk_init and a match table, and >> the register a provider through of_clk_add_provider. The provider's >> clk_src_get function will be called when a device references the >> provider's OF node for a clock reference. >> >> v5 (Rob Herring): >> - Move from drivers/of into common clock subsystem >> - Squashed "dt/clock: add a simple provider get function" and >> "dt/clock: add function to get parent clock name" >> - Rebase to 3.4-rc1 >> - Drop CONFIG_OF_CLOCK and just use CONFIG_OF >> - Add missing EXPORT_SYMBOL to various functions >> - s/clock-output-name/clock-output-names/ >> - Define that fixed-clock binding is a single output > > The patch history should go below the --- line, No, depends who you ask, and Grant is very much in favor of retaining the history. Rob