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 9F455B6EF6 for ; Fri, 11 Dec 2009 06:49:15 +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 13:48:57 -0600 Message-Id: References: <4B20D81A.7010503@elphinstone.net> To: Mark Ware Cc: Scott Wood , Linuxppc-dev Development , avorontsov@ru.mvista.com 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(-) Applied to next - k