[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAPDyKFpHH_jU-iYZtgjAPLc9jDvERcPEHcJu-f=7b1P8LvYSqA@mail.gmail.com>
Date: Wed, 30 Aug 2017 13:37:04 +0200
From: Ulf Hansson <ulf.hansson@...aro.org>
To: Arvind Yadav <arvind.yadav.cs@...il.com>
Cc: Stephen Boyd <sboyd@...eaurora.org>,
Mike Turquette <mturquette@...libre.com>,
Linus Walleij <linus.walleij@...aro.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
linux-clk <linux-clk@...r.kernel.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH 0/3] constify ux500 clk_ops.
On 28 August 2017 at 09:02, Arvind Yadav <arvind.yadav.cs@...il.com> wrote:
> clk_ops are not supposed to change at runtime. All functions
> working with clk_ops provided by <linux/clk-provider.h> work
> with const clk_ops. So mark the non-const clk_ops as const.
>
> Here, Function "clk_reg_prcc" is used to initialized clk_init_data.
> clk_init_data is working with const clk_ops. So make clk_reg_prcc
> non-const clk_ops argument as const.
>
> Arvind Yadav (3):
> [PATCH 1/3] clk: ux500: prcmu: constify clk_ops.
> [PATCH 2/3] clk: ux500: sysctrl: constify clk_ops.
> [PATCH 3/3] clk: ux500: prcc: constify clk_ops.
>
> drivers/clk/ux500/clk-prcc.c | 6 +++---
> drivers/clk/ux500/clk-prcmu.c | 14 +++++++-------
> drivers/clk/ux500/clk-sysctrl.c | 8 ++++----
> 3 files changed, 14 insertions(+), 14 deletions(-)
>
> --
> 1.9.1
>
Acked-by: Ulf Hansson <ulf.hansson@...aro.org>
Mike, Stephen, can you pick this up?
Kind regards
Uffe
Powered by blists - more mailing lists