[PATCH] powerpc/watchdog: Propagate Book E WDT period changes to all cores

2010-12-06 Thread Randy Vinson
When the watchdog period is changed, it needs to be propagated to all cores in addition to the core that performed the change. Signed-off-by: Randy Vinson --- drivers/watchdog/booke_wdt.c | 19 +-- 1 files changed, 17 insertions(+), 2 deletions(-) diff --git a/drivers

[PATCH v3] E500 Make steal_context SMP-safe.

2008-04-11 Thread Randy Vinson
When steal_context is used on SMP systems, it can steal a context in use by one of the other processors leading to random page faults, hung processors and general badness. This patch adds context tracking as suggested by BenH. Signed-off-by: Randy Vinson <[EMAIL PROTECTED]> --- arch/powe

[PATCH v2] E500 Make steal_context SMP-safe.

2008-04-03 Thread Randy Vinson
When steal_context is used on SMP systems, it can steal a context in use by one of the other processors. This patch adds context tracking to prevent this as suggested by BenH. Signed-off-by: Randy Vinson <[EMAIL PROTECTED]> --- The previous version of this patch had some unnecessary code

[PATCH] E500 Make steal_context SMP-safe.

2008-04-02 Thread Randy Vinson
>From c4923d80bbd40f91c7b402db37fabb4995632b7e Mon Sep 17 00:00:00 2001 From: Randy Vinson <[EMAIL PROTECTED]> Date: Tue, 1 Apr 2008 17:19:06 -0700 Subject: [PATCH] E500 Make steal_context SMP-safe. When steal_context is used on SMP systems, it can steal a context in use by one of

Re: [0/3] Add RapidIO support to powerpc architecture with memory mapping

2007-12-19 Thread Randy Vinson
Zhang Wei wrote: > Hi, > > Those patches add RapidIO support to powerpc archiecture with > memory mapping as below: > > [1/3] Copy the arch/ppc RapidIO support to arch/powerpc > [2/3] Make the arch/powerpc RapidIO support workable with of-device > and add memory mapping support. Patch 2/3 s

Re: [PATCH 0/5 v3] Porting RapidIO driver from ppc to powerpc architecture and adding memory mapped RapidIO driver.

2007-11-09 Thread Randy Vinson
Zhang Wei-r63237 wrote: > Yes, I'm working on it. Do not worry about it. How's this going? I've been working on this a bit myself, but if you are close to posting your stuff, I'll stop and wait for your version instead. It doesn't make sense for us to duplicate

[PATCH] Allow sharing of CMOS clock setup.

2007-10-26 Thread Randy Vinson
>From 61da8cf1f92043925ea20ffafafaf0874d761b0e Mon Sep 17 00:00:00 2001 From: Randy Vinson <[EMAIL PROTECTED]> Date: Wed, 24 Oct 2007 17:36:59 -0700 Subject: [PATCH] Allow sharing of CMOS clock setup. Move the CMOS RTC clock setup code from arch/powerpc/platforms/fsl_uli1575.c to arc

[PATCH] 85xxCDS: Fix building without PCI.

2007-08-08 Thread Randy Vinson
>From 32ad910d7d88e754102f3101b8869c4ca68efb53 Mon Sep 17 00:00:00 2001 From: Randy Vinson <[EMAIL PROTECTED]> Date: Wed, 8 Aug 2007 15:45:58 -0700 Subject: [PATCH] 85xxCDS: Fix building without PCI. Signed-off-by: Randy Vinson <[EMAIL PROTECTED]> --- arch/powerpc/platforms/85x

[PATCH] 85xxCDS: Delete the PCI exclude function.

2007-08-01 Thread Randy Vinson
>From 8367fd9e98a97ba680d23bf59fa03fcd930dd9e1 Mon Sep 17 00:00:00 2001 From: Randy Vinson <[EMAIL PROTECTED]> Date: Wed, 1 Aug 2007 16:24:48 -0700 Subject: [PATCH] 85xxCDS: Delete the PCI exclude function. Now that the FPGA on the 85xxCDS main board has a quirk, we no longer need a

Re: [PATCH 5/6 v2] 85xxCDS: Misc 8548 PCI Corrections.

