From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 5F88AB6F01 for ; Fri, 11 Dec 2009 01:53:23 +1100 (EST) Subject: Re: [PATCH v3] cpm2_pic: Allow correct flow_types for port C interrupts Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Kumar Gala In-Reply-To: <4B20D81A.7010503@elphinstone.net> Date: Thu, 10 Dec 2009 08:52:01 -0600 Message-Id: <9DDC31C7-6AEE-498C-BE18-C286C950BB51@kernel.crashing.org> References: <4B20D81A.7010503@elphinstone.net> To: Scott Wood , Mark Ware Cc: Linuxppc-dev Development , Anton Vorontsov List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Dec 10, 2009, at 5:14 AM, Mark Ware wrote: > Port C interrupts can be either falling edge, or either edge. > Other external interrupts are either falling edge or active low. > Tested on a custom 8280 based board. > > Signed-off-by: Mark Ware > --- > Changed in v3: > - Cosmetic improvements as suggested by Anton and Scott > - Added tested note to changelog > > arch/powerpc/sysdev/cpm2_pic.c | 28 +++++++++++++++++++++------- > 1 files changed, 21 insertions(+), 7 deletions(-) Scott, Anton do you want to add an Ack to this version? - k