]> git.baikalelectronics.ru Git - kernel.git/commit
I2C: OMAP: fix FIFO usage for OMAP4
authorShubhrajyoti D <shubhrajyoti@ti.com>
Tue, 6 Dec 2011 18:25:58 +0000 (10:25 -0800)
committerBen Dooks <ben-linux@fluff.org>
Sun, 18 Dec 2011 11:45:54 +0000 (11:45 +0000)
commit586772601199fa58d61f6936cf85e7184eeec769
tree0ae93af40bfcd20213e3ac91a498f6f427c75676
parent15d773d7a271998325d28178dc996b6ec4a05815
I2C: OMAP: fix FIFO usage for OMAP4

Currently the fifo depth is set to zero for OMAP4 which disables
the FIFO usage. This patch enables the FIFO usage for I2C transactions
on OMAP4 also.

Tested on omap4430 and 3430.

Tested-and-Reported-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
drivers/i2c/busses/i2c-omap.c