Re: [PATCH v2 39/60] drm/omap: dss: dsi: Move initialization code from bind to probe

2018-06-10 Thread Sebastian Reichel
Hi, On Sat, May 26, 2018 at 08:24:57PM +0300, Laurent Pinchart wrote: > There's no reason to delay initialization of most of the driver (such as > mapping memory I/O or enabling runtime PM) to the component bind > handler. Perform as much of the initialization as possible at probe > time,

[PATCH v2 39/60] drm/omap: dss: dsi: Move initialization code from bind to probe

2018-05-26 Thread Laurent Pinchart
There's no reason to delay initialization of most of the driver (such as mapping memory I/O or enabling runtime PM) to the component bind handler. Perform as much of the initialization as possible at probe time, initializing at bind time only the parts that depends on the DSS. The cleanup code is