From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756597Ab0JYPqo (ORCPT ); Mon, 25 Oct 2010 11:46:44 -0400 Received: from web29504.mail.ird.yahoo.com ([77.238.189.131]:27797 "HELO web29504.mail.ird.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753317Ab0JYPql convert rfc822-to-8bit (ORCPT ); Mon, 25 Oct 2010 11:46:41 -0400 X-Greylist: delayed 401 seconds by postgrey-1.27 at vger.kernel.org; Mon, 25 Oct 2010 11:46:41 EDT Message-ID: <902045.66378.qm@web29504.mail.ird.yahoo.com> X-YMail-OSG: KunSXrEVM1kZaT6ynmYBhxb.3Vy_uVbLiKMWjcm4ZpmsRHQ ryGCcGvD3rAjxjHoeSPt0H_yxH3mDcL1Qlpm_8plvRMrt3iUognLIg3VD_fU MZi29AkD_HQmvrUf_CE6JMYA1UvAt5XcO9pSTCKvXMGYp8CY6hsgHeZnKGDy tOYB1M88jRSi6QdzUtVvG4JZDncRM6.mwzMXGo_u5rJKhLVa6VZCcwD6qfs_ fuvZ8rTyay7HYHzUI6YEZYVwBdZgyhOuCNKgxRAfKVMX8h8wyK_kwEkCX4ZG eZjWGIe_h0M5OdYZsTSqfENTEcNsvaP90yYuu9h.bBqny3qQ- X-RocketYMMF: hintak_leung X-Mailer: YahooMailClassic/11.4.9 YahooMailWebService/0.8.107.284920 Date: Mon, 25 Oct 2010 16:39:58 +0100 (BST) From: Hin-Tak Leung Reply-To: htl10@users.sourceforge.net Subject: Re: [PATCH] drivers: rtl818x: request DMA-able memory To: "John W. Linville" Cc: Larry Finger , Serafeim Zanikolas , herton@mandriva.com.br, joe@perches.com, davem@davemloft.net, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20101025142232.GC2414@tuxdriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --- On Mon, 25/10/10, John W. Linville wrote: > > I had a quick look for similiar constructs and AFAIK > only the > > b43/b43legacy drivers uses DMA buffers. Seems to be a > rare practice. > > Is that something we should or should not do? > > It doesn't mean what you think it means.  It is a > relic of the past, > used to indicate memory below 16MB so that ISA devices > could do DMA. okay - sorry about the confusion - I was grep'ing for GFP_DMA and only b43/b43lagacy have it and it is relatively rare. AFAIK none of the rtl8187 devices are non-USB... probably a NACK then, but I should ask Serafeim if there is a reason for him to submit this patch? (other than "it says dma"...) Hin-tak