2007-07-23 Thread Randy Vinson
Zang Roy-r61911 wrote: > On Sat, 2007-07-21 at 06:31, Randy Vinson wrote: > >> @@ -272,10 +272,10 @@ static void __init mpc85xx_cds_setup_arch(void) >> for (np = NULL; (np = of_find_node_by_type(np, "pci")) != >> NULL;) { >&

Re: [PATCH 5/6 v2] 85xxCDS: Misc 8548 PCI Corrections.

2007-07-20 Thread Randy Vinson
>From 57501bb79c2d5212c02766a32685d415cc74a4ab Mon Sep 17 00:00:00 2001 From: Randy Vinson <[EMAIL PROTECTED]> Date: Thu, 19 Jul 2007 10:40:53 -0700 Subject: [PATCH] 85xxCDS: Misc 8548 PCI Corrections. Setting the host bridge @8000 as primary. Also fixing a bug in setting the USB

Re: [PATCH 5/6] 85xxCDS: Misc 8548 PCI Corrections.

2007-07-20 Thread Randy Vinson
Kumar Gala wrote: > > On Jul 20, 2007, at 1:56 PM, Randy Vinson wrote: > >>> From cf18185b4e201ff45f2e2a948103dd3dc088c046 Mon Sep 17 00:00:00 2001 >> From: Randy Vinson <[EMAIL PROTECTED]> >> Date: Thu, 19 Jul 2007 10:40:53 -0700 >> Subject:

[PATCH 6/6] 85xxCDS: MPC8548 DTS cleanup.

2007-07-20 Thread Randy Vinson
>From 5d2f1e916b0a88538370f93e8c58691ba3a57d92 Mon Sep 17 00:00:00 2001 From: Randy Vinson <[EMAIL PROTECTED]> Date: Tue, 17 Jul 2007 16:37:12 -0700 Subject: [PATCH] 85xxCDS: MPC8548 DTS cleanup. Added the P2P bridge present on the Arcadia base board and moved the VIA Southbridge b

[PATCH 5/6] 85xxCDS: Misc 8548 PCI Corrections.

2007-07-20 Thread Randy Vinson
>From cf18185b4e201ff45f2e2a948103dd3dc088c046 Mon Sep 17 00:00:00 2001 From: Randy Vinson <[EMAIL PROTECTED]> Date: Thu, 19 Jul 2007 10:40:53 -0700 Subject: [PATCH] 85xxCDS: Misc 8548 PCI Corrections. Setting the host bridge @8000 as primary and only calling setup_pci_atmu for the PC

[PATCH 4/6] 85xxCDS: Delay 8259 cascade hookup.

2007-07-20 Thread Randy Vinson
>From d51ad0776259dea5402e3ba380e208ef735289eb Mon Sep 17 00:00:00 2001 From: Randy Vinson <[EMAIL PROTECTED]> Date: Thu, 14 Jun 2007 11:02:54 -0700 Subject: [PATCH] 85xxCDS: Delay 8259 cascade hookup. The interrupts of an E100 card inserted in PCI slot 4 may be on at bootup. The

[PATCH 3/6] 85xxCDS: Make sure restart resets the PCI bus.

2007-07-20 Thread Randy Vinson
>From 5397a82c878055ead34070993acd89dd0d824a52 Mon Sep 17 00:00:00 2001 From: Randy Vinson <[EMAIL PROTECTED](none)> Date: Fri, 23 Mar 2007 15:43:37 -0700 Subject: [PATCH] 85xxCDS: Make sure restart resets the PCI bus. The current 85xxCDS restart code fails to reset the PCI bus which ca

[PATCH 2/6] 85xxCDS: Allow 8259 cascade to share an MPIC interrupt line.

2007-07-20 Thread Randy Vinson
>From c9e25f41ca444d77f5527c1442550e70c46b9383 Mon Sep 17 00:00:00 2001 From: Randy Vinson <[EMAIL PROTECTED]> Date: Wed, 6 Jun 2007 16:26:15 -0700 Subject: [PATCH] 85xxCDS: Allow 8259 cascade to share an MPIC interrupt line. The Freescale MPC8555CDS and MPC8548CDS reference hardware has

[PATCH 1/6] 85xxCDS: Skip the fake PCI bridge (FPGA)

2007-07-20 Thread Randy Vinson
>From 83bfbe730b1fad2ac9b22d33990e7378d920e844 Mon Sep 17 00:00:00 2001 From: Randy Vinson <[EMAIL PROTECTED]> Date: Fri, 20 Jul 2007 11:18:26 -0700 Subject: [PATCH] 85xxCDS: Skip the fake PCI bridge (FPGA) The 85xxCDS has an FPGA that incorrectly appears as a PCI-to-PCI bridge. This pat

[PATCH 0/6] 85xxCDS: MPC8548CDS Updates and Bug Fixes

2007-07-20 Thread Randy Vinson
on Kumar's for_paulus branch. Thanks, Randy Vinson ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev