summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/apple.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-19nvme-apple: only reset the controller when RTKit is runningJanne Grunau1-3/+3
2023-01-19nvme-apple: reset controller during shutdownJanne Grunau1-1/+17
2023-01-10nvme-apple: add NVME_QUIRK_IDENTIFY_CNS quirk to fix regressionHector Martin1-1/+1
2022-12-06nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrlChristoph Hellwig1-4/+1
2022-12-06nvme-apple: fix controller shutdown in apple_nvme_disableChristoph Hellwig1-1/+2
2022-12-06nvme: introduce nvme_start_requestSagi Grimberg1-1/+1
2022-11-18nvme: rename the queue quiescing helpersChristoph Hellwig1-6/+6
2022-11-15nvme: move OPAL setup from PCIe to coreChristoph Hellwig1-1/+1
2022-11-02nvme-apple: don't unquiesce the I/O queues in apple_nvme_reset_workChristoph Hellwig1-1/+0
2022-11-02nvme: split nvme_kill_queuesChristoph Hellwig1-1/+2
2022-10-25nvme-apple: remove an extra queue referenceChristoph Hellwig1-9/+0
2022-10-25blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queueChristoph Hellwig1-0/+1
2022-10-19nvme-apple: don't limit DMA segement sizeRussell King (Oracle)1-0/+2
2022-08-02nvme-apple: stop casting function pointer signaturesChristoph Hellwig1-6/+15
2022-08-02nvme-apple: use nvme core helper to cancel requests in tagsetGuixin Liu1-5/+2
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry1-2/+1
2022-06-28block: simplify disk shutdownChristoph Hellwig1-1/+1
2022-05-06nvme-apple: fix sparse endianess warningsArnd Bergmann1-24/+24
2022-05-02nvme-apple: Add initial Apple SoC NVMe driverSven Peter1-0/+1593