[PATCH 0/2] net: mv643xx_eth: use managed clk and allocation
David Miller
davem at davemloft.net
Fri Apr 12 06:20:07 EST 2013
From: Sebastian Hesselbarth <sebastian.hesselbarth at gmail.com>
Date: Thu, 11 Apr 2013 11:29:32 +0200
> With introduction of common clock framework and the ability to provide
> gated clocks, mv643xx_eth required calls to get and enable these clock
> gates on some platforms. Back then, common clock framework api wasn't
> safe for architectures without support for common clocks. This has
> changed now and there are also managed (devm_) counterparts for clock
> related functions.
>
> The second patch in this series, also converts kzalloc to devm_kzalloc
> where applicable.
>
> Both patches have been sent to the corresponding mailing lists as
> individual patches before. To get the order required to apply them right,
> this patch set combines both patches into one set.
Both applied to net-next, thanks.
More information about the devicetree-discuss
mailing list