Re: [U-Boot] [PATCH v2 06/10] Fix race condition when using SC520 timers

2009-12-04 Thread Wolfgang Denk
Dear Graeme Russ, In message <1259053461-9215-7-git-send-email-graeme.r...@gmail.com> you wrote: > > Signed-off-by: Graeme Russ > --- > cpu/i386/sc520/sc520_timer.c | 11 ++- > 1 files changed, 6 insertions(+), 5 deletions(-) Applied to "next", thanks. Best regards, Wolfgang Denk

[U-Boot] [PATCH v2 06/10] Fix race condition when using SC520 timers

2009-11-24 Thread Graeme Russ
Signed-off-by: Graeme Russ --- cpu/i386/sc520/sc520_timer.c | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/cpu/i386/sc520/sc520_timer.c b/cpu/i386/sc520/sc520_timer.c index 23de14b..25c9a24 100644 --- a/cpu/i386/sc520/sc520_timer.c +++ b/cpu/i386/sc520/sc520_t