Home
last modified time | relevance | path

Searched hist:f72ddbe1 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/fsi/
H A Dfsi-scom.cf72ddbe1 Thu May 27 02:01:09 CDT 2021 Joel Stanley <joel@jms.id.au> fsi: scom: Remove retries

On a functioning FSI link there is not need to retry a write when doing
a scom in the driver.

Allow the higher layers (eg. userspace) to attempt a retry if they want,
or to accept that the address they are talking to is not accessible.

By removing the retries we can separate the error handling from retry
logic. In particular -EBUSY was used to force the get/put scom logic to
retry.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20210527070109.225198-1-joel@jms.id.au
Signed-off-by: Joel Stanley <joel@jms.id.au>