linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Please pull from 'fixes-2.6.23' branch
@ 2007-07-26  6:28 Kumar Gala
  0 siblings, 0 replies; 4+ messages in thread
From: Kumar Gala @ 2007-07-26  6:28 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev

Please pull from 'fixes-2.6.23' branch of

	master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc.git fixes-2.6.23

to receive the following updates:

 arch/powerpc/Kconfig.debug            |    2 +-
 arch/powerpc/boot/dts/mpc7448hpc2.dts |    2 +-
 arch/powerpc/boot/dts/mpc8544ds.dts   |    8 ++++++++
 arch/powerpc/boot/dts/mpc8568mds.dts  |    6 ++++++
 arch/powerpc/kernel/irq.c             |    8 ++++----
 arch/powerpc/kernel/pci-common.c      |    2 +-
 arch/powerpc/kernel/pci_32.c          |   20 +++++++++++++++++++-
 arch/powerpc/kernel/process.c         |    4 ++++
 arch/powerpc/kernel/udbg.c            |    2 +-
 arch/powerpc/sysdev/fsl_pci.c         |    4 ++--
 arch/powerpc/sysdev/indirect_pci.c    |    1 +
 11 files changed, 48 insertions(+), 11 deletions(-)

Kumar Gala (6):
      [POWERPC] Fix PCI indirect for big-endian cfg_addr
      [POWERPC] Don't try to allocate resources for a Freescale POWERPC PHB
      [POWERPC] Fix ethernet PHY support on MPC8544 DS
      [POWREPC] Fixup a number of modpost warnings on ppc32
      [POWERPC] Only allow building of BootX text support on PPC_MULTIPLATFORM
      [POWERPC] Fix register labels on show_regs() message for 4xx/Book-E

Roy Zang (2):
      [POWERPC] Fix mpc7448hpc2 tsi108 device_type bug
      [POWERPC] Fix the ability to reset on MPC8544 DS and MPC8568 MDS boards

