linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] fix a kernel panic on fsl corenet board when CONFIG_CLK_PPC_CORENET is enabled
@ 2014-10-16 11:18 Kevin Hao
  2014-10-16 11:18 ` [PATCH 1/2] powerpc: move ppc_init() to common place Kevin Hao
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Kevin Hao @ 2014-10-16 11:18 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Scott Wood, Mike Turquette, Jingchang Lu

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-10-19  5:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-16 11:18 [PATCH 0/2] fix a kernel panic on fsl corenet board when CONFIG_CLK_PPC_CORENET is enabled Kevin Hao
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

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).