Re: [U-Boot] [PATCH 28/51] i2c: ihs_i2c: Prepare DM conversion

2017-07-25 Thread Mario Six
Hi Simon, On Wed, Jul 19, 2017 at 11:05 AM, Simon Glass wrote: > On 14 July 2017 at 05:55, Mario Six wrote: >> Prepare the function interface of the ihs_i2c driver for DM conversion >> in a future patch. >> >> While we're at it, fix some style violations, and make the code more >> readable. >>

Re: [U-Boot] [PATCH 28/51] i2c: ihs_i2c: Prepare DM conversion

2017-07-19 Thread Simon Glass
On 14 July 2017 at 05:55, Mario Six wrote: > Prepare the function interface of the ihs_i2c driver for DM conversion > in a future patch. > > While we're at it, fix some style violations, and make the code more readable. > > Signed-off-by: Mario Six > --- > > drivers/i2c/ihs_i2c.c | 74 > +++

[U-Boot] [PATCH 28/51] i2c: ihs_i2c: Prepare DM conversion

2017-07-14 Thread Mario Six
Prepare the function interface of the ihs_i2c driver for DM conversion in a future patch. While we're at it, fix some style violations, and make the code more readable. Signed-off-by: Mario Six --- drivers/i2c/ihs_i2c.c | 74 +++ 1 file changed,