3 Jul
2009
3 Jul
'09
11:59 a.m.
On Thu, Jul 02, 2009 at 11:57:19AM -0600, Grant Likely wrote:
From: Grant Likely grant.likely@secretlab.ca
When doing register reads, it is possible for there to be a stale data ready bit set which will cause subsequent reads to return prematurely with incorrect data. This patch fixes the issues by ensuring stale data is cleared before starting another transaction.
Applied both, thanks.