2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-16 01:24:08 +08:00
linux-next/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: LightNVM support 2015-10-29 17:57:29 +09:00
nvme.h nvme: LightNVM support 2015-10-29 17:57:29 +09:00
pci.c NVMe: add support for Apple NVMe controller 2015-11-11 09:36:57 -07:00
scsi.c