Re: [U-Boot] [PATCH 1/2] i2c: mxc_i2c: Document how non-DM functions work

2019-04-29 Thread Heiko Schocher
Hello Trent, Am 16.04.2019 um 00:02 schrieb Trent Piepho: It is not very clear how these work in relation to the exact I2C xfers they produce. In paticular, the address length is somewhat overloaded in the read method. Clearly document the existing behavior. Maybe this will help the next pers

[U-Boot] [PATCH 1/2] i2c: mxc_i2c: Document how non-DM functions work

2019-04-15 Thread Trent Piepho
It is not very clear how these work in relation to the exact I2C xfers they produce. In paticular, the address length is somewhat overloaded in the read method. Clearly document the existing behavior. Maybe this will help the next person who needs to work on this driver and not break non-DM boar