]> git.baikalelectronics.ru Git - kernel.git/commit
i2c-bfin-twi: Add missing pin mux operation
authorBryan Wu <cooloney@kernel.org>
Tue, 22 Apr 2008 20:16:48 +0000 (22:16 +0200)
committerJean Delvare <khali@hyperion.delvare>
Tue, 22 Apr 2008 20:16:48 +0000 (22:16 +0200)
commit1e9e534f14dbfb5cadc2bbe42922731dc0d6d2f4
tree6570f1c56c28aac8d3bb55e06efbf5a82ab5aef0
parent5475c5bc369fbb5a05c80c8852e6a62a163c4704
i2c-bfin-twi: Add missing pin mux operation

Blackfin TWI controller hardware pin should be requested from GPIO port controller
Before BF54x, there is no need to do this. But as long as BF54x and BF52x
are supported by this generic driver, the missing pin mux operation should be
added.

Signed-off-by: Bryan Wu <cooloney@kernel.org>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
drivers/i2c/busses/i2c-bfin-twi.c