Return-path: Received: from outpipe-village-512-1.bc.nu ([81.2.110.250]:42126 "EHLO the-village.bc.nu" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1754616AbXIRK1P (ORCPT ); Tue, 18 Sep 2007 06:27:15 -0400 Date: Tue, 18 Sep 2007 11:34:01 +0100 From: Alan Cox To: "Luis R. Rodriguez" Cc: "Linus Torvalds" , linux-kernel , "Jeff Garzik" , "John W. Linville" , linux-wireless Subject: Re: [PATCH] Clarify pci_iomap() usage for MMIO-only devices Message-ID: <20070918113401.6a8a737f@the-village.bc.nu> In-Reply-To: <43e72e890709171322x76ab6b70xd29bf97e3643c553@mail.gmail.com> References: <43e72e890709171322x76ab6b70xd29bf97e3643c553@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-wireless-owner@vger.kernel.org List-ID: On Mon, 17 Sep 2007 16:22:07 -0400 "Luis R. Rodriguez" wrote: > This patch updates the pci_iomap() kernel-doc to make it clarify the > case when read*()/write*() can be called over ioread*/iowrite*(). When > driver writers read this documenation sometimes it is assumed you just > *need* to use ioread*()/iorwrite*(). We have an exception so lets just > clarify this is not true for the exception. > > lib/iomap.c | 11 ++++++++--- > 1 files changed, 8 insertions(+), 3 deletions(-) > > Signed-off-by: Luis R. Rodriguez Reviewed-by: Alan Cox Although I would say s/recommended/required/ Alan