linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Please pull upstream branch of linux-2.6-PQ.git...
@ 2006-09-22  2:37 Vitaly Bordug
  2006-09-22 17:24 ` Jon Loeliger
  0 siblings, 1 reply; 8+ messages in thread
From: Vitaly Bordug @ 2006-09-22  2:37 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev@ozlabs.org

[-- Attachment #1: Type: text/plain, Size: 2099 bytes --]

Paul,

Refined 8560 series can be found in 

git://git.kernel.org/pub/scm/linux/kernel/git/vitb/linux-2.6-PQ.git, upstream branch.

 arch/powerpc/boot/dts/mpc8560ads.dts       |  310 ++++++++++
 arch/powerpc/configs/mpc8560_ads_defconfig |  854 +++++++++++++++++++++++++++++
 arch/powerpc/lib/Makefile                  |    5 
 arch/powerpc/platforms/85xx/Kconfig        |   21 
 arch/powerpc/platforms/85xx/Makefile       |    1 
 arch/powerpc/platforms/85xx/mpc85xx_ads.c  |  218 +++++--
 arch/powerpc/platforms/85xx/mpc85xx_ads.h  |   61 ++
 arch/powerpc/sysdev/Makefile               |    5 
 arch/powerpc/sysdev/cpm2_common.c          |  319 ++++++++++
 arch/powerpc/sysdev/cpm2_pic.c             |  290 +++++++++
 arch/powerpc/sysdev/cpm2_pic.h             |   10 
 arch/powerpc/sysdev/fsl_soc.c              |  285 +++++++++
 arch/powerpc/sysdev/fsl_soc.h              |    2 
 arch/ppc/platforms/mpc8272ads_setup.c      |    8 
 arch/ppc/platforms/mpc866ads_setup.c       |    8 
 arch/ppc/platforms/mpc885ads_setup.c       |   10 
 drivers/net/fs_enet/fs_enet-main.c         |    5 
 drivers/serial/cpm_uart/cpm_uart_core.c    |   24 
 drivers/serial/cpm_uart/cpm_uart_cpm2.c    |  143 +++-
 drivers/serial/cpm_uart/cpm_uart_cpm2.h    |    2 
 include/asm-powerpc/fs_pd.h                |   45 +
 include/asm-powerpc/mpc85xx.h              |   53 +
 include/asm-ppc/cpm2.h                     |   63 ++
 include/asm-ppc/fs_pd.h                    |   36 +
 include/linux/fs_enet_pd.h                 |   47 +
 include/linux/fs_uart_pd.h                 |   14 
 26 files changed, 2674 insertions(+), 165 deletions(-)

Vitaly Bordug:
      POWERPC: Add cpm2 stuff support to the fsl_soc.c
      cpm_uart: make it possible to utilize from powerpc
      POWERPC: Move generic cpm2 stuff to powerpc
      POWERPC: Add support for the mpc8560 eval board
      POWERPC: Get rid of remapping the whole immr
      POWERPC: overhaul with cpm2_map mechanism
      POWERPC: Bring the fs_no calculation to the relevant SoC enumeration

--
Sincerely, Vitaly

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread
* Please pull upstream branch of linux-2.6-PQ.git...
@ 2006-10-03 18:30 Vitaly Bordug
  2006-10-03 18:43 ` Kumar Gala
  2006-10-03 19:37 ` Jerry Van Baren
  0 siblings, 2 replies; 8+ messages in thread
From: Vitaly Bordug @ 2006-10-03 18:30 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev@ozlabs.org

[-- Attachment #1: Type: text/plain, Size: 2678 bytes --]

Paul,

Please do a pull from

git://git.kernel.org/pub/scm/linux/kernel/git/vitb/linux-2.6-PQ.git, upstream branch.

Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>


To receive the updated 8272 addition to the  arch/powerpc.
All the comments have been addressed, and it has a minor bugfix addressed too in order to make both pq2 and pq3
co-exist happily in fsl_soc.c. CPM PIC now has "compatible" property that could be "CPM2" or "CPM1" for PQ/8xx.

I think it should go to rc1, because relevant stuff in ppc/ is more or less broken now, with new irq engine. 

--

 arch/powerpc/Kconfig                      |    1 
 arch/powerpc/boot/dts/mpc8272ads.dts      |  223 ++++++++++
 arch/powerpc/platforms/82xx/Kconfig       |   21 
 arch/powerpc/platforms/82xx/Makefile      |    5 
 arch/powerpc/platforms/82xx/m82xx_pci.h   |   19 
 arch/powerpc/platforms/82xx/mpc82xx.c     |  111 +++++
 arch/powerpc/platforms/82xx/mpc82xx_ads.c |  661 ++++++++++++++++++++++++++++++
 arch/powerpc/platforms/82xx/pq2ads.h      |   67 +++
 arch/powerpc/sysdev/cpm2_pic.c            |    2 
 arch/powerpc/sysdev/cpm2_pic.h            |    2 
 arch/powerpc/sysdev/fsl_soc.c             |   62 ++
 11 files changed, 1165 insertions(+), 9 deletions(-)

commit 91bd61099defb28a442db358dd9c1693c6589cee
Author: Vitaly Bordug <vbordug@ru.mvista.com>
Date:   Mon Oct 2 22:45:17 2006 +0400

    POWERPC: mpc82xx merge: board-specific/platform stuff(resend)
    
    This intruduces 82xx family in arch/powerpc/platforms,
    and has all the board-specific code to represent regression-less
    transaction from ppc. The functionality is apparently the same, including
    PCI controller.
    
    Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>

commit ed943c1faba53d9a0bde56007ee27762b29dccbd
Author: Vitaly Bordug <vbordug@ru.mvista.com>
Date:   Mon Oct 2 22:41:50 2006 +0400

    POWERPC: 8272ads merge to powerpc: common stuff
    
    This has modules of common directories related to the
    mpc8272ADS board, mainly common cpm2 changes and fsl_soc.c
    portions related to the bitbang MDIO and other mechanisms specific
    for this family.
    
    Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>

commit e02f73e9fd69f1c6d16c207f7a91ce721fe8beab
Author: Vitaly Bordug <vbordug@ru.mvista.com>
Date:   Mon Oct 2 22:22:36 2006 +0400

    POWERPC: Added devicetree for mpc8272ads board
    
    This adds current dts file used with MPC8272ADS,
    introducing new mdio bitbang defines, as well as
    fully-CPM2-SoC board design.
    
    Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>

--
Sincerely, Vitaly

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2006-10-03 22:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-22  2:37 Please pull upstream branch of linux-2.6-PQ.git Vitaly Bordug
2006-09-22 17:24 ` Jon Loeliger
  -- strict thread matches above, loose matches on Subject: below --
2006-10-03 18:30 Vitaly Bordug
2006-10-03 18:43 ` Kumar Gala
2006-10-03 19:05   ` Vitaly Bordug
2006-10-03 19:14     ` Kumar Gala
2006-10-03 19:37 ` Jerry Van Baren
2006-10-03 22:24   ` Vitaly Bordug

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