* [GIT PULL] Second Round of Renesas ARM Based SoC Sh73a0 CCF Updates for v3.20
@ 2015-01-16 2:45 Simon Horman
2015-01-16 2:45 ` [PATCH] clk: shmobile: fix sparse NULL pointer warning Simon Horman
2015-01-21 23:14 ` [GIT PULL] Second Round of Renesas ARM Based SoC Sh73a0 CCF Updates for v3.20 Olof Johansson
0 siblings, 2 replies; 3+ messages in thread
From: Simon Horman @ 2015-01-16 2:45 UTC (permalink / raw)
To: linux-arm-kernel
Hi Olof, Hi Kevin, Hi Arnd,
Please consider these second round of Renesas ARM based SoC sh73a0 CCF updates for v3.20.
This pull request is based on the previous round of
such requests, tagged as renesas-sh73a0-ccf-for-v3.20,
which you have already pulled.
The following changes since commit 09bd745b555c262d1e2c851777317f3adf3cf3d4:
ARM: shmobile: sh73a0: disable legacy clock initialization (2014-12-21 17:09:25 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-sh73a0-ccf2-for-v3.20
for you to fetch changes up to 16bd794f9432b556ec797cbf16c5e575a18f7030:
clk: shmobile: fix sparse NULL pointer warning (2015-01-14 13:13:24 +0900)
----------------------------------------------------------------
Second Round of Renesas ARM Based SoC Sh73a0 CCF Updates for v3.20
* Fix sparse NULL pointer warning
----------------------------------------------------------------
Wei Yongjun (1):
clk: shmobile: fix sparse NULL pointer warning
drivers/clk/shmobile/clk-sh73a0.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] clk: shmobile: fix sparse NULL pointer warning
2015-01-16 2:45 [GIT PULL] Second Round of Renesas ARM Based SoC Sh73a0 CCF Updates for v3.20 Simon Horman
@ 2015-01-16 2:45 ` Simon Horman
2015-01-21 23:14 ` [GIT PULL] Second Round of Renesas ARM Based SoC Sh73a0 CCF Updates for v3.20 Olof Johansson
1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2015-01-16 2:45 UTC (permalink / raw)
To: linux-arm-kernel
From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Fixes the following sparse warnings:
drivers/clk/shmobile/clk-sh73a0.c:57:17: warning:
Using plain integer as NULL pointer
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
drivers/clk/shmobile/clk-sh73a0.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/shmobile/clk-sh73a0.c b/drivers/clk/shmobile/clk-sh73a0.c
index 8574a6d..cd529cf 100644
--- a/drivers/clk/shmobile/clk-sh73a0.c
+++ b/drivers/clk/shmobile/clk-sh73a0.c
@@ -54,7 +54,7 @@ static struct div4_clk div4_clks[] = {
{ "m2", "pll1", CPG_FRQCRA, 0 },
{ "zx", "pll1", CPG_FRQCRB, 12 },
{ "hp", "pll1", CPG_FRQCRB, 4 },
- { NULL, 0, 0, 0 },
+ { NULL, NULL, 0, 0 },
};
static const struct clk_div_table div4_div_table[] = {
--
2.1.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [GIT PULL] Second Round of Renesas ARM Based SoC Sh73a0 CCF Updates for v3.20
2015-01-16 2:45 [GIT PULL] Second Round of Renesas ARM Based SoC Sh73a0 CCF Updates for v3.20 Simon Horman
2015-01-16 2:45 ` [PATCH] clk: shmobile: fix sparse NULL pointer warning Simon Horman
@ 2015-01-21 23:14 ` Olof Johansson
1 sibling, 0 replies; 3+ messages in thread
From: Olof Johansson @ 2015-01-21 23:14 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Jan 16, 2015 at 11:45:50AM +0900, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
>
> Please consider these second round of Renesas ARM based SoC sh73a0 CCF updates for v3.20.
>
> This pull request is based on the previous round of
> such requests, tagged as renesas-sh73a0-ccf-for-v3.20,
> which you have already pulled.
>
>
> The following changes since commit 09bd745b555c262d1e2c851777317f3adf3cf3d4:
>
> ARM: shmobile: sh73a0: disable legacy clock initialization (2014-12-21 17:09:25 +0900)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-sh73a0-ccf2-for-v3.20
>
> for you to fetch changes up to 16bd794f9432b556ec797cbf16c5e575a18f7030:
>
> clk: shmobile: fix sparse NULL pointer warning (2015-01-14 13:13:24 +0900)
>
> ----------------------------------------------------------------
> Second Round of Renesas ARM Based SoC Sh73a0 CCF Updates for v3.20
>
> * Fix sparse NULL pointer warning
Merged.
-Olof
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-01-21 23:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-16 2:45 [GIT PULL] Second Round of Renesas ARM Based SoC Sh73a0 CCF Updates for v3.20 Simon Horman
2015-01-16 2:45 ` [PATCH] clk: shmobile: fix sparse NULL pointer warning Simon Horman
2015-01-21 23:14 ` [GIT PULL] Second Round of Renesas ARM Based SoC Sh73a0 CCF Updates for v3.20 Olof Johansson
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).