]> git.karo-electronics.de Git - karo-tx-linux.git/commit
OMAP4: I2C: Enable the wakeup in I2C_WE
authorShubhrajyoti D <shubhrajyoti@ti.com>
Wed, 3 Aug 2011 08:28:08 +0000 (13:58 +0530)
committerBen Dooks <ben-linux@fluff.org>
Wed, 14 Sep 2011 21:19:12 +0000 (22:19 +0100)
commit5cefd23aec1917afc85b1aaf36e2385c449f3a8d
treeb506dfbb7b3ff0f1c89948acf1d15e8147a25fa0
parent97d59124ab43cba125eb5417e41c46f3be27b545
OMAP4: I2C: Enable the wakeup in I2C_WE

Currently for OMAP4 the I2C_WE is not programmed.
This patch enables the programming for OMAP4.

This patch fixes a bad conflict resolution.
This effectively restores the following commit

Commit 120bdaa47[i2c-omap: Program I2C_WE on OMAP4 to enable i2c wakeup]

which got changed by

Commit a3a7acbc[I2C: OMAP2+: address confused probed version naming]

Reviewed-by: Felipe Balbi <balbi@ti.com>
Reported-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
drivers/i2c/busses/i2c-omap.c