
7 Apr
2015
7 Apr
'15
8:39 p.m.
On 25 March 2015 at 12:21, Simon Glass sjg@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@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.