]> git.sur5r.net Git - u-boot/commit
i2c: mvtwsi: Make address length variable
authormario.six@gdsys.cc <mario.six@gdsys.cc>
Thu, 21 Jul 2016 09:57:09 +0000 (11:57 +0200)
committerHeiko Schocher <hs@denx.de>
Tue, 26 Jul 2016 08:20:05 +0000 (10:20 +0200)
commitf8a10ed1fd9986362a39f2b18d89429dfdb078cb
tree2366d6687fe4ac992040b668ce8a4fccd1222ace
parent3c4db636ac918a35c4c6671e8d060e3a72ba7c94
i2c: mvtwsi: Make address length variable

The length of the address parameter of the __twsi_i2c_read and
__twsi_i2c_write functions is fixed to four bytes.

As a final step in the preparation of the DM conversion, we make the
length of this parameter variable by turning it into an array of bytes,
and convert the 32 bit value that's passed to the legacy functions into
a four-byte-array on the fly.

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