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

2019-01-15 Thread Wolfram Sang
On Tue, Jan 15, 2019 at 05:37:07PM +0100, Federico Vaga wrote: > Hi there, > > I just want to ask if there has been any update about this patchset that I'm > not aware off. Thanks I don't think so. Peter, what is the status of this series? signature.asc Description: PGP signature

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

2019-01-15 Thread Federico Vaga
Hi there, I just want to ask if there has been any update about this patchset that I'm not aware off. Thanks On Tuesday, November 27, 2018 12:38:22 PM CET Wolfram Sang wrote: > > This patch set provides improvements to the i2c-ocore driver. > > > > [V1 -> V2] > > - replaced usleep_range() with

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

2018-11-27 Thread Wolfram Sang
> This patch set provides improvements to the i2c-ocore driver. > > [V1 -> V2] > - replaced usleep_range() with udelay() so that the polling version can be > used in atomic context. > - added dedicated patch for minor style issues > - fixed delay computation > - use spin_lock_irqsave(),

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

2018-11-27 Thread Wolfram Sang
> This patch set provides improvements to the i2c-ocore driver. > > [V1 -> V2] > - replaced usleep_range() with udelay() so that the polling version can be > used in atomic context. > - added dedicated patch for minor style issues > - fixed delay computation > - use spin_lock_irqsave(),

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

2018-10-29 Thread Federico Vaga
This patch set provides improvements to the i2c-ocore driver. [V1 -> V2] - replaced usleep_range() with udelay() so that the polling version can be used in atomic context. - added dedicated patch for minor style issues - fixed delay computation - use spin_lock_irqsave(), instead of

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

2018-10-29 Thread Federico Vaga
This patch set provides improvements to the i2c-ocore driver. [V1 -> V2] - replaced usleep_range() with udelay() so that the polling version can be used in atomic context. - added dedicated patch for minor style issues - fixed delay computation - use spin_lock_irqsave(), instead of