Re: [PATCH 0/2] drm: encoder_slave: some updates

2020-05-17 Thread Emil Velikov
On Wed, 13 May 2020 at 10:35, Emil Velikov wrote: > > Hi Wolfram, > > On Wed, 13 May 2020 at 10:10, Wolfram Sang > wrote: > > > > On Mon, Mar 16, 2020 at 05:39:05PM +0100, Wolfram Sang wrote: > > > While converting I2C users to new APIs, I found a refcounting problem in > > > the encoder_slave im

Re: [PATCH 0/2] drm: encoder_slave: some updates

2020-05-13 Thread Emil Velikov
Hi Wolfram, On Wed, 13 May 2020 at 10:10, Wolfram Sang wrote: > > On Mon, Mar 16, 2020 at 05:39:05PM +0100, Wolfram Sang wrote: > > While converting I2C users to new APIs, I found a refcounting problem in > > the encoder_slave implementation. This series fixes it and converts to > > the new API.

Re: [PATCH 0/2] drm: encoder_slave: some updates

2020-05-13 Thread Wolfram Sang
On Mon, Mar 16, 2020 at 05:39:05PM +0100, Wolfram Sang wrote: > While converting I2C users to new APIs, I found a refcounting problem in > the encoder_slave implementation. This series fixes it and converts to > the new API. > > Based on linux-next and only build tested. > > Wolfram Sang (2): >

[PATCH 0/2] drm: encoder_slave: some updates

2020-03-17 Thread Wolfram Sang
While converting I2C users to new APIs, I found a refcounting problem in the encoder_slave implementation. This series fixes it and converts to the new API. Based on linux-next and only build tested. Wolfram Sang (2): drm: encoder_slave: fix refcouting error for modules drm: encoder_slave: us