commit | a8fc5f4c531d50d0237eb03449be6eca4a436448 | [log] [tgz] |
---|---|---|
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Thu Feb 16 11:00:21 2023 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Apr 07 13:28:47 2023 +0200 |
tree | 8b8cdf11f0ba45fda25f4448a35043be4116b9db | |
parent | a413af54f66ccffc2ff41e56b0f96b62fd9498ef [diff] |
drivers/nvme: Add concurrent access control over Disk API functions This is currently the only end-point where multiple threads can access the NVMe device (all calls are synchronous). Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>