Message ID | 20200316163907.13709-1-wsa+renesas@sang-engineering.com (mailing list archive) |
---|---|
Headers | show |
Series | drm: encoder_slave: some updates | expand |
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): > drm: encoder_slave: fix refcouting error for modules > drm: encoder_slave: use new I2C API > > drivers/gpu/drm/drm_encoder_slave.c | 15 +++++---------- > 1 file changed, 5 insertions(+), 10 deletions(-) Is there someone I should add to the CC list maybe?
Hi Wolfram, On Wed, 13 May 2020 at 10:10, Wolfram Sang <wsa+renesas@sang-engineering.com> 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. > > > > Based on linux-next and only build tested. > > > > Wolfram Sang (2): > > drm: encoder_slave: fix refcouting error for modules > > drm: encoder_slave: use new I2C API > > > > drivers/gpu/drm/drm_encoder_slave.c | 15 +++++---------- > > 1 file changed, 5 insertions(+), 10 deletions(-) > > Is there someone I should add to the CC list maybe? > The series is: Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> Unless someone beats me to it, I'll commit them to drm-misc later today. -Emil
On Wed, 13 May 2020 at 10:35, Emil Velikov <emil.l.velikov@gmail.com> wrote: > > Hi Wolfram, > > On Wed, 13 May 2020 at 10:10, Wolfram Sang > <wsa+renesas@sang-engineering.com> 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. > > > > > > Based on linux-next and only build tested. > > > > > > Wolfram Sang (2): > > > drm: encoder_slave: fix refcouting error for modules > > > drm: encoder_slave: use new I2C API > > > > > > drivers/gpu/drm/drm_encoder_slave.c | 15 +++++---------- > > > 1 file changed, 5 insertions(+), 10 deletions(-) > > > > Is there someone I should add to the CC list maybe? > > > The series is: > Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> > > Unless someone beats me to it, I'll commit them to drm-misc later today. > And after a short delay, pushed to drm-misc-next. Thanks for the patches Wolfram. -Emil