Re: [PATCHv2 43/56] drm/omap: bind components with drm_device argument

2020-02-26 Thread Sebastian Reichel
Hi, On Tue, Feb 25, 2020 at 12:21:13AM +0100, Sebastian Reichel wrote: > This fixes the omapdrm driver to call component_bind_all() > with drm_device as data argument as recommended in the > DRM component helper usage text. > > After this patch DRM functionality can be implemented directly > in t

[PATCHv2 43/56] drm/omap: bind components with drm_device argument

2020-02-25 Thread Sebastian Reichel
This fixes the omapdrm driver to call component_bind_all() with drm_device as data argument as recommended in the DRM component helper usage text. After this patch DRM functionality can be implemented directly in the components resulting in a simpler driver stack by removing one layer of abstracti