From: Kevin Hao <haokexin@gmail.com>
To: linuxppc-dev@lists.ozlabs.org
Cc: Scott Wood <scottwood@freescale.com>,
Mike Turquette <mturquette@linaro.org>,
Jingchang Lu <jingchang.lu@freescale.com>
Subject: [PATCH 0/2] fix a kernel panic on fsl corenet board when CONFIG_CLK_PPC_CORENET is enabled
Date: Thu, 16 Oct 2014 19:18:39 +0800 [thread overview]
Message-ID: <1413458321-23880-1-git-send-email-haokexin@gmail.com> (raw)
Hi,
This tries to fix a kernel panic introduced by commit da788acb2838
("clk: ppc-corenet: Fix Section mismatch warning").
Kevin Hao (2):
powerpc: move ppc_init() to common place
clk: ppc-corenet: don't use platform_driver to init the clock device
arch/powerpc/include/asm/machdep.h | 2 +-
arch/powerpc/kernel/setup-common.c | 15 ++++++++++
arch/powerpc/kernel/setup_32.c | 15 ----------
arch/powerpc/platforms/85xx/corenet_generic.c | 7 +++++
drivers/clk/clk-ppc-corenet.c | 43 ++++-----------------------
5 files changed, 29 insertions(+), 53 deletions(-)
--
1.9.3
next reply other threads:[~2014-10-16 11:19 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-16 11:18 Kevin Hao [this message]
2014-10-16 11:18 ` [PATCH 1/2] powerpc: move ppc_init() to common place Kevin Hao
2014-10-16 21:54 ` Scott Wood
2014-10-16 22:34 ` Kevin Hao
2014-10-16 11:18 ` [PATCH 2/2] clk: ppc-corenet: don't use platform_driver to init the clock device Kevin Hao
2014-10-16 21:55 ` Scott Wood
2014-10-16 22:55 ` Kevin Hao
2014-10-17 5:58 ` Scott Wood
2014-10-19 5:52 ` Kevin Hao
2014-10-16 21:49 ` [PATCH 0/2] fix a kernel panic on fsl corenet board when CONFIG_CLK_PPC_CORENET is enabled Scott Wood
2014-10-16 22:31 ` Kevin Hao
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=1413458321-23880-1-git-send-email-haokexin@gmail.com \
--to=haokexin@gmail.com \
--cc=jingchang.lu@freescale.com \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=mturquette@linaro.org \
--cc=scottwood@freescale.com \
/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).