Re: [PATCH v2 2/5] nvme: rename "pci" operations to "mmio"

From: Daniel Drake
Date: Thu Jun 20 2019 - 04:16:55 EST


On Thu, Jun 20, 2019 at 2:11 PM Christoph Hellwig <hch@xxxxxx> wrote:
> The Linux NVMe driver will deal with NVMe as specified plus whatever
> minor tweaks we'll need for small bugs. Hiding it behind an AHCI
> device is completely out of scope and will not be accepted.

Do you have any new suggestions for alternative ways we can implement
support for this storage configuration?

I tried to follow your earlier suggestions regarding faking a PCI bus
here: (or let me know if you had something different in mind...)
https://marc.info/?l=linux-pci&m=156015271021614&w=2
but it looks like that is not going to fly either :(

Daniel