linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/
@ 2018-10-13 15:10 Christoph Hellwig
  2018-10-13 15:10 ` [PATCH 1/8] aha152x: rename the PCMCIA define Christoph Hellwig
                   ` (9 more replies)
  0 siblings, 10 replies; 28+ messages in thread
From: Christoph Hellwig @ 2018-10-13 15:10 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Matt Porter, Alexandre Bounine, Dominik Brodowski, linux-kbuild,
	linux-pci, linux-scsi, linux-arch, linux-kernel, linuxppc-dev

Hi all,

currently every architecture that wants to provide on of the common
periphal busses needs to add some boilerplate code and include the
right Kconfig files.   This series instead just selects the presence
(when needed) and then handles everything in the bus-specific
Kconfig file under drivers/.


^ permalink raw reply	[flat|nested] 28+ messages in thread
* move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/ v2
@ 2018-10-17  8:01 Christoph Hellwig
  2018-10-17  8:02 ` [PATCH 7/8] eisa: consolidate EISA Kconfig entry in drivers/eisa Christoph Hellwig
  0 siblings, 1 reply; 28+ messages in thread
From: Christoph Hellwig @ 2018-10-17  8:01 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Matt Porter, Alexandre Bounine, Dominik Brodowski, linux-kbuild,
	linux-pci, linux-scsi, linux-arch, linux-kernel, linuxppc-dev

Hi all,

currently every architecture that wants to provide on of the common
periphal busses needs to add some boilerplate code and include the
right Kconfig files.   This series instead just selects the presence
(when needed) and then handles everything in the bus-specific
Kconfig file under drivers/.

Changes since v1:
 - rename all HAS_* Kconfig symbols to HAVE_*
 - drop the CONFIG_PCI_QSPAN option entirely
 - drop duplicate select from powerpc
 - restore missing selection of PCI_MSI for riscv
 - update x86 and riscv defconfigs to include PCI
 - actually inclue drivers/eisa/Kconfig
 - adjust some captilizations

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2018-10-19  7:07 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-13 15:10 move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/ Christoph Hellwig
2018-10-13 15:10 ` [PATCH 1/8] aha152x: rename the PCMCIA define Christoph Hellwig
2018-10-15 20:57   ` Bjorn Helgaas
2018-10-13 15:10 ` [PATCH 2/8] powerpc: simplify CONFIG_PCI_QSPAN Kconfig magic Christoph Hellwig
2018-10-15  6:35   ` Masahiro Yamada
2018-10-15  8:47     ` Christoph Hellwig
2018-10-13 15:10 ` [PATCH 3/8] powerpc: PCI_MSI needs PCI Christoph Hellwig
2018-10-13 15:10 ` [PATCH 4/8] pci: consolidate PCI config entry in drivers/pci Christoph Hellwig
2018-10-15  6:37   ` Masahiro Yamada
2018-10-15  8:57     ` Christoph Hellwig
2018-10-15  9:17       ` Masahiro Yamada
2018-10-15 20:58   ` Bjorn Helgaas
2018-10-13 15:10 ` [PATCH 5/8] pcmcia: allow PCMCIA support independent of the architecture Christoph Hellwig
2018-10-14  5:42   ` Dominik Brodowski
2018-10-14  7:40     ` Christoph Hellwig
2018-10-13 15:10 ` [PATCH 6/8] rapidio: consolidate RAPIDIO config entry in drivers/rapidio Christoph Hellwig
2018-10-13 15:10 ` [PATCH 7/8] eisa: consolidate EISA Kconfig entry in drivers/eisa Christoph Hellwig
2018-10-15  6:37   ` Masahiro Yamada
2018-10-13 15:10 ` [PATCH 8/8] kconfig: remove CONFIG_MCA leftovers Christoph Hellwig
2018-10-16  5:20   ` Masahiro Yamada
2018-10-17  8:17     ` Christoph Hellwig
2018-10-14  6:23 ` move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/ Thomas Gleixner
2018-10-15  6:38 ` Masahiro Yamada
2018-10-15  9:06   ` Christoph Hellwig
2018-10-17  8:01 move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/ v2 Christoph Hellwig
2018-10-17  8:02 ` [PATCH 7/8] eisa: consolidate EISA Kconfig entry in drivers/eisa Christoph Hellwig
2018-10-19  4:46   ` Masahiro Yamada
2018-10-19  7:06     ` Christoph Hellwig
2018-10-19  4:48   ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).