^ permalink raw reply	[flat|nested] 4+ messages in thread
* Please pull from 'fixes-2.6.23' branch
@ 2007-08-17  5:02 Kumar Gala
  2007-08-17 13:26 ` Kumar Gala
  0 siblings, 1 reply; 4+ messages in thread
From: Kumar Gala @ 2007-08-17  5:02 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev

Please pull from 'fixes-2.6.23' branch of

	master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc.git fixes-2.6.23

to receive the following updates:

 arch/powerpc/boot/dts/mpc8544ds.dts        |   88 ++++------
 arch/powerpc/boot/dts/mpc8641_hpcn.dts     |  114 ++----------
 arch/powerpc/kernel/traps.c                |    4
 arch/powerpc/platforms/85xx/Kconfig        |    1
 arch/powerpc/platforms/85xx/mpc8544_ds.c   |  214 +-----------------------
 arch/powerpc/platforms/86xx/Kconfig        |    1
 arch/powerpc/platforms/86xx/mpc86xx_hpcn.c |  224 +------------------------
 arch/powerpc/platforms/Kconfig             |    8
 arch/powerpc/platforms/Makefile            |    3
 arch/powerpc/platforms/fsl_uli1575.c       |  255 +++++++++++++++++++++++++++++
 arch/powerpc/sysdev/rtc_cmos_setup.c       |   15 +
 include/asm-powerpc/reg_booke.h            |   12 +
 12 files changed, 386 insertions(+), 553 deletions(-)

Becky Bruce (1):
      [POWERPC] Fix FSL BookE machine check reporting

Kumar Gala (2):
      [POWERPC] Add interrupt resource for RTC CMOS driver
      [POWERPC] Fix interrupt routing and setup of ULI M1575 on FSL boards

^ permalink raw reply	[flat|nested] 4+ messages in thread
* Please pull from 'fixes-2.6.23' branch
@ 2007-08-22  0:18 Kumar Gala
  0 siblings, 0 replies; 4+ messages in thread
From: Kumar Gala @ 2007-08-22  0:18 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linuxppc-dev, Paul Mackerras, linux-kernel

Please pull from 'fixes-2.6.23' branch of

	master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc.git fixes-2.6.23

to receive the following updates:

 arch/powerpc/sysdev/fsl_pci.c |    2 ++
 include/linux/pci_ids.h       |    6 ++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

Kumar Gala (1):
      [POWERPC] Fix PCI Device ID for MPC8544/8533 processors

commit 15f6ddc7d9cf96f2ee88897c7164198ed6e45a77
Author: Kumar Gala <galak@kernel.crashing.org>
Date:   Tue Aug 21 19:15:31 2007 -0500

    [POWERPC] Fix PCI Device ID for MPC8544/8533 processors

    The initial user manuals for MPC8544/8533 had some issues with properly
    documenting the device IDs for MPC8544/8533.  These processors are almost
    identical and both show up on the reference boards.

    Fix up the quirks for PCIe support to handle MPC8533/E.

    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

diff --git a/arch/powerpc/sysdev/fsl_pci.c b/arch/powerpc/sysdev/fsl_pci.c
index 9fb0ce5..114c90f 100644
--- a/arch/powerpc/sysdev/fsl_pci.c
+++ b/arch/powerpc/sysdev/fsl_pci.c
@@ -251,6 +251,8 @@ DECLARE_PCI_FIXUP_EARLY(0x1957, PCI_DEVICE_ID_MPC8568E, quirk_fsl_pcie_transpare
 DECLARE_PCI_FIXUP_EARLY(0x1957, PCI_DEVICE_ID_MPC8568, quirk_fsl_pcie_transparent);
 DECLARE_PCI_FIXUP_EARLY(0x1957, PCI_DEVICE_ID_MPC8567E, quirk_fsl_pcie_transparent);
 DECLARE_PCI_FIXUP_EARLY(0x1957, PCI_DEVICE_ID_MPC8567, quirk_fsl_pcie_transparent);
+DECLARE_PCI_FIXUP_EARLY(0x1957, PCI_DEVICE_ID_MPC8533E, quirk_fsl_pcie_transparent);
+DECLARE_PCI_FIXUP_EARLY(0x1957, PCI_DEVICE_ID_MPC8533, quirk_fsl_pcie_transparent);
 DECLARE_PCI_FIXUP_EARLY(0x1957, PCI_DEVICE_ID_MPC8544E, quirk_fsl_pcie_transparent);
 DECLARE_PCI_FIXUP_EARLY(0x1957, PCI_DEVICE_ID_MPC8544, quirk_fsl_pcie_transparent);
 DECLARE_PCI_FIXUP_EARLY(0x1957, PCI_DEVICE_ID_MPC8641, quirk_fsl_pcie_transparent);
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 07fc574..8938d59 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -2092,8 +2092,10 @@
 #define PCI_DEVICE_ID_MPC8568		0x0021
 #define PCI_DEVICE_ID_MPC8567E		0x0022
 #define PCI_DEVICE_ID_MPC8567		0x0023
-#define PCI_DEVICE_ID_MPC8544E		0x0030
-#define PCI_DEVICE_ID_MPC8544		0x0031
+#define PCI_DEVICE_ID_MPC8533E		0x0030
+#define PCI_DEVICE_ID_MPC8533		0x0031
+#define PCI_DEVICE_ID_MPC8544E		0x0032
+#define PCI_DEVICE_ID_MPC8544		0x0033
 #define PCI_DEVICE_ID_MPC8641		0x7010
 #define PCI_DEVICE_ID_MPC8641D		0x7011

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

end of thread, other threads:[~2007-08-22  0:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-26  6:28 Please pull from 'fixes-2.6.23' branch Kumar Gala
  -- strict thread matches above, loose matches on Subject: below --
2007-08-17  5:02 Kumar Gala
2007-08-17 13:26 ` Kumar Gala
2007-08-22  0:18 Kumar Gala

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