[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YWFUyhO5uRoks6sd@kroah.com>
Date: Sat, 9 Oct 2021 10:37:30 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Sergio Paracuellos <sergio.paracuellos@...il.com>
Cc: linux-mips@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-next@...r.kernel.org,
Thomas Bogendoerfer <tsbogend@...ha.franken.de>,
Stephen Rothwell <sfr@...b.auug.org.au>
Subject: Re: [PATCH] MIPS: asm: pci: define arch-specific
'pci_remap_iospace()' dependent on 'CONFIG_PCI_DRIVERS_GENERIC'
On Fri, Oct 08, 2021 at 11:53:11AM +0200, Sergio Paracuellos wrote:
> Some MIPS defconfigs that don't define 'CONFIG_PCI_DRIVERS_GENERIC' but
> define 'CONFIG_PCI_DRIVERS_LEGACY' or none of them, can fail when they are
> built since definition for 'pci_remap_iospace' is being done in include
> file 'arch/mips/include/asm/pci.h' and the specific function implemented
> in 'arch/mips/pci/pci-generic.c'. MIPS PCI drivers that don't use generic
> PCI core APIs don't really need 'pci_remap_iospace' to be defined at all.
> Hence, change definition for 'pci_remap_iospace' to be dependent on the
> preprocessor 'CONFIG_PCI_DRIVERS_GENERIC' definition to avoid possible
> build problems.
>
> CC: Thomas Bogendoerfer <tsbogend@...ha.franken.de>
> Fixes: 9f76779f2418 ("MIPS: implement architecture-specific 'pci_remap_iospace()'")
> Reported-by: Stephen Rothwell <sfr@...b.auug.org.au>
> Signed-off-by: Sergio Paracuellos <sergio.paracuellos@...il.com>
> ---
> Hi Greg, Thomas, Stephen,
>
> I guess this should also go through the staging-tree.
Now queued up, thanks!
greg k-h
Powered by blists - more mailing lists