[APPLIED] [PATCH v3] omap i2c: add a timeout to the busy waiting

2010-05-10 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: i2c-omap-for-ben Initial commit ID (Likely to change): 4c156dc0e7cc486feb106348fb7159d4be0c9889 PatchWorks http://patchwork.kernel.org/patch/98127/ Git (Likely to change, and takes a while to get m

[PATCH v3] omap i2c: add a timeout to the busy waiting

2010-05-10 Thread Alexander Shishkin
The errata 1.153 workaround is busy waiting on XUDF bit in interrupt context, which may lead to kernel hangs. The problem can be reproduced by running the bus with wrong (too high) speed. Signed-off-by: Alexander Shishkin --- drivers/i2c/busses/i2c-omap.c | 10 +- 1 files changed, 9 in