This patch introduces support for get log page offset and extends the number of dwords to be 32 bits.
Changes from v1: - Suggestion from Johannes that paratheses around (size / 4) - 1 can be removed. - Make nvme_get_log_ext() static. Expose when the function is used by lightnvm. - Make sure to use unsigned long long when shifting a u64 with a constant. Matias Bjørling (1): nvme: implement log page low/high offset and dwords drivers/nvme/host/core.c | 36 ++++++++++++++++++++++++------------ 1 file changed, 24 insertions(+), 12 deletions(-) -- 2.11.0

