summaryrefslogtreecommitdiff
path: root/drivers/mfd/max77620.c
diff options
context:
space:
mode:
authorRichard Fitzgerald <rf@opensource.cirrus.com>2018-08-27 14:51:15 +0100
committerLee Jones <lee.jones@linaro.org>2018-10-23 08:58:34 +0100
commitb04e68d16605dcde1c21b5df5f86a5372e53ae97 (patch)
tree539c884321e9b00d65e6a1d1b52773a342ced999 /drivers/mfd/max77620.c
parent6b269a41a4520f7eb639e61a45ebbb9c9267d5e0 (diff)
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>
Diffstat (limited to 'drivers/mfd/max77620.c')
0 files changed, 0 insertions, 0 deletions