summaryrefslogtreecommitdiff
path: root/drivers/nvme/nvme-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* bootstd: Add a new pre-scan priority for bootdevsSimon Glass2023-01-231-2/+2
* bootstd: Add an NVMe bootdevSimon Glass2023-01-231-0/+54
* dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-061-0/+2
* nvme: Move block dev creation from uclass post_probe() to driver probe()Bin Meng2021-06-231-30/+0
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* nvme: Get rid of the global variable nvme_infoBin Meng2017-08-281-20/+7
* nvme: Use blk_create_devicef() APIBin Meng2017-08-281-9/+3
* nvme: Add NVM Express driver supportZhikang Zhang2017-08-131-0/+62