From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH] powerpc/fsl_msi: Handle msi-available-ranges better Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii From: Kumar Gala In-Reply-To: <20110117202528.GB561@udp111988uds.am.freescale.net> Date: Tue, 15 Mar 2011 12:58:07 -0500 Message-Id: References: <20110117202528.GB561@udp111988uds.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 Jan 17, 2011, at 2:25 PM, Scott Wood wrote: > Now handles multiple ranges, doesn't make assumptions about interrupt > specifier format, and doesn't claim interrupts that don't correspond = to an > available range. >=20 > Also has some better error checking. >=20 > The device tree binding is updated to clarify some existing = assumptions. >=20 > Signed-off-by: Scott Wood > --- > Documentation/powerpc/dts-bindings/fsl/msi-pic.txt | 9 ++- > arch/powerpc/sysdev/fsl_msi.c | 92 = ++++++++++++-------- > 2 files changed, 64 insertions(+), 37 deletions(-) applied - k=