Re: [PATCH v2 07/12] drm: bridge: samsung-dsim: Add module init, exit

2022-07-19 Thread Jagan Teki
On Mon, May 9, 2022 at 5:35 PM Marek Szyprowski wrote: > > On 04.05.2022 13:40, Jagan Teki wrote: > > Add module init and exit functions for the bridge to register > > and unregister dsi_driver. > > > > Exynos drm driver stack will register the platform_driver separately > > in the common of it's

Re: [PATCH v2 07/12] drm: bridge: samsung-dsim: Add module init, exit

2022-05-09 Thread Marek Szyprowski
On 04.05.2022 13:40, Jagan Teki wrote: > Add module init and exit functions for the bridge to register > and unregister dsi_driver. > > Exynos drm driver stack will register the platform_driver separately > in the common of it's exynos_drm_drv.c including dsi_driver. > > Register again would return

[PATCH v2 07/12] drm: bridge: samsung-dsim: Add module init, exit

2022-05-04 Thread Jagan Teki
Add module init and exit functions for the bridge to register and unregister dsi_driver. Exynos drm driver stack will register the platform_driver separately in the common of it's exynos_drm_drv.c including dsi_driver. Register again would return -EBUSY, so return 0 for such cases as dsi_driver i