Hi Tom, This my first NVMe fixes PR, including a couple core fixes and a fix for the apple NVMe driver.
Thanks, Neil The following changes since commit 38dbe637c9dfcadbd1bc201bfbb27f96b2ad525a: Merge tag 'efi-2026-07-rc3' of https://source.denx.de/u-boot/custodians/u-boot-efi (2026-05-18 09:12:11 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-ufs.git tags/u-boot-nvme-fixes-20260521 for you to fetch changes up to 4f510505988928e129e109811587c4a00d28ec56: nvme: Fix PRP list pointer arithmetic for chained transfers (2026-05-20 09:51:44 +0200) ---------------------------------------------------------------- - Add myself as Maintainer of NVMe - fix command ID wraparound handling - apple: Check memalign return value - Staticize and constify driver ops - Fix PRP list pointer arithmetic for chained transfers ---------------------------------------------------------------- Francois Berder (1): nvme: apple: Check memalign return value Marek Vasut (1): nvme: Staticize and constify driver ops Neil Armstrong (1): MAINTAINERS: Add myself to the list of NVMe maintainers Prashant Kamble (2): nvme: fix command ID wraparound handling nvme: Fix PRP list pointer arithmetic for chained transfers MAINTAINERS | 1 + drivers/nvme/nvme-uclass.c | 2 +- drivers/nvme/nvme.c | 7 +++++-- drivers/nvme/nvme_apple.c | 3 +++ 4 files changed, 10 insertions(+), 3 deletions(-)

