summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/apple.c
Commit message (Expand)AuthorAgeFilesLines
* nvme-apple: add NVME_QUIRK_IDENTIFY_CNS quirk to fix regressionHector Martin2023-01-101-1/+1
* nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrlChristoph Hellwig2022-12-061-4/+1
* nvme-apple: fix controller shutdown in apple_nvme_disableChristoph Hellwig2022-12-061-1/+2
* nvme: introduce nvme_start_requestSagi Grimberg2022-12-061-1/+1
* nvme: rename the queue quiescing helpersChristoph Hellwig2022-11-181-6/+6
* nvme: move OPAL setup from PCIe to coreChristoph Hellwig2022-11-151-1/+1
* nvme-apple: don't unquiesce the I/O queues in apple_nvme_reset_workChristoph Hellwig2022-11-021-1/+0
* nvme: split nvme_kill_queuesChristoph Hellwig2022-11-021-1/+2
* nvme-apple: remove an extra queue referenceChristoph Hellwig2022-10-251-9/+0
* blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queueChristoph Hellwig2022-10-251-0/+1
* nvme-apple: don't limit DMA segement sizeRussell King (Oracle)2022-10-191-0/+2
* nvme-apple: stop casting function pointer signaturesChristoph Hellwig2022-08-021-6/+15
* nvme-apple: use nvme core helper to cancel requests in tagsetGuixin Liu2022-08-021-5/+2
* blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry2022-07-061-2/+1
* block: simplify disk shutdownChristoph Hellwig2022-06-281-1/+1
* nvme-apple: fix sparse endianess warningsArnd Bergmann2022-05-061-24/+24
* nvme-apple: Add initial Apple SoC NVMe driverSven Peter2022-05-021-0/+1593