aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* global: Rename SPL_ to XPL_Simon Glass2024-10-111-1/+1
* Merge tag 'v2024.07-rc5' into nextWIP/24Jun2024-nextTom Rini2024-06-241-1/+1
|\
| * Fix typo in NVME show commandThomas Perl2024-06-131-1/+1
* | Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-205-5/+0
|/
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-195-0/+5
* nvme: Remove <common.h> and add needed includesTom Rini2024-05-075-5/+0
* nvme: Update nvme_scan_namespace to keep trying on busyMoritz Fischer2024-01-181-1/+3
* nvme: Fix error code and log to indicate busyMoritz Fischer2024-01-181-2/+2
* blk: Use a macro for the typical block sizeBin Meng2023-10-101-1/+1
* bootstd: Rename bootdev_setup_sibling_blk()Simon Glass2023-08-091-1/+1
* nvme: Provide more useful debugging messagesSimon Glass2023-07-171-10/+26
* nvme: pci: Enable for SPLMayuresh Chitale2023-06-191-1/+1
* nvme: Enable PCI bus masteringSimon Glass2023-05-111-0/+5
* 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 readWIP/2021-10-12-assorted-fixes-and-updatesStefan 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_featuresAndre 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