]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
i2c-omap: Use dynamic clocking also on OMAP1 CPUs
authorJarkko Nikula <jarkko.nikula@nokia.com>
Wed, 1 Mar 2006 11:57:44 +0000 (13:57 +0200)
committerJuha Yrjola <juha.yrjola@nokia.com>
Wed, 1 Mar 2006 11:57:44 +0000 (13:57 +0200)
commita3b07c78baca82328dd2820733dbc55500b6e35e
tree9fd70f1d01cbd050a570f1fe25f0b824ca20f10d
parent108f6c0f6e2cdddfe6070e851a4f3fbcadbb0b0c
i2c-omap: Use dynamic clocking also on OMAP1 CPUs

This patch will fix the i2c-omap "controller timed out" error on
OMAP1710 (most probably will apply to 1510 as well). Error happens
randomly if dyn_tick is activated (CONFIG_NO_IDLE_HZ=y) and reason was
that ARMXOR_CK clock domain was stopped during MPU idle.

Patch basically creates and uses virtual i2c_fck clock domain which
prevents that its parent ARMXOR_CK is not stopped during MPU idle
whenever i2c_fck is enabled. Patch also makes i2c-omap implementation
between 24xx and OMAP1 more consistent with the clock usage and fixes two
minor bugs.

Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com>
Signed-off-by: Juha Yrjölä <juha.yrjola@nokia.com>
drivers/i2c/busses/i2c-omap.c