Files
nuttx/arch
buxiasen 9e048af2c3 imx9: usdhc fix dmapreflight rejecting small unaligned buffers
imx9_dmapreflight() rejected unaligned buffers unconditionally, but
dmarecvsetup() has a bounce path via priv->rxbuffer for small
transfers. Add a buflen > sizeof(priv->rxbuffer) check so that
small reads (e.g. ext_csd 512-byte stack buffer) can use the
bounce buffer instead of failing with -EFAULT.

Signed-off-by: buxiasen <buxiasen@xiaomi.com>
2026-03-24 15:39:07 +08:00
..
2026-03-23 18:16:46 -04:00
2026-03-23 18:16:46 -04:00
2026-03-23 18:16:46 -04:00
2026-03-23 18:16:46 -04:00
2026-03-23 18:16:46 -04:00