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 DC9B967B53 for ; Thu, 6 Jul 2006 09:16:26 +1000 (EST) Subject: Re: [PATCH] Fix snd-aoa irq conversion From: Benjamin Herrenschmidt To: Andreas Schwab In-Reply-To: References: Content-Type: text/plain Date: Thu, 06 Jul 2006 09:16:15 +1000 Message-Id: <1152141375.24632.49.camel@localhost.localdomain> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2006-07-05 at 22:11 +0200, Andreas Schwab wrote: > Use proper irq mapping interface for snd-aoa-i2sbus. > > Signed-off-by: Andreas Schwab Acked-by: Benjamin Herrenschmidt One could argue that the "proper" fix is to update macio_asic.c to register the sub-nodes i2s-X as individual devices. That would also allow to move the various resource workarounds there along with others and simplify the code in snd-aoa. Ben.