Re: [PATCH v2 08/16] drm/exynos: add host_ops callback for platform drivers

2020-09-16 Thread Andrzej Hajda
W dniu 15.09.2020 o 20:02, Michael Tretter pisze: > On Tue, 15 Sep 2020 19:07:59 +0200, Andrzej Hajda wrote: >> W dniu 11.09.2020 o 15:54, Michael Tretter pisze: >>> Platform drivers need to be aware if a mipi dsi device attaches or >>> detaches. Add host_ops to the driver_data for attach and deta

Re: [PATCH v2 08/16] drm/exynos: add host_ops callback for platform drivers

2020-09-15 Thread Michael Tretter
On Tue, 15 Sep 2020 19:07:59 +0200, Andrzej Hajda wrote: > > W dniu 11.09.2020 o 15:54, Michael Tretter pisze: > > Platform drivers need to be aware if a mipi dsi device attaches or > > detaches. Add host_ops to the driver_data for attach and detach > > callbacks and move the i80 mode selection an

Re: [PATCH v2 08/16] drm/exynos: add host_ops callback for platform drivers

2020-09-15 Thread Andrzej Hajda
W dniu 11.09.2020 o 15:54, Michael Tretter pisze: > Platform drivers need to be aware if a mipi dsi device attaches or > detaches. Add host_ops to the driver_data for attach and detach > callbacks and move the i80 mode selection and the hotplug handling into > the callback, because these depend on

[PATCH v2 08/16] drm/exynos: add host_ops callback for platform drivers

2020-09-11 Thread Michael Tretter
Platform drivers need to be aware if a mipi dsi device attaches or detaches. Add host_ops to the driver_data for attach and detach callbacks and move the i80 mode selection and the hotplug handling into the callback, because these depend on the drm driver. Signed-off-by: Michael Tretter --- v2: -