
29 Aug
2017
29 Aug
'17
4:56 a.m.
On Tue, Aug 22, 2017 at 08:15:16AM -0700, Bin Meng wrote:
At present the NVMe uclass driver uses a global variable nvme_info to store global information like namespace id, and NVMe controller driver's priv struct has a blk_dev_start that is used to calculate the namespace id based on the global information from nvme_info.
This is not a good design in the DM world and can be replaced with the following changes:
Applied to u-boot/master, thanks!
--
Tom