Re: [PATCH 3/3] [RFC] drm/exynos: Add basic i.MX8MM support code

2021-05-10 Thread Tim Harvey
On Mon, May 10, 2021 at 7:12 AM Adam Ford wrote: > > On Mon, Oct 5, 2020 at 8:48 AM Marek Vasut wrote: > > > > This adds basic i.MX8MM glue code for the Samsung DSIM PHY. > > There are still a couple of items which need to be sorted out > > in drivers/gpu/drm/bridge/samsung-dsim.c before this can

Re: [PATCH 3/3] [RFC] drm/exynos: Add basic i.MX8MM support code

2021-05-10 Thread Adam Ford
On Mon, Oct 5, 2020 at 8:48 AM Marek Vasut wrote: > > This adds basic i.MX8MM glue code for the Samsung DSIM PHY. > There are still a couple of items which need to be sorted out > in drivers/gpu/drm/bridge/samsung-dsim.c before this can even > be merged, specifically: > > - The dsi->out_bridge is

Re: [PATCH 3/3] [RFC] drm/exynos: Add basic i.MX8MM support code

2021-02-03 Thread Michael Tretter
On Mon, 05 Oct 2020 15:42:50 +0200, Marek Vasut wrote: > This adds basic i.MX8MM glue code for the Samsung DSIM PHY. > There are still a couple of items which need to be sorted out > in drivers/gpu/drm/bridge/samsung-dsim.c before this can even > be merged, specifically: > > - The dsi->out_bridge

[PATCH 3/3] [RFC] drm/exynos: Add basic i.MX8MM support code

2020-10-06 Thread Marek Vasut
This adds basic i.MX8MM glue code for the Samsung DSIM PHY. There are still a couple of items which need to be sorted out in drivers/gpu/drm/bridge/samsung-dsim.c before this can even be merged, specifically: - The dsi->out_bridge is not populated until samsung_dsim_host_attach() is called, howe