[PATCH 07/42] drm/omap: connector-dvi: remove pdata support

2016-03-07 Thread Tomi Valkeinen
On 07/03/16 10:16, Laurent Pinchart wrote: >> @@ -319,17 +279,12 @@ static int dvic_probe(struct platform_device *pdev) >> >> platform_set_drvdata(pdev, ddata); >> >> -if (dev_get_platdata(&pdev->dev)) { >> -r = dvic_probe_pdata(pdev); >> -if (r) >> -

[PATCH 07/42] drm/omap: connector-dvi: remove pdata support

2016-03-07 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Monday 22 February 2016 19:10:13 Tomi Valkeinen wrote: > We no longer have any boards that require the platform data support from > the connector, so we can remove the related code. > > Signed-off-by: Tomi Valkeinen > --- > drivers/gpu/drm/omapdrm/displays/

[PATCH 07/42] drm/omap: connector-dvi: remove pdata support

2016-02-22 Thread Tomi Valkeinen
We no longer have any boards that require the platform data support from the connector, so we can remove the related code. Signed-off-by: Tomi Valkeinen --- drivers/gpu/drm/omapdrm/displays/connector-dvi.c | 55 +++- 1 file changed, 5 insertions(+), 50 deletions(-) diff --gi