Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936012Ab3DKJcn (ORCPT ); Thu, 11 Apr 2013 05:32:43 -0400 Received: from mail-we0-f175.google.com ([74.125.82.175]:58449 "EHLO mail-we0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935661Ab3DKJcl (ORCPT ); Thu, 11 Apr 2013 05:32:41 -0400 Message-ID: <5166831E.9090105@openwrt.org> Date: Thu, 11 Apr 2013 11:32:14 +0200 From: Florian Fainelli Organization: OpenWrt User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 MIME-Version: 1.0 To: Sebastian Hesselbarth CC: Grant Likely , Rob Herring , Rob Landley , Lennert Buytenhek , Andrew Lunn , Jason Cooper , Sergei Shtylyov , Benjamin Herrenschmidt , Paul Mackerras , linuxppc-dev@lists.ozlabs.org, devicetree-discuss@lists.ozlabs.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH 0/2] net: mv643xx_eth: use managed clk and allocation References: <1365672574-31123-1-git-send-email-sebastian.hesselbarth@gmail.com> In-Reply-To: <1365672574-31123-1-git-send-email-sebastian.hesselbarth@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1214 Lines: 29 Le 04/11/13 11:29, Sebastian Hesselbarth a écrit : > 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. > > Sebastian Hesselbarth (2): > net: mv643xx_eth: add shared clk and cleanup existing clk handling > net: mv643xx_eth: use managed devm_kzalloc Looks good, thanks Sebastian! Acked-by: Florian Fainelli -- Florian -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/