[U-Boot] [PATCH v3 5/6] mmc: dcache: allocate cache aligned buffers for ext_csd
Wolfgang Denk
wd at denx.de
Tue Oct 25 09:26:18 CEST 2011
Dear Anton Staaf,
In message <1318463764-28244-6-git-send-email-robotboy at chromium.org> you wrote:
> Currently the mmc_change_freq and mmc_startup functions allocates
> buffers on the stack that are passed down to the MMC device driver.
> These buffers could be unaligned to the L1 dcache line size. This
> causes problems when using DMA and with caches enabled.
>
> This patch correctly cache alignes the buffers used for reading the
> ext_csd data from an MMC device.
>
> Signed-off-by: Anton Staaf <robotboy at chromium.org>
> Cc: Lukasz Majewski <l.majewski at samsung.com>
> Cc: Mike Frysinger <vapier at gentoo.org>
> Cc: Albert ARIBAUD <albert.u.boot at aribaud.net>
> ---
> drivers/mmc/mmc.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
HEALTH WARNING: Care Should Be Taken When Lifting This Product, Since
Its Mass, and Thus Its Weight, Is Dependent on Its Velocity Relative
to the User.
More information about the U-Boot
mailing list