WSL2-Linux-Kernel/drivers/fsi
Joachim Fenkes 9ab1428dfe fsi/sbefifo: Fix reset timeout
On BMCs with lower timer resolution than 1ms, msleep(1) will take
way longer than 1ms, so looping 10k times won't wait for 10s but
significantly longer.

Fix this by using jiffies like the rest of the code.

Fixes: 9f4a8a2d7f ("fsi/sbefifo: Add driver for the SBE FIFO")
Signed-off-by: Joachim Fenkes <fenkes@de.ibm.com>
Link: https://lore.kernel.org/r/20200724071518.430515-3-joel@jms.id.au
Signed-off-by: Joel Stanley <joel@jms.id.au>
2021-06-04 16:06:57 +09:30
..
Kconfig
Makefile
cf-fsi-fw.h
fsi-core.c fsi: core: Fix return of error values on failures 2021-06-04 14:11:48 +09:30
fsi-master-aspeed.c fsi: Aspeed: Reduce poll timeout 2021-06-04 15:00:01 +09:30
fsi-master-ast-cf.c fsi: master-ast-cf: Remove redundant error printing in fsi_master_acf_probe() 2021-06-04 15:02:55 +09:30
fsi-master-gpio.c
fsi-master-hub.c
fsi-master.h
fsi-occ.c fsi: occ: Log error for checksum failure 2021-06-04 14:29:57 +09:30
fsi-sbefifo.c fsi/sbefifo: Fix reset timeout 2021-06-04 16:06:57 +09:30
fsi-scom.c fsi: scom: Remove retries 2021-06-04 14:24:02 +09:30