i2c: pxa: Add support for pxa910/988 & new configuration features
authorVaibhav Hiremath <vaibhav.hiremath@linaro.org>
Mon, 24 Aug 2015 05:59:36 +0000 (11:29 +0530)
committerWolfram Sang <wsa@the-dreams.de>
Sun, 25 Oct 2015 08:36:43 +0000 (09:36 +0100)
commitc5fa6fc79f5b1fbe540300dbe3efbaa515b05282
treedae14bcabc5c1f30dc4a0bfb5c29c46ee679bd0a
parent174f2366b076db3876c3b7f595edf2aa739f9d43
i2c: pxa: Add support for pxa910/988 & new configuration features

TWSI_ILCR & TWSI_IWCR registers are used to adjust clock rate
of standard & fast mode in pxa910/988; so this patch adds these two new
entries to "struct pxa_reg_layout" and "struct pxa_i2c".

Signed-off-by: Jett.Zhou <jtzhou@marvell.com>
Signed-off-by: Yi Zhang <yizhang@marvell.com>
Signed-off-by: Vaibhav Hiremath <vaibhav.hiremath@linaro.org>
Tested-by: Robert Jarzmik <robert.jarzmik@free.fr>
[wsa: white space fixes]
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-pxa.c