Home
last modified time | relevance | path

Searched hist:"524790 bc740ef4b5ec1a596eb9e9fb4782312dab" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/nvme/
H A Dnvme.c524790bc740ef4b5ec1a596eb9e9fb4782312dab Tue Mar 02 15:43:43 UTC 2021 Andre Przywara <andre.przywara@arm.com> UPSTREAM: nvme: Elaborate on cache maintenance operation in get/set_features

At the moment the nvme_get_features() and nvme_set_features() functions
carry a (somewhat misleading) comment about missing cache maintenance.

As it turns out, nvme_get_features() has no caller at all in the tree,
and nvme_set_features' only user doesn't use a DMA buffer.

Mention that in the comment, and leave some breadcrumbs for the future,
should those functions attract more users.

Change-Id: Ice9717cb8adf0046ff54301b88e9e674dd576220
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
(cherry picked from commit 4c498796891a26a7283130f367a346096a6ccce7)