From: arvind.yadav.cs@gmail.com (Arvind Yadav)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] constify clk clk_div_table
Date: Mon, 28 Aug 2017 10:58:51 +0530 [thread overview]
Message-ID: <1503898133-10862-1-git-send-email-arvind.yadav.cs@gmail.com> (raw)
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.
Arvind Yadav (2):
[PATCH 1/2] clk: imx: constify clk_div_table
[PATCH 2/2] clk: zte: constify clk_div_table
drivers/clk/imx/clk-imx6sl.c | 6 +++---
drivers/clk/imx/clk-imx6sx.c | 6 +++---
drivers/clk/imx/clk-imx6ul.c | 6 +++---
drivers/clk/imx/clk-imx7d.c | 4 ++--
drivers/clk/imx/clk-vf610.c | 2 +-
drivers/clk/zte/clk-zx296718.c | 6 +++---
6 files changed, 15 insertions(+), 15 deletions(-)
--
1.9.1
next reply other threads:[~2017-08-28 5:28 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-28 5:28 Arvind Yadav [this message]
2017-08-28 5:28 ` [PATCH 1/2] clk: imx: constify clk_div_table Arvind Yadav
2017-08-28 9:42 ` Shawn Guo
2017-08-31 5:32 ` Stephen Boyd
2017-08-28 5:28 ` [PATCH 2/2] clk: zte: " Arvind Yadav
2017-08-28 9:43 ` Shawn Guo
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=1503898133-10862-1-git-send-email-arvind.yadav.cs@gmail.com \
--to=arvind.yadav.cs@gmail.com \
--cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).