mfd: madera: Don't use regmap_read_poll_timeout to poll for BOOT_DONE
authorRichard Fitzgerald <rf@opensource.cirrus.com>
Mon, 27 Aug 2018 13:51:15 +0000 (14:51 +0100)
committerLee Jones <lee.jones@linaro.org>
Tue, 23 Oct 2018 07:58:34 +0000 (08:58 +0100)
commitb04e68d16605dcde1c21b5df5f86a5372e53ae97
tree539c884321e9b00d65e6a1d1b52773a342ced999
parent6b269a41a4520f7eb639e61a45ebbb9c9267d5e0
mfd: madera: Don't use regmap_read_poll_timeout to poll for BOOT_DONE

While polling for BOOT_DONE the chip could NAK a read because it is
still booting, which would terminate the regmap_read_poll_timeout()
with an error.

Instead implement a polling loop that ignores read errors so we
always poll until the chip signals boot or the loop times out.

Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/madera-core.c