commit | 0deb91318b15f0d12839b23433e2720722504d25 | [log] [tgz] |
---|---|---|
author | Jon Nettleton <jon@solid-run.com> | Thu Aug 03 02:31:00 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Sun Aug 13 15:17:32 2017 -0400 |
tree | 041923c3b33b1aeb7a74b8e7eafc6f6fc9fd9955 | |
parent | 0adc38be3d0e55fea72b8bbae831376d1649266e [diff] |
nvme: Detect devices that are class Storage Express This adds support to detect the catchall PCI class for NVMe devices. It allows the drivers to work with most NVMe devices that don't need specific detection due to quirks etc. Tested against a Samsung 960 EVO drive. Signed-off-by: Jon Nettleton <jon@solid-run.com> Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Tom Rini <trini@konsulko.com>