linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Kumar Gala <galak@kernel.crashing.org>
To: Paul Mackerras <paulus@samba.org>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: Please pull from 'for_paulus' branch
Date: Mon, 23 Jul 2007 21:56:49 -0500 (CDT)	[thread overview]
Message-ID: <Pine.LNX.4.64.0707232152200.12643@blarg.am.freescale.net> (raw)
In-Reply-To: <Pine.LNX.4.64.0707231556210.4203@blarg.am.freescale.net>

Please pull from 'for_paulus' branch of

	master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc.git for_paulus

Updated with Ben's request change to the indirect runtime patch and
dropped the i8259/mpic patch for now.

to receive the following updates:

 arch/powerpc/Kconfig                             |    9
 arch/powerpc/boot/dts/mpc8313erdb.dts            |    2
 arch/powerpc/boot/dts/mpc832x_mds.dts            |    2
 arch/powerpc/boot/dts/mpc832x_rdb.dts            |    2
 arch/powerpc/boot/dts/mpc8349emitx.dts           |    4
 arch/powerpc/boot/dts/mpc8349emitxgp.dts         |    2
 arch/powerpc/boot/dts/mpc834x_mds.dts            |    4
 arch/powerpc/boot/dts/mpc836x_mds.dts            |    2
 arch/powerpc/boot/dts/mpc8540ads.dts             |    2
 arch/powerpc/boot/dts/mpc8541cds.dts             |    4
 arch/powerpc/boot/dts/mpc8544ds.dts              |  211 ++++++++++++++
 arch/powerpc/boot/dts/mpc8548cds.dts             |  250 ++++++++++++-----
 arch/powerpc/boot/dts/mpc8555cds.dts             |    4
 arch/powerpc/boot/dts/mpc8560ads.dts             |    2
 arch/powerpc/boot/dts/mpc8568mds.dts             |   54 +++
 arch/powerpc/boot/dts/mpc8641_hpcn.dts           |    8
 arch/powerpc/configs/mpc8544_ds_defconfig        |  333 ++++++++++++++---------
 arch/powerpc/configs/mpc8568mds_defconfig        |  292 ++++++++++++--------
 arch/powerpc/kernel/pci_32.c                     |   25 +
 arch/powerpc/platforms/82xx/mpc82xx_ads.c        |    3
 arch/powerpc/platforms/83xx/pci.c                |    4
 arch/powerpc/platforms/85xx/Kconfig              |    6
 arch/powerpc/platforms/85xx/Makefile             |    2
 arch/powerpc/platforms/85xx/mpc8544_ds.c         |  241 ++++++++++++++++
 arch/powerpc/platforms/85xx/mpc85xx.h            |    1
 arch/powerpc/platforms/85xx/mpc85xx_ads.c        |    3
 arch/powerpc/platforms/85xx/mpc85xx_cds.c        |   99 ++++++
 arch/powerpc/platforms/85xx/mpc85xx_mds.c        |    7
 arch/powerpc/platforms/85xx/pci.c                |   91 ------
 arch/powerpc/platforms/86xx/Kconfig              |    3
 arch/powerpc/platforms/86xx/Makefile             |    1
 arch/powerpc/platforms/86xx/mpc86xx.h            |    5
 arch/powerpc/platforms/86xx/mpc86xx_hpcn.c       |   13
 arch/powerpc/platforms/86xx/pci.c                |  238 ----------------
 arch/powerpc/platforms/chrp/pci.c                |    7
 arch/powerpc/platforms/embedded6xx/linkstation.c |    2
 arch/powerpc/sysdev/Makefile                     |    1
 arch/powerpc/sysdev/fsl_pci.c                    |  257 +++++++++++++++++
 arch/powerpc/sysdev/fsl_pci.h                    |   88 ++++++
 arch/powerpc/sysdev/fsl_pcie.h                   |   94 ------
 arch/powerpc/sysdev/grackle.c                    |    2
 arch/powerpc/sysdev/indirect_pci.c               |   59 ++--
 arch/powerpc/sysdev/mpic.c                       |    1
 arch/powerpc/sysdev/mv64x60_pci.c                |    2
 include/asm-powerpc/pci-bridge.h                 |   17 -
 include/linux/pci_ids.h                          |   17 +
 46 files changed, 1642 insertions(+), 834 deletions(-)

