From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id 64859B719D for ; Mon, 22 Jun 2009 08:34:49 +1000 (EST) 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 ACB9EDDDA0 for ; Mon, 22 Jun 2009 08:34:48 +1000 (EST) Subject: Re: ALSA fixes for non-coherent ppc32 again From: Benjamin Herrenschmidt To: Gerhard Pircher In-Reply-To: <20090621181855.74980@gmx.net> References: <20090621181855.74980@gmx.net> Content-Type: text/plain Date: Mon, 22 Jun 2009 08:34:38 +1000 Message-Id: <1245623678.16880.27.camel@pasglop> Mime-Version: 1.0 Cc: Takashi Iwai , linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sun, 2009-06-21 at 20:18 +0200, Gerhard Pircher wrote: > Hi, > > Takashi Iwai posted patches to make ALSA work on non-coherent PPC32 > systems (almost exactly) a year ago. See here: > http://www.nabble.com/-PATCH-0-3--ALSA-fixes-for-non-coherent-ppc32-to17980027.html#a17980027 > > As far as I can see these patches never went upstream. Where there any > objections or did we just forget about them? It would be cool, if the > patches could be merged now, as at least two platforms need this bugfix > (namely Sam440 and AmigaOne). I definitely forgot about those... But I'm fine with what Takashi did for now, I can always make the powerpc helper for dma_mmap_coherent() smarter later on if necessary. Cheers, Ben.