linux/drivers/nvme/host
Matias Bjørling 7386af270c lightnvm: remove linear and device addr modes
The linear and device specific address modes can be replaced with a
simple offset and bit length conversion that is generic across all
devices.

This both simplifies the specification and removes the special case for
qemu nvme, that previously relied on the linear address mapping.

Signed-off-by: Matias Bjørling <m@bjorling.me>
Signed-off-by: Jens Axboe <axboe@fb.com>
2015-11-16 15:20:34 -07:00
..
Kconfig
lightnvm.c lightnvm: remove linear and device addr modes 2015-11-16 15:20:34 -07:00
Makefile
nvme.h
pci.c NVMe: add support for Apple NVMe controller 2015-11-11 09:36:57 -07:00
scsi.c