Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753645AbbHKVUD (ORCPT ); Tue, 11 Aug 2015 17:20:03 -0400 Received: from mail-pa0-f42.google.com ([209.85.220.42]:34927 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753101AbbHKVUA convert rfc822-to-8bit (ORCPT ); Tue, 11 Aug 2015 17:20:00 -0400 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT To: Eric Anholt , linux-arm-kernel@lists.infradead.org From: Michael Turquette In-Reply-To: <1437420787-32137-6-git-send-email-eric@anholt.net> Cc: linux-rpi-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, "Stephen Warren" , "Lee Jones" , linux-clk@vger.kernel.org, "Stephen Boyd" , "Eric Anholt" References: <1437420787-32137-1-git-send-email-eric@anholt.net> <1437420787-32137-6-git-send-email-eric@anholt.net> Message-ID: <20150811211946.31346.8021@quantum> User-Agent: alot/0.3.5 Subject: Re: [PATCH v4 5/8] clk: bcm2835: Drop the fixed sys_pclk. Date: Tue, 11 Aug 2015 14:19:46 -0700 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1318 Lines: 40 Quoting Eric Anholt (2015-07-20 12:33:04) > Nothing uses it, and I can't find any evidence that anything ever has. > Its role is now filled by the core clock in the firmware driver. > > Signed-off-by: Eric Anholt > Acked-by: Stephen Warren Applied to clk-next. Regards, Mike > --- > drivers/clk/clk-bcm2835.c | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/drivers/clk/clk-bcm2835.c b/drivers/clk/clk-bcm2835.c > index 6b950ca..dd295e4 100644 > --- a/drivers/clk/clk-bcm2835.c > +++ b/drivers/clk/clk-bcm2835.c > @@ -32,11 +32,6 @@ void __init bcm2835_init_clocks(void) > struct clk *clk; > int ret; > > - clk = clk_register_fixed_rate(NULL, "sys_pclk", NULL, CLK_IS_ROOT, > - 250000000); > - if (IS_ERR(clk)) > - pr_err("sys_pclk not registered\n"); > - > clk = clk_register_fixed_rate(NULL, "apb_pclk", NULL, CLK_IS_ROOT, > 126000000); > if (IS_ERR(clk)) > -- > 2.1.4 > -- 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/