Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752212AbbHMIlO (ORCPT ); Thu, 13 Aug 2015 04:41:14 -0400 Received: from mail-oi0-f49.google.com ([209.85.218.49]:34309 "EHLO mail-oi0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750934AbbHMIlK (ORCPT ); Thu, 13 Aug 2015 04:41:10 -0400 MIME-Version: 1.0 In-Reply-To: <1439421161-17868-2-git-send-email-sboyd@codeaurora.org> References: <1439421161-17868-1-git-send-email-sboyd@codeaurora.org> <1439421161-17868-2-git-send-email-sboyd@codeaurora.org> Date: Thu, 13 Aug 2015 10:41:09 +0200 X-Google-Sender-Auth: tGlg45tSha0794gBWKUr3HQ9n7Y Message-ID: Subject: Re: [PATCH 2/2] clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw) From: Geert Uytterhoeven To: Stephen Boyd Cc: Mike Turquette , "linux-kernel@vger.kernel.org" , linux-clk@vger.kernel.org, Heiko Stuebner , Sylwester Nawrocki , Tomasz Figa , Peter De Schrijver , Prashant Gaikwad , Stephen Warren , Thierry Reding , Alexandre Courbot , Tero Kristo , Ulf Hansson , Sebastian Hesselbarth , Andrew Bresticker , Ezequiel Garcia , Ralf Baechle , Kevin Cernekee , Geert Uytterhoeven , Ulrich Hecht , "linux-arm-kernel@lists.infradead.org" , "open list:ARM/Rockchip SoC..." , "linux-samsung-soc@vger.kernel.org" , linux-tegra@vger.kernel.org, "linux-omap@vger.kernel.org" , Simon Horman Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2093 Lines: 57 On Thu, Aug 13, 2015 at 1:12 AM, Stephen Boyd wrote: > Use the provider based method to get a clock's name so that we > can get rid of the clk member in struct clk_hw one day. Mostly > converted with the following coccinelle script. > > @@ > struct clk_hw *E; > @@ > > -__clk_get_name(E->clk) > +clk_hw_get_name(E) > > Cc: Heiko Stuebner > Cc: Sylwester Nawrocki > Cc: Tomasz Figa > Cc: Peter De Schrijver > Cc: Prashant Gaikwad > Cc: Stephen Warren > Cc: Thierry Reding > Cc: Alexandre Courbot > Cc: Tero Kristo > Cc: Ulf Hansson > Cc: Sebastian Hesselbarth > Cc: Andrew Bresticker > Cc: Ezequiel Garcia > Cc: Ralf Baechle > Cc: Kevin Cernekee > Cc: Geert Uytterhoeven > Cc: Ulrich Hecht > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-rockchip@lists.infradead.org > Cc: linux-samsung-soc@vger.kernel.org > Cc: linux-tegra@vger.kernel.org > Cc: linux-omap@vger.kernel.org > Signed-off-by: Stephen Boyd > drivers/clk/shmobile/clk-div6.c | 2 +- For the shmobile part: Acked-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- 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/