Re: [PATCH v3] spi: cadence-xspi: Support 32bit and 64bit slave dma interface

From: Mark Brown

Date: Wed Jun 03 2026 - 04:26:53 EST


On Wed, Jun 03, 2026 at 07:58:25AM +0800, Jisheng Zhang wrote:

> + } else {
> + if (IS_ALIGNED((uintptr_t)src, 8) && IS_ALIGNED((uintptr_t)buf, 8)) {
> + readsq(src, buf, len >> 3);

readsq() and writesq() are only defined under CONFIG_64BIT AFAICT, but
the driver will build on 32 bit. We need to configure out this option
on 32 bit architectures.

Attachment: signature.asc
Description: PGP signature