Return-path: Received: from buzzloop.caiaq.de ([212.112.241.133]:52535 "EHLO buzzloop.caiaq.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933277Ab0CaNI7 (ORCPT ); Wed, 31 Mar 2010 09:08:59 -0400 Date: Wed, 31 Mar 2010 15:08:55 +0200 From: Daniel Mack To: =?utf-8?B?TWljaGHFgiBNaXJvc8WCYXc=?= Cc: linux-kernel@vger.kernel.org, Alagu Sankar , Volker Ernst , Dan Williams , "John W. Linville" , Holger Schurig , Bing Zhao , libertas-dev@lists.infradead.org, linux-wireless@vger.kernel.org, linux-mmc@vger.kernel.org Subject: Re: [PATCH] libertas/sdio: set ECSI and SCSI bits for 1-bit transfers Message-ID: <20100331130855.GG30807@buzzloop.caiaq.de> References: <1269970733-24681-1-git-send-email-daniel@caiaq.de> <20100331090836.GA30801@buzzloop.caiaq.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 In-Reply-To: Sender: linux-wireless-owner@vger.kernel.org List-ID: On Wed, Mar 31, 2010 at 11:49:49AM +0200, Michał Mirosław wrote: > W dniu 31 marca 2010 11:08 użytkownik Daniel Mack napisał: > > Hmm, that function isn't exported, and I didn't want to change this. You > > say you'd prefer that? I can cook up something that does it, no problem. > > BTW, I can't see any exported functions to access fn#0 directly from > drivers. Maybe it's time to introduce them now - at least CCCR has > some vendor-defined parts that drivers may want to access and there is > a lot of place in CIS area that can be (ab)used by devices. In fact, there is sdio_f0_{read,write}b() - I overlooked them. Will resend a new patch. Thanks for checking, Daniel