Re: [PATCH v6 0/5] i2c: ocores: improvements

2019-02-14 Thread Federico Vaga
On Thursday, February 14, 2019 4:07:33 AM CET Andrew Lunn wrote: > On Mon, Feb 11, 2019 at 05:49:08PM +0100, Federico Vaga wrote: > > This patch set provides improvements to the i2c-ocore driver. > > > > [V5 -> V6] > > - remove redundant code introduced in V5 (double read control register) > > >

Re: [PATCH v6 0/5] i2c: ocores: improvements

2019-02-13 Thread Andrew Lunn
On Mon, Feb 11, 2019 at 05:49:08PM +0100, Federico Vaga wrote: > This patch set provides improvements to the i2c-ocore driver. > > [V5 -> V6] > - remove redundant code introduced in V5 (double read control register) > > [V4 -> V5] > - deterministic status of IEN bit in register "CONTROL" at the

[PATCH v6 0/5] i2c: ocores: improvements

2019-02-11 Thread Federico Vaga
This patch set provides improvements to the i2c-ocore driver. [V5 -> V6] - remove redundant code introduced in V5 (double read control register) [V4 -> V5] - deterministic status of IEN bit in register "CONTROL" at the end of ocores_init() - more style fixes [V3 -> V4] - add