Re: [PATCH 0/3] Introduce devm_clk_register()

2012-09-24 Thread Russell King - ARM Linux
On Mon, Sep 24, 2012 at 01:20:42PM -0700, Stephen Boyd wrote: > On 09/22/12 03:06, Russell King - ARM Linux wrote: > > On Tue, Sep 18, 2012 at 11:05:27PM -0700, Stephen Boyd wrote: > >> The first patch in this series fixes error checking in the wm831x clock > >> driver and is here to prevent contex

Re: [PATCH 0/3] Introduce devm_clk_register()

2012-09-24 Thread Stephen Boyd
On 09/22/12 03:06, Russell King - ARM Linux wrote: > On Tue, Sep 18, 2012 at 11:05:27PM -0700, Stephen Boyd wrote: >> The first patch in this series fixes error checking in the wm831x clock >> driver and is here to prevent context conflicts in the third patch. >> I split it out in case it needed to

Re: [PATCH 0/3] Introduce devm_clk_register()

2012-09-22 Thread Russell King - ARM Linux
On Tue, Sep 18, 2012 at 11:05:27PM -0700, Stephen Boyd wrote: > The first patch in this series fixes error checking in the wm831x clock > driver and is here to prevent context conflicts in the third patch. > I split it out in case it needed to merge sooner rather than later. > > The goal of this s

[PATCH 0/3] Introduce devm_clk_register()

2012-09-18 Thread Stephen Boyd
The first patch in this series fixes error checking in the wm831x clock driver and is here to prevent context conflicts in the third patch. I split it out in case it needed to merge sooner rather than later. The goal of this series is to add devm_clk_register() so I can use it in some MSM clock co