From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2] arm: pxa: use common timer functions
Date: Fri, 10 Oct 2014 01:25:44 +0200 [thread overview]
Message-ID: <201410100125.44214.marex@denx.de> (raw)
In-Reply-To: <1412895638-26325-1-git-send-email-andrew.ruder@elecsyscorp.com>
On Friday, October 10, 2014 at 01:00:38 AM, 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@elecsyscorp.com>
> Cc: Marek Vasut <marex@denx.de>
> Cc: Tom Rini <trini@ti.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Best regards,
Marek Vasut
next prev parent reply other threads:[~2014-10-09 23:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-09 23:00 [U-Boot] [PATCH v2] arm: pxa: use common timer functions Andrew Ruder
2014-10-09 23:25 ` Marek Vasut [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-10-09 22:35 andrew.ruder at elecsyscorp.com
2014-10-09 23:03 ` Andrew Ruder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201410100125.44214.marex@denx.de \
--to=marex@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.