[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAOMZO5AKmnQRo4_3GVDSMUc0fMZ5orwvZSxjXfn6m-5Boew04A@mail.gmail.com>
Date: Tue, 10 Apr 2012 01:27:28 -0300
From: Fabio Estevam <festevam@...il.com>
To: Rob Herring <robherring2@...il.com>
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
devicetree-discuss@...ts.ozlabs.org,
Mike Turquette <mturquette@...aro.org>,
Thierry Reding <thierry.reding@...onic-design.de>,
Rob Herring <rob.herring@...xeda.com>,
Grant Likely <grant.likely@...retlab.ca>,
Sascha Hauer <kernel@...gutronix.de>, shawn.guo@...aro.org,
Mike Turquette <mturquette@...com>
Subject: Re: [PATCH 3/4] clk: add DT clock binding support
On Mon, Apr 9, 2012 at 5:25 PM, Rob Herring <robherring2@...il.com> wrote:
> From: Grant Likely <grant.likely@...retlab.ca>
>
> 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,
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists