[PATCH RESEND] drm: tda998x: Use drm_do_get_edid()

2015-02-26 Thread Laurent Pinchart
Hi Russell, On Thursday 26 February 2015 09:20:08 Russell King - ARM Linux wrote: > On Thu, Feb 26, 2015 at 09:52:02AM +0200, Laurent Pinchart wrote: > > On Friday 16 January 2015 17:47:34 Russell King - ARM Linux wrote: > >> On Fri, Jan 16, 2015 at 06:37:43PM +0200, Laurent Pinchart wrote: > >>>

[PATCH RESEND] drm: tda998x: Use drm_do_get_edid()

2015-02-26 Thread Laurent Pinchart
Hi Russell, On Friday 16 January 2015 17:47:34 Russell King - ARM Linux wrote: > On Fri, Jan 16, 2015 at 06:37:43PM +0200, Laurent Pinchart wrote: > > Replace the internal EDID read implementation by a call to the new EDID > > read core function. > > > > Signed-off-by: Laurent Pinchart > > > > R

[PATCH RESEND] drm: tda998x: Use drm_do_get_edid()

2015-02-26 Thread Russell King - ARM Linux
On Thu, Feb 26, 2015 at 09:52:02AM +0200, Laurent Pinchart wrote: > Hi Russell, > > On Friday 16 January 2015 17:47:34 Russell King - ARM Linux wrote: > > On Fri, Jan 16, 2015 at 06:37:43PM +0200, Laurent Pinchart wrote: > > > Replace the internal EDID read implementation by a call to the new EDID

[PATCH RESEND] drm: tda998x: Use drm_do_get_edid()

2015-01-17 Thread Jean-Francois Moine
On Fri, 16 Jan 2015 17:47:34 + Russell King - ARM Linux wrote: > Thanks, committed, and updated the summary line to: > > "drm/i2c: tda998x: use drm_do_get_edid()" > > to match the style used in the past. You also committed 2 fixes of mine on the tda998x, but I could not retrieve them in li

[PATCH RESEND] drm: tda998x: Use drm_do_get_edid()

2015-01-16 Thread Laurent Pinchart
Replace the internal EDID read implementation by a call to the new EDID read core function. Signed-off-by: Laurent Pinchart Reviewed-by: Rob Clark Tested-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 86 --- 1 file changed, 18 insertions(+)

[PATCH RESEND] drm: tda998x: Use drm_do_get_edid()

2015-01-16 Thread Russell King - ARM Linux
On Fri, Jan 16, 2015 at 06:37:43PM +0200, Laurent Pinchart wrote: > Replace the internal EDID read implementation by a call to the new EDID > read core function. > > Signed-off-by: Laurent Pinchart > Reviewed-by: Rob Clark > Tested-by: Jean-Francois Moine Thanks, committed, and updated the sum