From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH 2/3] mips: use the the PCI controller's io_map_base Date: Mon, 30 Jan 2012 20:49:09 +0300 Message-ID: <4F26D815.3040105@mvista.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-bk0-f46.google.com ([209.85.214.46]:42313 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752524Ab2A3Qtq (ORCPT ); Mon, 30 Jan 2012 11:49:46 -0500 In-Reply-To: Sender: linux-arch-owner@vger.kernel.org List-ID: To: "Michael S. Tsirkin" Cc: Kevin Cernekee , Ralf Baechle , Paul Mundt , Arnd Bergmann , Jesse Barnes , Myron Stowe , Paul Gortmaker , Lucas De Marchi , Dmitry Kasatkin , James Morris , "John W. Linville" , Michael Witten , linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, linux-sh@vger.kernel.org, linux-arch@vger.kernel.org Hello. On 01/30/2012 03:18 PM, Michael S. Tsirkin wrote: > commit eab90291d35438bcebf7c3dc85be66d0f24e3002 Please add that commit's summary in parens. > failed to take into account the PCI controller's > io_map_base for mapping IO BARs. > This also caused a new warning on mips. > Fix this, without re-introducing code duplication, > by setting NO_GENERIC_PCI_IOPORT_MAP > and supplying a mips-specific __pci_ioport_map. > Reported-by: Kevin Cernekee > Signed-off-by: Michael S. Tsirkin WBR, Sergei From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Date: Mon, 30 Jan 2012 16:52:53 +0000 Subject: Re: [PATCH 2/3] mips: use the the PCI controller's io_map_base Message-Id: <4F26D815.3040105@mvista.com> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Michael S. Tsirkin" Cc: Kevin Cernekee , Ralf Baechle , Paul Mundt , Arnd Bergmann , Jesse Barnes , Myron Stowe , Paul Gortmaker , Lucas De Marchi , Dmitry Kasatkin , James Morris , "John W. Linville" , Michael Witten , linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, linux-sh@vger.kernel.org, linux-arch@vger.kernel.org Hello. On 01/30/2012 03:18 PM, Michael S. Tsirkin wrote: > commit eab90291d35438bcebf7c3dc85be66d0f24e3002 Please add that commit's summary in parens. > failed to take into account the PCI controller's > io_map_base for mapping IO BARs. > This also caused a new warning on mips. > Fix this, without re-introducing code duplication, > by setting NO_GENERIC_PCI_IOPORT_MAP > and supplying a mips-specific __pci_ioport_map. > Reported-by: Kevin Cernekee > Signed-off-by: Michael S. Tsirkin WBR, Sergei