]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARMV7: OMAP: I2C driver: Use same timeout value as linux kernel driver
authorSteve Sakoman <steve@sakoman.com>
Wed, 20 Oct 2010 13:07:44 +0000 (06:07 -0700)
committerHeiko Schocher <hs@denx.de>
Wed, 20 Oct 2010 13:28:33 +0000 (15:28 +0200)
commit73e8747fe48c54dda16670421dbc370b5b2a4a52
treeacea10e78550249ac3498d9c1b5756ffe11fed87
parent11c8dd36edcc82564a19dbd0103302df66d66db0
ARMV7: OMAP: I2C driver: Use same timeout value as linux kernel driver

This patch matches the poll interval (1 millisecond) and timeout (1 second)
used in the linux driver. It also adds a return value of 0 in the event of
a timeout error and cleans up some formatting errors in that section of the
code.

Signed-off-by: Steve Sakoman <steve.sakoman@linaro.org>
Tested-by: Heiko Schocher <hs@denx.de>
drivers/i2c/omap24xx_i2c.c