Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1673920
| From | Palmer Dabbelt <palmer@dabbelt.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] pci: Add and use PCI_GENERIC_SETUP Kconfig entry |
| Date | 2017-06-24 00:20 +0200 |
| Message-ID | <tVF5M-7VP-31@gated-at.bofh.it> (permalink) |
| References | <tVEW6-7RD-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, 23 Jun 2017 15:01:04 PDT (-0700), james.hogan@imgtec.com wrote: > On Fri, Jun 23, 2017 at 02:45:38PM -0700, Palmer Dabbelt wrote: >> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig >> index 4c1a35f15838..86872246951c 100644 >> --- a/arch/arm/Kconfig >> +++ b/arch/arm/Kconfig >> @@ -96,6 +96,7 @@ config ARM >> select PERF_USE_VMALLOC >> select RTC_LIB >> select SYS_SUPPORTS_APM_EMULATION >> + select PCI_GENERIC_SETUP >> # Above selects are sorted alphabetically; please add new ones >> # according to that. Thanks. > > This comment seems to suggest PCI_GENERIC_SETUP should be added a few > lines up to preserve the alphabetical sorting. > >> diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig >> index b2024db225a9..6c684d8c8816 100644 >> --- a/arch/arm64/Kconfig >> +++ b/arch/arm64/Kconfig >> @@ -115,6 +115,7 @@ config ARM64 >> select SPARSE_IRQ >> select SYSCTL_EXCEPTION_TRACE >> select THREAD_INFO_IN_TASK >> + select PCI_GENERIC_SETUP > > Here too. > >> diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig >> index 4583c0320059..6679af85a882 100644 >> --- a/arch/tile/Kconfig >> +++ b/arch/tile/Kconfig >> @@ -33,6 +33,7 @@ config TILE >> select USER_STACKTRACE_SUPPORT >> select USE_PMC if PERF_EVENTS >> select VIRT_TO_BUS >> + select PCI_GENERIC_SETUP > > and here > > Otherwise > Reviewed-by: James Hogan <james.hogan@imgtec.com> Whoops -- I guess I was just on autopilot after seeing the first one not be alphabetized. A fixed patch is in a threaded message.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] pci: Add and use PCI_GENERIC_SETUP Kconfig entry Palmer Dabbelt <palmer@dabbelt.com> - 2017-06-23 23:50 +0200
Re: [PATCH] pci: Add and use PCI_GENERIC_SETUP Kconfig entry James Hogan <james.hogan@imgtec.com> - 2017-06-24 00:10 +0200
Re: [PATCH] pci: Add and use PCI_GENERIC_SETUP Kconfig entry Palmer Dabbelt <palmer@dabbelt.com> - 2017-06-24 00:20 +0200
[PATCH] pci: Add and use PCI_GENERIC_SETUP Kconfig entry Palmer Dabbelt <palmer@dabbelt.com> - 2017-06-24 00:20 +0200
Re: [PATCH] pci: Add and use PCI_GENERIC_SETUP Kconfig entry Richard Henderson <rth@twiddle.net> - 2017-06-24 17:10 +0200
Re: [PATCH] pci: Add and use PCI_GENERIC_SETUP Kconfig entry kbuild test robot <lkp@intel.com> - 2017-06-26 07:50 +0200
Re: [PATCH] pci: Add and use PCI_GENERIC_SETUP Kconfig entry Geert Uytterhoeven <geert@linux-m68k.org> - 2017-06-26 09:30 +0200
[PATCH] pci: Add and use PCI_GENERIC_SETUP Kconfig entry Palmer Dabbelt <palmer@dabbelt.com> - 2017-06-26 22:30 +0200
Re: [PATCH] pci: Add and use PCI_GENERIC_SETUP Kconfig entry Ralf Baechle <ralf@linux-mips.org> - 2017-06-27 12:20 +0200
Re: [PATCH] pci: Add and use PCI_GENERIC_SETUP Kconfig entry Palmer Dabbelt <palmer@dabbelt.com> - 2017-06-26 22:30 +0200
Re: [PATCH] pci: Add and use PCI_GENERIC_SETUP Kconfig entry Russell King - ARM Linux <linux@armlinux.org.uk> - 2017-06-24 11:20 +0200
Re: [PATCH] pci: Add and use PCI_GENERIC_SETUP Kconfig entry Russell King - ARM Linux <linux@armlinux.org.uk> - 2017-06-24 11:20 +0200
Re: [PATCH] pci: Add and use PCI_GENERIC_SETUP Kconfig entry Bjorn Helgaas <helgaas@kernel.org> - 2017-06-28 01:40 +0200
Re: [PATCH] pci: Add and use PCI_GENERIC_SETUP Kconfig entry Palmer Dabbelt <palmer@dabbelt.com> - 2017-06-28 02:20 +0200
csiph-web