u-boot/drivers/nvme
Bin Meng 704e040a51 nvme: Apply cache operations on the DMA buffers
So far cache operations are only applied on the submission queue and
completion queue, but they are missing in other places like identify
and block read/write routines.

In order to correctly operate on the caches, the DMA buffer passed
to identify routine must be allocated properly on the stack with the
existing macro ALLOC_CACHE_ALIGN_BUFFER().

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2017-08-28 07:17:13 -04:00
..
Kconfig nvme: Add NVM Express driver support 2017-08-13 15:17:31 -04:00
Makefile nvme: Add show routine to print detailed information 2017-08-13 15:17:31 -04:00
nvme-uclass.c nvme: Add NVM Express driver support 2017-08-13 15:17:31 -04:00
nvme.c nvme: Apply cache operations on the DMA buffers 2017-08-28 07:17:13 -04:00
nvme.h nvme: Cache controller's capabilities 2017-08-28 07:17:11 -04:00
nvme_show.c nvme: Apply cache operations on the DMA buffers 2017-08-28 07:17:13 -04:00