summaryrefslogtreecommitdiff
path: root/drivers/nvme/nvme-uclass.c
AgeCommit message (Expand)Author
2023-01-23bootstd: Add a new pre-scan priority for bootdevsSimon Glass
2023-01-23bootstd: Add an NVMe bootdevSimon Glass
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay
2021-06-23nvme: Move block dev creation from uclass post_probe() to driver probe()Bin Meng
2020-05-18common: Drop part.h from common headerSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-08-28nvme: Get rid of the global variable nvme_infoBin Meng
2017-08-28nvme: Use blk_create_devicef() APIBin Meng
2017-08-13nvme: Add NVM Express driver supportZhikang Zhang