From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH 4/4] powerpc/mpic: add the mpic global timer support Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Kumar Gala In-Reply-To: <20110324214355.GC9524@schlenkerla.am.freescale.net> Date: Thu, 19 May 2011 01:01:49 -0500 Message-Id: References: <20110324214355.GC9524@schlenkerla.am.freescale.net> To: Scott Wood Cc: devicetree-discuss@lists.ozlabs.org, linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mar 24, 2011, at 4:43 PM, Scott Wood wrote: > Add support for MPIC timers as requestable interrupt sources. >=20 > Based on http://patchwork.ozlabs.org/patch/20941/ by Dave Liu. >=20 > Signed-off-by: Dave Liu > Signed-off-by: Scott Wood > --- > arch/powerpc/include/asm/mpic.h | 3 +- > arch/powerpc/sysdev/mpic.c | 92 = ++++++++++++++++++++++++++++++++++++--- > 2 files changed, 88 insertions(+), 7 deletions(-) applied to next, fixed for upstream changes. - k=