summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2023-01-24bootstd: Add a new pre-scan priority for bootdevsSimon Glass1-2/+2
2023-01-24bootstd: Add an NVMe bootdevSimon Glass2-0/+59
2022-09-19Merge branch 'master' into nextTom Rini1-5/+20
2022-09-16blk: Switch over to using uclass IDsSimon Glass1-1/+1
2022-09-16blk: Select SPL_LEGACY_BLOCK automaticallySimon Glass1-1/+0
2022-09-16blk: Rename HAVE_BLOCK_DEVICESimon Glass1-1/+1
2022-09-16blk: Enable CONFIG_BLK for all mediaSimon Glass1-1/+0
2022-09-15nvme: Fix multipage prp-listAlexander Sowarka1-4/+4
2022-08-26nvme: Do a clean NVMe shutdownHector Martin1-5/+20
2022-06-23arm: apple: nvme: Add SART support and RTKit buffer managementJanne Grunau1-4/+68
2022-05-04pci: Add mask parameter to dm_pci_map_bar()Andrew Scull1-1/+1
2022-05-03pci: Map bars with offset and lengthAndrew Scull1-2/+2
2022-04-09nvme: call device_probe() after scanningAKASHI Takahiro1-0/+4
2022-02-11nvme: apple: Add driver for Apple NVMe storage controllerMark Kettenis3-0/+252
2022-02-11nvme: Add shutdown functionMark Kettenis2-0/+19
2022-02-11nvme: Introduce driver opsMark Kettenis2-27/+73
2022-02-11nvme: Split out PCI supportMark Kettenis5-36/+65
2022-01-14nvme: Do not allocate 8kB buffer on stackPali Rohár1-9/+26
2021-10-12nvme: invalidate correct memory range after readStefan Agner1-3/+4
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-06-23nvme: Don't clear nvme blk device's priv spaceBin Meng1-1/+0
2021-06-23nvme: Drop useless members of 'struct nvme_ns'Bin Meng2-5/+1
2021-06-23nvme: Eliminate the offset of one during block dev creationBin Meng1-3/+3
2021-06-23nvme: Skip block device creation for inactive namespacesBin Meng1-1/+22
2021-06-23nvme: Move block dev creation from uclass post_probe() to driver probe()Bin Meng2-30/+18
2021-06-23nvme: Remove the redundant aqa value settingWesley Sheng1-1/+0
2021-06-23nvme: Correct the prps per page calculation methodWesley Sheng1-1/+1
2021-06-23nvme: fix for big endian systemsDavid Lamparter1-4/+4
2021-03-19nvme: Elaborate on cache maintenance operation in get/set_featuresAndre Przywara1-5/+20
2021-03-19nvme: Always invalidate whole cqes[] arrayAndre Przywara1-4/+12
2021-01-06Merge tag 'v2021.01-rc5' into nextTom Rini1-8/+0
2021-01-04nvme: Use only 32-bit accesses in nvme_writeq/nvme_readqStefan Agner1-8/+0
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-1/+1
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-3/+3
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-06-23nvme: Invalidate dcache before submitting admin cmdJagan Teki1-0/+3
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop part.h from common headerSimon Glass2-0/+2
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+2
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-12-03common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-10-31nvme: use page-aligned buffer for identify commandPatrick Wildt1-6/+18
2019-10-31nvme: flush dcache on both r/w, and the prp listPatrick Wildt1-3/+5
2019-10-06nvme: add accessor to namespace id and eui64Patrick Wildt2-0/+14
2019-08-26nvme: Fix PRP Offset InvalidAaron Williams1-10/+19
2019-05-19nvme: Fix warning of cast from pointer to integer of different sizeBin Meng2-4/+4
2018-11-14blk: Call part_init() in the post_probe() methodBin Meng1-1/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini6-14/+6
2018-02-09Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford1-0/+1
2017-09-03nvme: Remove dead codes in nvme_setup_io_queues()Bin Meng1-3/+0