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 ESMTP id A4509DDEDF for ; Fri, 17 Aug 2007 22:48:41 +1000 (EST) In-Reply-To: <18117.22358.723442.148999@cargo.ozlabs.ibm.com> References: <18117.22358.723442.148999@cargo.ozlabs.ibm.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: From: Kumar Gala Subject: Re: [PATCH] [POWERPC] Fix interrupt routing and setup of ULI M1575 on FSL boards Date: Fri, 17 Aug 2007 07:50:29 -0500 To: Paul Mackerras Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Aug 17, 2007, at 3:07 AM, Paul Mackerras wrote: > Kumar Gala writes: > >> The interrupt routing in the device trees for the ULI M1575 was >> inproperly using the interrupt line field as pci function. Fixed >> up the device tree's to actual conform for to specification and >> changed the interrupt mapping code so it just uses a static mapping >> setup as follows: > > This is a big patch to be going in post -rc3. Is it really fixing a > regression or a serious bug? Its a regression in that the ULI M1575 doesn't really work properly on some of these boards in certain situations. - k