From: Keith Busch Date: Mon, 23 Jun 2014 17:34:01 +0000 (-0600) Subject: NVMe: Mismatched host/device page size support X-Git-Tag: omap-for-v3.19/fixes-rc1~94^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d0906246095184d1624c643c2088152d330c40a;p=pandora-kernel.git NVMe: Mismatched host/device page size support Adds support for devices with max page size smaller than the host's. In the case we encounter such a host/device combination, the driver will split a page into as many PRP entries as necessary for the device's page size capabilities. If the device's reported minimum page size is greater than the host's, the driver will not attempt to enable the device and return an error instead. Signed-off-by: Keith Busch Signed-off-by: Matthew Wilcox Signed-off-by: Jens Axboe --- Reading git-diff-tree failed