
-----Original Message----- From: Kumar Gala [mailto:galak@kernel.crashing.org] Sent: Monday, March 22, 2010 2:12 AM To: u-boot@lists.denx.de Cc: Zang Roy-R61911 Subject: [PATCH v2] fsl_esdhc: Only modify the field we are changing in WML
From: Roy Zang tie-fei.zang@freescale.com
When we set the read or write watermark in WML we should maintain the rest of the register as is, rather than using some hard coded value.
Signed-off-by: Roy Zang tie-fei.zang@freescale.com Acked-by: Stefano Babic sbabic@denx.de Signed-off-by: Kumar Gala galak@kernel.crashing.org
- Fixed line length
drivers/mmc/fsl_esdhc.c | 9 ++++----- include/fsl_esdhc.h | 2 ++ 2 files changed, 6 insertions(+), 5 deletions(-)
Thanks. I have posted this about one month ago: http://lists.denx.de/pipermail/u-boot/2010-February/068020.html Roy