summaryrefslogtreecommitdiff
path: root/drivers/nvme
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-232-0/+59
* Merge branch 'master' into nextTom Rini2022-09-191-5/+20
|\
| * nvme: Do a clean NVMe shutdownHector Martin2022-08-261-5/+20
* | blk: Switch over to using uclass IDsSimon Glass2022-09-161-1/+1
* | blk: Select SPL_LEGACY_BLOCK automaticallySimon Glass2022-09-161-1/+0
* | blk: Rename HAVE_BLOCK_DEVICESimon Glass2022-09-161-1/+1
* | blk: Enable CONFIG_BLK for all mediaSimon Glass2022-09-161-1/+0
* | nvme: Fix multipage prp-listAlexander Sowarka2022-09-151-4/+4
|/
* arm: apple: nvme: Add SART support and RTKit buffer managementJanne Grunau2022-06-231-4/+68
* pci: Add mask parameter to dm_pci_map_bar()Andrew Scull2022-05-031-1/+1
* pci: Map bars with offset and lengthAndrew Scull2022-05-031-2/+2
* nvme: call device_probe() after scanningAKASHI Takahiro2022-04-091-0/+4
* nvme: apple: Add driver for Apple NVMe storage controllerMark Kettenis2022-02-103-0/+252
* nvme: Add shutdown functionMark Kettenis2022-02-102-0/+19
* nvme: Introduce driver opsMark Kettenis2022-02-102-27/+73
* nvme: Split out PCI supportMark Kettenis2022-02-105-36/+65
* nvme: Do not allocate 8kB buffer on stackPali Rohár2022-01-141-9/+26
* nvme: invalidate correct memory range after readStefan Agner2021-10-121-3/+4
* dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-061-0/+2
* nvme: Don't clear nvme blk device's priv spaceBin Meng2021-06-231-1/+0
* nvme: Drop useless members of 'struct nvme_ns'Bin Meng2021-06-232-5/+1
* nvme: Eliminate the offset of one during block dev creationBin Meng2021-06-231-3/+3
* nvme: Skip block device creation for inactive namespacesBin Meng2021-06-231-1/+22
* nvme: Move block dev creation from uclass post_probe() to driver probe()Bin Meng2021-06-232-30/+18
* nvme: Remove the redundant aqa value settingWesley Sheng2021-06-231-1/+0
* nvme: Correct the prps per page calculation methodWesley Sheng2021-06-231-1/+1
* nvme: fix for big endian systemsDavid Lamparter2021-06-231-4/+4
* nvme: Elaborate on cache maintenance operation in get/set_featuresWIP/2021-03-19-assorted-fixesAndre Przywara2021-03-191-5/+20
* nvme: Always invalidate whole cqes[] arrayAndre Przywara2021-03-191-4/+12
* Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-051-8/+0
|\
| * nvme: Use only 32-bit accesses in nvme_writeq/nvme_readqStefan Agner2021-01-041-8/+0
* | dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-1/+1
* | dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-3/+3
* | dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
|/
* nvme: Invalidate dcache before submitting admin cmdJagan Teki2020-06-231-0/+3
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop part.h from common headerSimon Glass2020-05-182-0/+2
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+2
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1
* nvme: use page-aligned buffer for identify commandPatrick Wildt2019-10-311-6/+18
* nvme: flush dcache on both r/w, and the prp listPatrick Wildt2019-10-311-3/+5
* nvme: add accessor to namespace id and eui64Patrick Wildt2019-10-062-0/+14
* nvme: Fix PRP Offset InvalidAaron Williams2019-08-261-10/+19
* nvme: Fix warning of cast from pointer to integer of different sizeBin Meng2019-05-192-4/+4
* blk: Call part_init() in the post_probe() methodBin Meng2018-11-141-1/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-076-14/+6
* Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford2018-02-081-0/+1
* nvme: Remove dead codes in nvme_setup_io_queues()Bin Meng2017-09-031-3/+0