[U-Boot] [PATCH v2 1/2] nvme: add accessor to namespace id and eui64

Bin Meng bmeng.cn at gmail.com
Thu Oct 3 11:52:16 UTC 2019


On Thu, Oct 3, 2019 at 7:48 PM Patrick Wildt <patrick at blueri.se> wrote:
>
> This adds a function which can be used by e.g. EFI to retrieve
> the namespace identifier and EUI64.  For that it adds the EUI64
> to its driver internal namespace structure and copies the EUI64
> during namespace identification.
>
> Signed-off-by: Patrick Wildt <patrick at blueri.se>
> ---
>  drivers/nvme/nvme.c | 13 +++++++++++++
>  drivers/nvme/nvme.h |  1 +
>  include/nvme.h      | 12 ++++++++++++
>  3 files changed, 26 insertions(+)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>

I see you only resent the v2 of the first patch. Normally all patches
in the same series should be resent that helps maintain the patch
inter-dependency.

Regards,
Bin


More information about the U-Boot mailing list