summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
8 daysnvme: Fix PRP list pointer arithmetic for chained transfersPrashant Kamble
8 daysnvme: Staticize and constify driver opsMarek Vasut
8 daysnvme: apple: Check memalign return valueFrancois Berder
8 daysnvme: fix command ID wraparound handlingPrashant Kamble
2026-05-12arm: apple: Switch to board based text envJanne Grunau
2026-05-12nvme: apple: add "apple,t8103-nvme-ans2" compatibleJanne Grunau
2025-08-11nvme: Tighten requirements on NVME_APPLE driverTom Rini
2025-07-10nvme: Fix memory leak on error path of nvme_initAndrew Goodbody
2025-04-11Kbuild: Always use $(PHASE_)Tom Rini
2025-01-20blk: Make block subsystems select BLKTom Rini
2024-10-11global: Rename SPL_ to XPL_Simon Glass
2024-06-24Merge tag 'v2024.07-rc5' into nextTom Rini
2024-06-13Fix typo in NVME show commandThomas Perl
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07nvme: Remove <common.h> and add needed includesTom Rini
2024-01-18nvme: Update nvme_scan_namespace to keep trying on busyMoritz Fischer
2024-01-18nvme: Fix error code and log to indicate busyMoritz Fischer
2023-10-10blk: Use a macro for the typical block sizeBin Meng
2023-08-09bootstd: Rename bootdev_setup_sibling_blk()Simon Glass
2023-07-17nvme: Provide more useful debugging messagesSimon Glass
2023-06-19nvme: pci: Enable for SPLMayuresh Chitale
2023-05-11nvme: Enable PCI bus masteringSimon Glass
2023-01-23bootstd: Add a new pre-scan priority for bootdevsSimon Glass
2023-01-23bootstd: Add an NVMe bootdevSimon Glass
2022-09-19Merge branch 'master' into nextTom Rini
2022-09-16blk: Switch over to using uclass IDsSimon Glass
2022-09-16blk: Select SPL_LEGACY_BLOCK automaticallySimon Glass
2022-09-16blk: Rename HAVE_BLOCK_DEVICESimon Glass
2022-09-16blk: Enable CONFIG_BLK for all mediaSimon Glass
2022-09-15nvme: Fix multipage prp-listAlexander Sowarka
2022-08-26nvme: Do a clean NVMe shutdownHector Martin
2022-06-23arm: apple: nvme: Add SART support and RTKit buffer managementJanne Grunau
2022-05-03pci: Add mask parameter to dm_pci_map_bar()Andrew Scull
2022-05-03pci: Map bars with offset and lengthAndrew Scull
2022-04-09nvme: call device_probe() after scanningAKASHI Takahiro
2022-02-10nvme: apple: Add driver for Apple NVMe storage controllerMark Kettenis
2022-02-10nvme: Add shutdown functionMark Kettenis
2022-02-10nvme: Introduce driver opsMark Kettenis
2022-02-10nvme: Split out PCI supportMark Kettenis
2022-01-14nvme: Do not allocate 8kB buffer on stackPali Rohár
2021-10-12nvme: invalidate correct memory range after readStefan Agner
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay
2021-06-23nvme: Don't clear nvme blk device's priv spaceBin Meng
2021-06-23nvme: Drop useless members of 'struct nvme_ns'Bin Meng
2021-06-23nvme: Eliminate the offset of one during block dev creationBin Meng
2021-06-23nvme: Skip block device creation for inactive namespacesBin Meng
2021-06-23nvme: Move block dev creation from uclass post_probe() to driver probe()Bin Meng
2021-06-23nvme: Remove the redundant aqa value settingWesley Sheng
2021-06-23nvme: Correct the prps per page calculation methodWesley Sheng