Please pull powerpc.git 'merge' branch

Paul Mackerras paulus at samba.org
Wed Nov 22 13:35:18 EST 2006


Linus,

Since the mirroring on kernel.org is slow today, please do:

git pull \
master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git merge

or, once the mirror catches up:

git pull \
git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git merge

It turns out that two commits that were merged post 2.6.18 were
incorrect and need to be reverted.  Also there is a fix for embedded
systems using the Freescale MPC83xx family processors.

Thanks,
Paul.

 arch/powerpc/kernel/time.c                |   42 -----------------------------
 arch/powerpc/platforms/83xx/mpc832x_mds.c |   19 +++++++++++++
 arch/powerpc/platforms/83xx/mpc834x_itx.c |    4 ---
 include/asm-powerpc/time.h                |    4 ---
 4 files changed, 19 insertions(+), 50 deletions(-)

commit 8746ed3dae14e87e9f7ad8e44649b72e22b33274
Author: Kim Phillips <kim.phillips at freescale.com>
Date:   Tue Nov 21 18:19:42 2006 -0600

    [POWERPC] Fix ucc_geth of_device discovery on mpc832x
    
    mpc832x, as in mpc8360, needs to explicitly find and create the
    platform device for ucc_geth in 2.6.19.  This code will likely be
    readapted to Benh's new of_ methods for 2.6.20.
    
    Signed-off-by: Kim Phillips <kim.phillips at freescale.com>
    Signed-off-by: Paul Mackerras <paulus at samba.org>

commit df9c23095fc8652798c41dd860676d3dafb2f1dc
Author: Kim Phillips <kim.phillips at freescale.com>
Date:   Tue Nov 21 10:31:14 2006 -0600

    [POWERPC] Revert "[POWERPC] Add powerpc get/set_rtc_time interface to new generic rtc class"
    
    This reverts commit 7a69af63e788a324d162201a0b23df41bcf158dd.
    
    As advised by David Brownell:
    
    http://marc.theaimsgroup.com/?l=linux-kernel&m=116387226902131&w=2
    
    Signed-off-by: Kim Phillips <kim.phillips at freescale.com>
    Signed-off-by: Paul Mackerras <paulus at samba.org>

commit 6c12c18dfb0ccae21816de3e0c323b5250450d82
Author: Kim Phillips <kim.phillips at freescale.com>
Date:   Tue Nov 21 10:31:08 2006 -0600

    [POWERPC] Revert "[POWERPC] Enable generic rtc hook for the MPC8349 mITX"
    
    This reverts commit a8ed4f7ec3aa472134d7de6176f823b2667e450b.
    
    As advised by David Brownell:
    
    http://marc.theaimsgroup.com/?l=linux-kernel&m=116387226902131&w=2
    
    Signed-off-by: Kim Phillips <kim.phillips at freescale.com>
    Signed-off-by: Paul Mackerras <paulus at samba.org>



More information about the Linuxppc-dev mailing list