Re: [RFC] nvme: Split out PCI support

2022-01-16 Thread Mark Kettenis
> Date: Tue, 11 Jan 2022 11:16:54 -0500 > From: Tom Rini > > On Fri, Dec 31, 2021 at 09:00:20PM +0100, Mark Kettenis wrote: > > > Apple SoCs have an integrated NVMe controller that isn't connected > > over a PCIe bus. In preparation for adding support for this NVMe > > controller, split out the

Re: [RFC] nvme: Split out PCI support

2022-01-11 Thread Tom Rini
On Fri, Dec 31, 2021 at 09:00:20PM +0100, Mark Kettenis wrote: > Apple SoCs have an integrated NVMe controller that isn't connected > over a PCIe bus. In preparation for adding support for this NVMe > controller, split out the PCI support into its own file. This file > is selected through a new CO

[RFC] nvme: Split out PCI support

2021-12-31 Thread Mark Kettenis
Apple SoCs have an integrated NVMe controller that isn't connected over a PCIe bus. In preparation for adding support for this NVMe controller, split out the PCI support into its own file. This file is selected through a new CONFIG_NVME_PCI Kconfig option, so do a wholesale replacement of CONFIG_NV