Re: [PATCH v3 02/13] drm: bridge: Add Samsung DSIM bridge driver

2022-07-28 Thread Adam Ford
On Wed, Jul 20, 2022 at 10:52 AM Jagan Teki wrote: > > Samsung MIPI DSIM controller is common DSI IP that can be used in various > SoCs like Exynos, i.MX8M Mini/Nano. > > In order to access this DSI controller between various platform SoCs, > the ideal way to incorporate this in the drm stack is v

Re: [PATCH v3 02/13] drm: bridge: Add Samsung DSIM bridge driver

2022-07-26 Thread Krzysztof Kozlowski
On 20/07/2022 17:51, Jagan Teki wrote: > > v1: > * Don't maintain component_ops in bridge driver > * Don't maintain platform glue code in bridge driver > * Add platform-specific glue code and make a common bridge > > Signed-off-by: Marek Szyprowski > Signed-off-by: Jagan Teki > --- > MAINTAINE