Re: [PATCH] firmware: raspberrypi: Define timeout for transactions

2018-11-06 Thread Stefan Wahren
> Eric Anholt hat am 31. Oktober 2018 um 18:16 geschrieben: > > > Stefan Wahren writes: > > > We should never assume to get a reply from the firmware otherwise > > the call could block forever and the user don't get informed. So > > define a timeout of 1 sec and print a stacktrace once in the

Re: [PATCH] firmware: raspberrypi: Define timeout for transactions

2018-11-06 Thread Stefan Wahren
> Eric Anholt hat am 31. Oktober 2018 um 18:16 geschrieben: > > > Stefan Wahren writes: > > > We should never assume to get a reply from the firmware otherwise > > the call could block forever and the user don't get informed. So > > define a timeout of 1 sec and print a stacktrace once in the

Re: [PATCH] firmware: raspberrypi: Define timeout for transactions

2018-10-31 Thread Eric Anholt
Stefan Wahren writes: > We should never assume to get a reply from the firmware otherwise > the call could block forever and the user don't get informed. So > define a timeout of 1 sec and print a stacktrace once in the unlikely > case the timeout expired. > > Signed-off-by: Stefan Wahren

Re: [PATCH] firmware: raspberrypi: Define timeout for transactions

2018-10-31 Thread Eric Anholt
Stefan Wahren writes: > We should never assume to get a reply from the firmware otherwise > the call could block forever and the user don't get informed. So > define a timeout of 1 sec and print a stacktrace once in the unlikely > case the timeout expired. > > Signed-off-by: Stefan Wahren

[PATCH] firmware: raspberrypi: Define timeout for transactions

2018-10-30 Thread Stefan Wahren
We should never assume to get a reply from the firmware otherwise the call could block forever and the user don't get informed. So define a timeout of 1 sec and print a stacktrace once in the unlikely case the timeout expired. Signed-off-by: Stefan Wahren --- drivers/firmware/raspberrypi.c | 8

[PATCH] firmware: raspberrypi: Define timeout for transactions

2018-10-30 Thread Stefan Wahren
We should never assume to get a reply from the firmware otherwise the call could block forever and the user don't get informed. So define a timeout of 1 sec and print a stacktrace once in the unlikely case the timeout expired. Signed-off-by: Stefan Wahren --- drivers/firmware/raspberrypi.c | 8