[PATCH 0/2] fix a kernel panic on fsl corenet board when CONFIG_CLK_PPC_CORENET is enabled
    Kevin Hao 
    haokexin at gmail.com
       
    Thu Oct 16 22:18:39 AEDT 2014
    
    
  
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
    
    
More information about the Linuxppc-dev
mailing list