]> git.ipfire.org Git - people/ms/u-boot.git/commit
i2c: mvtwsi: Factor out adap parameter
authormario.six@gdsys.cc <mario.six@gdsys.cc>
Thu, 21 Jul 2016 09:57:08 +0000 (11:57 +0200)
committerHeiko Schocher <hs@denx.de>
Tue, 26 Jul 2016 08:19:56 +0000 (10:19 +0200)
commit3c4db636ac918a35c4c6671e8d060e3a72ba7c94
tree15797b25723545d79cde20808814c0f1c5094744
parent61bc02b2608722204c1f16a74cd8851db5ee311d
i2c: mvtwsi: Factor out adap parameter

To be able to use the compatibility layer from the DM functions, we
factor the adap parameter out of all functions, and pass the actual
register base instead.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
Reviewed-by: Stefan Roese <sr@denx.de>
drivers/i2c/mvtwsi.c