[U-Boot] [PATCH] arm: pxa: use common timer functions

Marek Vasut marex at denx.de
Wed Aug 12 21:27:23 CEST 2015


On Wednesday, August 12, 2015 at 08:18:31 PM, Andrew Ruder wrote:
> This patch moves pxa to the common timer functions added in commit
> 
>   8dfafdd - Introduce common timer functions <Rob Herring>
> 
> The (removed) pxa timer code (specifically __udelay()) could deadlock at
> the 32-bit boundary of get_ticks().  get_ticks() returned a 32-bit value
> cast up to a 64-bit value.  If get_ticks() + tmo in __udelay() crossed
> the 32-bit boundary, the while condition became unconditionally true and
> locked the processor.  Rather than patch the specific pxa issues, simply
> move everything over to the common code.
> 
> Signed-off-by: Andrew Ruder <andrew.ruder at elecsyscorp.com>
> Cc: Marek Vasut <marex at denx.de>
> Cc: Tom Rini <trini at konsuiko.com>

Applied to u-boot-pxa/master, thanks.

Best regards,
Marek Vasut


More information about the U-Boot mailing list