Re: [PATCH v4 19/23] drivers/fsi: Add GPIO based FSI master

From: Benjamin Herrenschmidt
Date: Sun Apr 09 2017 - 19:01:02 EST


On Sun, 2017-04-09 at 16:22 -0500, Christopher Bostic wrote:
> A 3 microsecond delay is required, however, to prevent occasional issuesÂ
> during heavy FSI bus load stress testing.
> A 1 nanosecond delay using ndelay(1) had been specified prior to thisÂ
> but after looking more closely at real time performance it turned out toÂ
> actually be roughly 1-2 microseconds.ÂÂ This appears to be the minimumÂ
> resolution using the delay() linux libraries on the AST2400/2500.ÂÂÂ
> Given this, increasing delay to 3 microseconds doesn't impactÂ
> performance much considering I can now remove the sample input delayÂ
> based on your recommendations to re-order the two clock delays.

This is huge delays. We should consider a AST2xxx specific variant of
the backend that uses nops or similar lab-calibrated constructs
instead. Otherwise we are stuck in the kHz range, this is a >200Mhz bus
:)

I don't understand why 3us delay would thus be necessary.

Where about did you observe issues ? Could it be that you don't wait
long enough in the transitions from write to read ?

Cheers,
Ben.