Re: [PATCH 3/5] drm/i2c: tda998x: add support for writing SPD

2019-01-30 Thread Brian Starkey
On Wed, Jan 30, 2019 at 05:23:40PM +, Russell King - ARM Linux admin wrote: > On Wed, Jan 30, 2019 at 03:41:04PM +, Brian Starkey wrote: > > Hi Russell, > > > > These did eventually reach me on Saturday evening. > > > > On Fri, Jan 25, 2019 at 09:43:19AM +, Russell King wrote: > > >

Re: [PATCH 3/5] drm/i2c: tda998x: add support for writing SPD

2019-01-30 Thread Russell King - ARM Linux admin
On Wed, Jan 30, 2019 at 03:41:04PM +, Brian Starkey wrote: > Hi Russell, > > These did eventually reach me on Saturday evening. > > On Fri, Jan 25, 2019 at 09:43:19AM +, Russell King wrote: > > Add support for writing the SPD infoframe to the TDA998x. Identify us > > as "Generic" vendor

Re: [PATCH 3/5] drm/i2c: tda998x: add support for writing SPD

2019-01-30 Thread Brian Starkey
Hi Russell, These did eventually reach me on Saturday evening. On Fri, Jan 25, 2019 at 09:43:19AM +, Russell King wrote: > Add support for writing the SPD infoframe to the TDA998x. Identify us > as "Generic" vendor "PC" product, and as "PC general" source device > information. > >

[PATCH 3/5] drm/i2c: tda998x: add support for writing SPD

2019-01-26 Thread Russell King
Add support for writing the SPD infoframe to the TDA998x. Identify us as "Generic" vendor "PC" product, and as "PC general" source device information. Signed-off-by: Russell King --- drivers/gpu/drm/i2c/tda998x_drv.c | 18 ++ 1 file changed, 18 insertions(+) diff --git