aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses
diff options
context:
space:
mode:
authorGilles-Arnaud Bleu-Laine <gilles@ti.com>2011-09-02 18:58:31 -0500
committerTodd Poynor <toddpoynor@google.com>2011-09-07 18:04:24 -0700
commit5c93a26f4c6080711388b19f3330009f99ecebd4 (patch)
treec158d5302e38bda8e0508c6e21680a98f4bb9654 /drivers/i2c/busses
parent571c7e62f8041c67781f1524f6f31edf4eafcdca (diff)
downloadkernel_samsung_tuna-5c93a26f4c6080711388b19f3330009f99ecebd4.zip
kernel_samsung_tuna-5c93a26f4c6080711388b19f3330009f99ecebd4.tar.gz
kernel_samsung_tuna-5c93a26f4c6080711388b19f3330009f99ecebd4.tar.bz2
OMAP4: Provide handling of I2C channel controlled outside the mpu
Note: Perform some special handling for externally controlled I2C devices. For now we only disable spurious IRQs. Change-Id: I50731ca50d675b7a997b1c0f87797eb8a90bbc8c Signed-off-by: Gilles-Arnaud Bleu-Laine <gilles@ti.com>
Diffstat (limited to 'drivers/i2c/busses')
-rw-r--r--drivers/i2c/busses/i2c-omap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/i2c/busses/i2c-omap.c b/drivers/i2c/busses/i2c-omap.c
index 8c7c57c..7e73107 100644
--- a/drivers/i2c/busses/i2c-omap.c
+++ b/drivers/i2c/busses/i2c-omap.c
@@ -1117,6 +1117,8 @@ omap_i2c_probe(struct platform_device *pdev)
goto err_free_irq;
}
+ i2c_detect_ext_master(adap);
+
return 0;
err_free_irq: