Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752587AbdHXKUV (ORCPT ); Thu, 24 Aug 2017 06:20:21 -0400 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:38848 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751276AbdHXKUT (ORCPT ); Thu, 24 Aug 2017 06:20:19 -0400 Cc: Sudeep Holla , julia.lawall@lip6.fr, lorenzo.pieralisi@arm.com, mturquette@baylibre.com, sboyd@codeaurora.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] clk: versatile: make clk_ops const To: Liviu Dudau , Bhumika Goyal References: <1503410786-25519-1-git-send-email-bhumirks@gmail.com> <20170824095442.GC11316@e110455-lin.cambridge.arm.com> From: Sudeep Holla Organization: ARM Message-ID: Date: Thu, 24 Aug 2017 11:20:19 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170824095442.GC11316@e110455-lin.cambridge.arm.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 504 Lines: 22 On 24/08/17 10:54, Liviu Dudau wrote: > On Tue, Aug 22, 2017 at 07:36:26PM +0530, Bhumika Goyal wrote: >> Make this const as it is only stored in the const field of a >> clk_init_data structure. >> >> Signed-off-by: Bhumika Goyal > > Acked-by: Liviu Dudau > > Thanks for the patch! > > Sudeep, can you going to pick this up for 4.14? > IIUC anything under drivers/clk is routed via clk tree. I assume Mike/Stephen will pick this up. -- Regards, Sudeep