Re: [PATCH v2 19/60] drm/omap: dss: Move common device operations to common structure

2018-06-10 Thread Sebastian Reichel
Hi, On Sat, May 26, 2018 at 08:24:37PM +0300, Laurent Pinchart wrote: > The various types of omapdss_*_ops structures define multiple operations > that are not specific to a bus type. To simplify the code and remove > dependencies on specific bus types move those operations to a common >

[PATCH v2 19/60] drm/omap: dss: Move common device operations to common structure

2018-05-26 Thread Laurent Pinchart
The various types of omapdss_*_ops structures define multiple operations that are not specific to a bus type. To simplify the code and remove dependencies on specific bus types move those operations to a common structure. Operations that are specific to a bus type are kept in the specialized ops