Re: [PATCH v6 03/19] i2c: octeon: Rename [read|write]_sw to reg_[read|write]

From: Jan Glauber
Date: Thu Apr 14 2016 - 03:59:11 EST


On Wed, Apr 13, 2016 at 10:44:09AM +0200, Wolfram Sang wrote:
> On Mon, Apr 11, 2016 at 05:28:34PM +0200, Jan Glauber wrote:
> > octeon_i2c_read_sw -> octeon_i2c_reg_read
> > octeon_i2c_write_sw -> octeon_i2c_reg_write
> >
> > Signed-off-by: Jan Glauber <jglauber@xxxxxxxxxx>
>
> Please add the motivation of the change (the reason). No need to resend
> the whole patch. Just reply with the updated commit message and I'll fix
> up locally.
>

Sorry, forgot to expand the initial description a bit.

Update:
---
i2c: octeon: Rename [read|write]_sw to reg_[read|write]

Rename the [read|write]_sw functions to make it clearer they access
the TWSI registers.
---

Thanks, Jan