aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme/nvme-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-06-23nvme: Move block dev creation from uclass post_probe() to driver probe()Bin Meng1-30/+0
2020-05-18common: Drop part.h from common headerSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-28nvme: Get rid of the global variable nvme_infoBin Meng1-20/+7
2017-08-28nvme: Use blk_create_devicef() APIBin Meng1-9/+3
2017-08-13nvme: Add NVM Express driver supportZhikang Zhang1-0/+62