i2c: rcar: refactor and shorten timeout when resetting
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Sat, 29 Aug 2020 20:38:10 +0000 (22:38 +0200)
committerWolfram Sang <wsa@kernel.org>
Fri, 18 Sep 2020 21:02:02 +0000 (23:02 +0200)
commit74779f6eeb5a1bbe0acc046a99a2ac5042e9a505
tree76f6f474a7bb7b2b5a70b1352b6e1b27a0f3ec7a
parent9374ed1dfe1f862f6dd7552b8164252fe5cc424f
i2c: rcar: refactor and shorten timeout when resetting

LOOP_TIMEOUT was only used back then because we didn't want to introduce
another constant. The timeout value can easily be a magnitude shorter
because the typical range is 3us - 8us. Refactor the code to use the
poll_timeout helper, use a specific timeout value and get rid of the
ugly LOOP_TIMEOUT constant.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-rcar.c