Re: [PATCH 12/13] drm/i2c: tda998x: add bridge timing information

2019-06-13 Thread Russell King - ARM Linux admin
On Wed, Jun 12, 2019 at 11:38:06AM -0400, Sven Van Asbroeck wrote: > On Tue, Jun 11, 2019 at 7:04 AM Russell King > wrote: > > > > Add bridge timing information so that bridge users can figure out the > > timing parameters that are necessary for TDA998x. > > > > Signed-off-by: Russell King > > -

Re: [PATCH 12/13] drm/i2c: tda998x: add bridge timing information

2019-06-13 Thread Sven Van Asbroeck
On Tue, Jun 11, 2019 at 7:04 AM Russell King wrote: > > Add bridge timing information so that bridge users can figure out the > timing parameters that are necessary for TDA998x. > > Signed-off-by: Russell King > --- +static const struct drm_bridge_timings tda9989_timings = { + .sampling_ed

[PATCH 12/13] drm/i2c: tda998x: add bridge timing information

2019-06-11 Thread Russell King
Add bridge timing information so that bridge users can figure out the timing parameters that are necessary for TDA998x. Signed-off-by: Russell King --- drivers/gpu/drm/i2c/tda998x_drv.c | 23 +++ 1 file changed, 23 insertions(+) diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c