[PATCH] fsi: sbefifo: Don't fail operations when in SBE IPL state

2019-06-26 Thread Eddie James
SBE fifo operations should be allowed while the SBE is in any of the "IPL" states. Operations should succeed in this state. Fixes: 9f4a8a2d7f9d fsi/sbefifo: Add driver for the SBE FIFO Reviewed-by: Joel Stanley Tested-by: Alistair Popple Signed-off-by: Eddie James ---

Re: [PATCH] fsi: sbefifo: Don't fail operations when in SBE IPL state

2019-06-25 Thread Greg KH
On Tue, Jun 25, 2019 at 04:35:50AM +, Joel Stanley wrote: > Hi Greg, > > On Mon, 17 Jun 2019 at 05:41, Joel Stanley wrote: > > > > On Mon, 17 Jun 2019 at 02:09, Alistair Popple wrote: > > > > > > On Monday, 21 January 2019 11:15:58 AM AEST Eddie James wrote: > > > > SBE fifo operations

Re: [PATCH] fsi: sbefifo: Don't fail operations when in SBE IPL state

2019-06-24 Thread Joel Stanley
Hi Greg, On Mon, 17 Jun 2019 at 05:41, Joel Stanley wrote: > > On Mon, 17 Jun 2019 at 02:09, Alistair Popple wrote: > > > > On Monday, 21 January 2019 11:15:58 AM AEST Eddie James wrote: > > > SBE fifo operations should be allowed while the SBE is in any of the > > > "IPL" states. Operations

Re: [PATCH] fsi: sbefifo: Don't fail operations when in SBE IPL state

2019-06-16 Thread Joel Stanley
On Mon, 17 Jun 2019 at 02:09, Alistair Popple wrote: > > On Monday, 21 January 2019 11:15:58 AM AEST Eddie James wrote: > > SBE fifo operations should be allowed while the SBE is in any of the > > "IPL" states. Operations should succeed in this state. > > > > Signed-off-by: Eddie James > > This

Re: [PATCH] fsi: sbefifo: Don't fail operations when in SBE IPL state

2019-06-16 Thread Alistair Popple
This fixed the problem I was having trying to issue istep operations to the SBE. Tested-by: Alistair Popple On Monday, 21 January 2019 11:15:58 AM AEST Eddie James wrote: > SBE fifo operations should be allowed while the SBE is in any of the > "IPL" states. Operations should succeed in this

[PATCH] fsi: sbefifo: Don't fail operations when in SBE IPL state

2019-01-21 Thread Eddie James
SBE fifo operations should be allowed while the SBE is in any of the "IPL" states. Operations should succeed in this state. Signed-off-by: Eddie James --- drivers/fsi/fsi-sbefifo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/fsi/fsi-sbefifo.c