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)
commit74d362e0b3afb7a324855ab9675eb6cda78fda8c
tree6570f1c56c28aac8d3bb55e06efbf5a82ab5aef0
parentaa3d02091747727f7ff2e1f2455ad8363a9e6946
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