mbox series

[RFC,0/7] crypto: Add helpers for allocating with DMA alignment

Message ID YnpGnsr4k7yVUR54@gondor.apana.org.au
Headers show
Series crypto: Add helpers for allocating with DMA alignment | expand

Message

Herbert Xu May 10, 2022, 11:03 a.m. UTC
This patch series adds helpers to allow drivers to explicitly
request ARCH_DMA_MINALIGN when allocating memory through the
Crypto API.

Note that I've only converted one file in one driver as this
is only meant to show how it's done and find out what else we
may need.

Thanks,