All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: Arvind Yadav <arvind.yadav.cs@gmail.com>
Cc: kernel@pengutronix.de, fabio.estevam@nxp.com,
	mturquette@baylibre.com, sboyd@codeaurora.org,
	jun.nie@linaro.org, baoyou.xie@linaro.org,
	linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/2] clk: imx: constify clk_div_table
Date: Mon, 28 Aug 2017 17:42:38 +0800	[thread overview]
Message-ID: <20170828094236.GA3525@dragon> (raw)
In-Reply-To: <1503898133-10862-2-git-send-email-arvind.yadav.cs@gmail.com>

On Mon, Aug 28, 2017 at 10:58:52AM +0530, Arvind Yadav wrote:
> clk_div_table are not supposed to change at runtime. All functions
> working with clk_div_table provided by <linux/clk-provider.h> work
> with const clk_div_table. So mark the non-const structs as const.
> 
> Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>

Acked-by: Shawn Guo <shawnguo@kernel.org>

WARNING: multiple messages have this Message-ID (diff)
From: shawnguo@kernel.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] clk: imx: constify clk_div_table
Date: Mon, 28 Aug 2017 17:42:38 +0800	[thread overview]
Message-ID: <20170828094236.GA3525@dragon> (raw)
In-Reply-To: <1503898133-10862-2-git-send-email-arvind.yadav.cs@gmail.com>

On Mon, Aug 28, 2017 at 10:58:52AM +0530, Arvind Yadav wrote:
> clk_div_table are not supposed to change at runtime. All functions
> working with clk_div_table provided by <linux/clk-provider.h> work
> with const clk_div_table. So mark the non-const structs as const.
> 
> Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>

Acked-by: Shawn Guo <shawnguo@kernel.org>

  reply	other threads:[~2017-08-28  9:43 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-28  5:28 [PATCH 0/2] constify clk clk_div_table Arvind Yadav
2017-08-28  5:28 ` Arvind Yadav
2017-08-28  5:28 ` [PATCH 1/2] clk: imx: constify clk_div_table Arvind Yadav
2017-08-28  5:28   ` Arvind Yadav
2017-08-28  9:42   ` Shawn Guo [this message]
2017-08-28  9:42     ` Shawn Guo
2017-08-31  5:32   ` Stephen Boyd
2017-08-31  5:32     ` Stephen Boyd
2017-08-28  5:28 ` [PATCH 2/2] clk: zte: " Arvind Yadav
2017-08-28  5:28   ` Arvind Yadav
2017-08-28  9:43   ` Shawn Guo
2017-08-28  9:43     ` Shawn Guo
2017-08-31  5:32   ` Stephen Boyd
2017-08-31  5:32     ` Stephen Boyd

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170828094236.GA3525@dragon \
    --to=shawnguo@kernel.org \
    --cc=arvind.yadav.cs@gmail.com \
    --cc=baoyou.xie@linaro.org \
    --cc=fabio.estevam@nxp.com \
    --cc=jun.nie@linaro.org \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=sboyd@codeaurora.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.