Jon Loeliger (1):
      [POWERPC] Add Freescale PCI VENDOR ID and 8641 device IDs

Kumar Gala (12):
      [POWERPC] Add the ability to find PCI capabilities early on
      [POWERPC] Added indirect quirk to handle PCIe PHB that have issue w/no link
      [POWERPC] FSL: Cleanup how we detect if we are a PCIe controller
      [POWERPC] Fixup resources on pci_bus for PCIe PHB when no device is connected
      [POWERPC] 85xx: Added 8568 PCIe support
      [POWERPC] 85xx: Add quirk to ignore bogus FPGA on CDS
      [POWERPC] Removed setup_indirect_pci_nomap
      [POWERPC] Make endianess of cfg_addr for indirect pci ops runtime
      [POWERPC] Provide ability to setup P2P bridge registers from struct resource
      [POWERPC] Make sure virtual P2P bridge registers are setup on PCIe PHB
      [POWERPC] FSL: Add support for PCI-X controllers
      [POWERPC] 85xx: Added needed MPC85xx PCI device IDs

Randy Vinson (4):
      [POWERPC] 85xxCDS: Allow 8259 cascade to share an MPIC interrupt line.
      [POWERPC] 85xxCDS: Make sure restart resets the PCI bus.
      [POWERPC] 85xxCDS: Misc 8548 PCI Corrections.
      [POWERPC] 85xxCDS: MPC8548 DTS cleanup.

Roy Zang (6):
      [POWERPC] Create common fsl pci/e files based on 86xx platforms
      [POWERPC] Add 8548 CDS PCI express controller node and PCI-X device node
      [POWERPC] Update PCI nodes in the 83xx/85xx boards device tree
      [POWERPC] Use Freescale pci/pcie common code for 85xx boards
      [POWERPC] Add basic PCI node for mpc8568mds board
      [POWERPC] Add basic PCI/PCI Express support for 8544DS board

Zang Roy-r61911 (1):
      [POWERPC] Rewrite Freescale PCI/PCIe support for 8{3,5,6}xx

  reply	other threads:[~2007-07-24  2:57 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-23 21:01 Please pull from 'for_paulus' branch Kumar Gala
2007-07-24  2:56 ` Kumar Gala [this message]
2007-07-25  6:43 ` Zang Roy-r61911
  -- strict thread matches above, loose matches on Subject: below --
2007-07-10  5:42 Kumar Gala
2007-06-29  5:24 Kumar Gala
2007-06-29  6:26 ` Paul Mackerras
2007-06-29  7:04   ` Kumar Gala
2007-06-29  9:15   ` Segher Boessenkool
2007-06-29  9:31     ` Paul Mackerras
2007-06-29  9:51       ` Segher Boessenkool
2007-06-29 13:45   ` Arnd Bergmann
2007-06-29 14:44     ` Kumar Gala
2007-06-29 16:05       ` Arnd Bergmann
2007-06-29 16:09         ` Kumar Gala
2007-06-29 16:10         ` Kumar Gala
2007-06-29 15:22   ` Andreas Schwab
2007-06-30  6:57     ` Paul Mackerras
2007-06-30  8:10       ` Andreas Schwab
2007-06-30  8:14         ` Paul Mackerras
2007-06-30  8:49           ` Andreas Schwab
2007-06-30 10:57       ` Alan Modra
2007-05-15 22:20 Kumar Gala
2007-05-17 10:49 ` Paul Mackerras
2007-05-17 12:05   ` Segher Boessenkool
2007-05-17 12:58     ` Kumar Gala
2007-05-17 13:00   ` Kumar Gala
2007-05-18  6:15     ` Paul Mackerras
2007-05-18 16:51       ` Kumar Gala
2007-02-17 22:38 Kumar Gala
2007-02-17 22:44 ` Kumar Gala
2007-02-13 22:16 Kumar Gala
2007-02-08 21:50 Kumar Gala
2007-02-08 21:52 ` Please pull from 'for_paulus' branch Kumar Gala
2007-02-07  7:51 Kumar Gala
2006-12-08  8:51 Kumar Gala

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=Pine.LNX.4.64.0707232152200.12643@blarg.am.freescale.net \
    --to=galak@kernel.crashing.org \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=paulus@samba.org \
    /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).