All of lore.kernel.org
 help / color / mirror / Atom feed
* nvme driver split, the easy part
@ 2015-10-12  7:04 Christoph Hellwig
  2015-10-12  7:04 ` [PATCH 1/5] nvme: move struct nvme_iod to pci.c Christoph Hellwig
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Christoph Hellwig @ 2015-10-12  7:04 UTC (permalink / raw)


This series contains the trivial and hopefully uncontroversial part of the
nvme driver split to show how I want to get started.

This creates a new core.c with functions sitting on top of the block layer,
splits and split a new struct nvme_ctrl out of struct nvme_dev so that the
SCSI translation layer is decoupled from the PCI driver internals.  A new
struct nvme_ctrl_ops is introduced to call into the low level driver, which
for now just has a single method to read a 32-bit wide register.

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

end of thread, other threads:[~2015-10-12 17:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-12  7:04 nvme driver split, the easy part Christoph Hellwig
2015-10-12  7:04 ` [PATCH 1/5] nvme: move struct nvme_iod to pci.c Christoph Hellwig
2015-10-12  7:04 ` [PATCH 2/5] nvme: split command submission helpers out of pci.c Christoph Hellwig
2015-10-12  7:04 ` [PATCH 3/5] nvme: add a vendor field to struct nvme_dev Christoph Hellwig
2015-10-12  7:04 ` [PATCH 4/5] nvme: use offset instead of a struct for registers Christoph Hellwig
2015-10-12  7:04 ` [PATCH 5/5] nvme: split a new struct nvme_ctrl out of struct nvme_dev Christoph Hellwig
2015-10-12 17:20 ` nvme driver split, the easy part Keith Busch
2015-10-12 17:24   ` Christoph Hellwig
2015-10-12 17:31     ` Keith Busch
2015-10-12 17:44       ` Christoph Hellwig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.