Re: [PATCH v2 18/60] drm/omap: dss: Allow looking up any device by port

2018-06-10 Thread Sebastian Reichel
Hi, On Sat, May 26, 2018 at 08:24:36PM +0300, Laurent Pinchart wrote: > The omap_dss_find_output_by_port() function looks up an omap_dss_device > by port from the list of devices registered as outputs. In preparation > for looking up sinks in addition to sources, allow the function to look > up

[PATCH v2 18/60] drm/omap: dss: Allow looking up any device by port

2018-05-26 Thread Laurent Pinchart
The omap_dss_find_output_by_port() function looks up an omap_dss_device by port from the list of devices registered as outputs. In preparation for looking up sinks in addition to sources, allow the function to look up any registered device. Rename it to omap_dss_find_device_by_port() to match its