[U-Boot] [PATCH 3/3] fsl_esdhc: Only modify the field we are changing in WML
Kumar Gala
galak at kernel.crashing.org
Sun Mar 21 18:09:16 CET 2010
On Mar 20, 2010, at 12:59 PM, Stefano Babic wrote:
> Kumar Gala wrote:
>> From: Roy Zang <tie-fei.zang at 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 at freescale.com>
>> Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
>> ---
>> * This patch supercededs (fsl_esdhc: Only modify WML[WR] field)
>
> Hi,
>
>> + esdhc_clrsetbits32(®s->wml, WML_WR_WML_MASK, wml_value << 16);
>
> Line too long.
>
> Tested successfully on mx51evk.
>
> Acked-by: Stefano Babic <sbabic at denx.de>
>
> Regards,
> Stefano
Thanks, will fix the line length in my git tree commit.
- k
More information about the U-Boot
mailing list