u-boot-brain/drivers/nvme
Bin Meng 04d2a38401 nvme: Respect timeout when en/disabling the controller
So far the driver unconditionally delays 10ms when en/disabling the
controller and still return 0 if 10ms times out. In fact, spec defines
a timeout value in the CAP register that is the worst case time that
host software shall wait for the controller to become ready.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2017-08-28 07:17:12 -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_show.c 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: Respect timeout when en/disabling the controller 2017-08-28 07:17:12 -04:00
nvme.h nvme: Cache controller's capabilities 2017-08-28 07:17:11 -04:00