[PATCH 0/2] nvme: apple: add t8132 (M4) ANS2 NVMe support
Yureka Lilian <[email protected]>
| Newsgroups | dev.linux.lists.asahi,org.infradead.lists.linux-arm-kernel,org.infradead.lists.linux-nvme,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
This patch series adds dt-bindings and driver support for ANS2 NVMe on the Apple t8132 (M4) SoC. This variant uses a separate MMIO base for its NVMMU and requires the IO queues to be registered using an additional MMIO write. Otherwise it is largerly the same as the ANS2 NVMe variants present on Apple M1-M3 SoCs. Signed-off-by: Yureka Lilian <[email protected]> --- Yureka Lilian (2): dt-bindings: nvme: Add apple,t8132-nvme-ans2 compatible nvme: apple: add t8132 (M4) ANS2 NVMe support .../devicetree/bindings/nvme/apple,nvme-ans.yaml | 77 ++++++++++++++-------- drivers/nvme/host/apple.c | 41 ++++++++++-- 2 files changed, 84 insertions(+), 34 deletions(-) --- base-commit: 2ee859ebf156157609f71060ae472711c8cbc326 change-id: 20260811-apple-nvme-t8132-31399d6f81aa prerequisite-change-id: 20260806-b4-nvme-fwabi-000386148b21:v1 prerequisite-patch-id: 6a5b048dc5206a5a885a48101737a4ef714b3daa prerequisite-patch-id: 51dcb523ea7e4d3695599db362e9d93c00a35c72 prerequisite-patch-id: 2f55dd6933c9a1b7078da3cbaae848ec920b542d prerequisite-patch-id: cd3d7c56f3a943d199838e6b1214110aa8e47a72 prerequisite-patch-id: 7e3fc920a0336ef3946d970a2d5517eee49997e5 prerequisite-patch-id: 92f6d325b1f4118311fa3bb8a9a762cadab027f9 Best regards, -- Yureka Lilian <[email protected]>