]> git.karo-electronics.de Git - karo-tx-linux.git/commit
I2C: OMAP: fix FIFO usage for OMAP4
authorShubhrajyoti D <shubhrajyoti@ti.com>
Thu, 3 Nov 2011 15:17:08 +0000 (20:47 +0530)
committerKevin Hilman <khilman@ti.com>
Fri, 9 Dec 2011 17:59:42 +0000 (09:59 -0800)
commitc37eddcc00cd1118ee8f0f47c5460420db3b08c9
treecb9dfbc1d17ed89cc9a71f3ae22e5b763bde27a5
parent5611cc4572e889b62a7b4c72a413536bf6a9c416
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>
drivers/i2c/busses/i2c-omap.c