commit | ccd9702a82b9e073adeaf9fc650807d9ad4f59e9 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Jan 28 06:53:56 2017 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun Jan 29 20:59:08 2017 +0900 |
tree | 2b866d6fe2d8f79a0c756470677ffbe7e00a9981 | |
parent | 8d4852ba74d1e72b4858641796eaf3968b6c7556 [diff] |
i2c: uniphier-f: use readl_poll_timeout() to poll registers The readl_poll_timeout() is a useful helper to poll registers and error out if the condition is not met. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>