i2c: mxs: Implement arbitrary clock speed derivation algorithm
authorMarek Vasut <marex@denx.de>
Fri, 30 Nov 2012 17:48:35 +0000 (18:48 +0100)
committerWolfram Sang <wolfram@the-dreams.de>
Sun, 10 Feb 2013 18:55:14 +0000 (19:55 +0100)
commit626f0a2ff6bc9820b17c17958d5862262556892f
treebb2e4a827e8eafc14f42bf7e4a1cb7ab16dd404d
parentc2db409cbc8751ccc7e6d2cc2e41af0d12ea637f
i2c: mxs: Implement arbitrary clock speed derivation algorithm

This patch drops the i2c timing tables from this driver and instead
derives the timing based from the requested clock sleep. The timing
tables were completely wrong anyway when observed on a scope.

This new algorithm is also only derived by using a scope, but it seems
to produce much more accurate result.

Signed-off-by: Marek Vasut <marex@denx.de>
Tested-by: Shawn Guo <shawn.guo@linaro.org>
[wsa: changed messages from dev_err to dev_warn]
Signed-off-by: Wolfram Sang <wolfram@the-dreams.de>
drivers/i2c/busses/i2c-mxs.c