Re: [PATCH 2/4] drm: bridge: adv7511: Split connector creation to a separate function

2020-04-12 Thread Sam Ravnborg
Hi Laurent. On Thu, Apr 09, 2020 at 03:46:08AM +0300, Laurent Pinchart wrote: > To prepare for making the connector creation optional, move the related > code out of adv7511_bridge_attach() to a separate function. > > Signed-off-by: Laurent Pinchart On nit below, but otherwise: Acked-by: Sam Ra

[PATCH 2/4] drm: bridge: adv7511: Split connector creation to a separate function

2020-04-08 Thread Laurent Pinchart
To prepare for making the connector creation optional, move the related code out of adv7511_bridge_attach() to a separate function. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/bridge/adv7511/adv7511_drv.c | 62 +--- 1 file changed, 40 insertions(+), 22 deletions(-) diff