[U-Boot] [PATCH v2 05/80] dm: core: Support allocating driver-private data for DMA

Simon Glass sjg at chromium.org
Tue Apr 7 20:39:46 CEST 2015


On 25 March 2015 at 12:21, Simon Glass <sjg at chromium.org> wrote:
> Some driver want to put DMA buffers in their private data. Add a flag
> to tell driver model to align driver-private data to a cache boundary so
> that DMA will work correctly in this case.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
>  drivers/core/device.c | 19 +++++++++++++++++--
>  include/dm/device.h   |  3 +++
>  2 files changed, 20 insertions(+), 2 deletions(-)

Applied to u-boot-dm/next.


More information about the U-Boot mailing list