Re: [PATCH v2 05/60] drm/omap: dss: Gather OMAP DSS components at probe time

2018-06-10 Thread Sebastian Reichel
Hi, On Sat, May 26, 2018 at 08:24:23PM +0300, Laurent Pinchart wrote: > The omapdss_gather_components() function walks the OF graph to create a > list of all components part of the display device. There's no need to > delay this operation until DSS bind time as we have all the information > we

[PATCH v2 05/60] drm/omap: dss: Gather OMAP DSS components at probe time

2018-05-26 Thread Laurent Pinchart
The omapdss_gather_components() function walks the OF graph to create a list of all components part of the display device. There's no need to delay this operation until DSS bind time as we have all the information we need at probe time. Signed-off-by: Laurent Pinchart