linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Tim Harvey <tharvey@gateworks.com>
To: Jagan Teki <jagan@amarulasolutions.com>, Marek Vasut <marex@denx.de>
Cc: Adam Ford <aford173@gmail.com>,
	Fabio Estevam <festevam@gmail.com>,
	 Lucas Stach <l.stach@pengutronix.de>,
	Peng Fan <peng.fan@nxp.com>,  Shawn Guo <shawnguo@kernel.org>,
	Frieder Schrempf <frieder.schrempf@kontron.de>,
	NXP Linux Team <linux-imx@nxp.com>,
	 Linux ARM Mailing List <linux-arm-kernel@lists.infradead.org>,
	 DRI mailing list <dri-devel@lists.freedesktop.org>,
	 linux-amarula <linux-amarula@amarulasolutions.com>,
	Matteo Lisi <matteo.lisi@engicam.com>,
	 Michael Tretter <m.tretter@pengutronix.de>
Subject: Re: [RFC PATCH v2 0/3] arm64: imx8mm: Add MIPI DSI support
Date: Thu, 11 Nov 2021 16:10:29 -0800	[thread overview]
Message-ID: <CAJ+vNU2P3rosfJVEDsU4xZWCn40w-yEGrsZiD7YcJ0Z-snH6kA@mail.gmail.com> (raw)
In-Reply-To: <20211111101456.584061-1-jagan@amarulasolutions.com>

On Thu, Nov 11, 2021 at 2:15 AM Jagan Teki <jagan@amarulasolutions.com> wrote:
>
> This series support MIPI DSI on i.MX8MM.
>
> The DSIM bridge still need to work to make it compatible for
> exynos drm dsi hardware block.
>
> This series work directly on to of linux-next with recent
> dispmix-blk-ctrl changes.
>

Jagan,

Thanks - I was able to get this series working using the set of
exynos/drm patches from Michael submitted back in 2020-09-11:
https://patchwork.kernel.org/project/dri-devel/list/?series=347439&archive=both&state=*

> Tested on i.Core MX8M Mini SoM with EDIMM2.2 and CTOUCH2
> Carrier boards.
>
> Required changes:
> 1. DSIM driver
> https://patchwork.kernel.org/project/linux-arm-kernel/cover/20210704090230.26489-1-jagan@amarulasolutions.com/

This exynos/drm RFC series you posted back in July was where I
recalled the discussion about if the exynos driver could be split up
vs duplicating parts of it in a separate driver.

There were also some comments about this series. Can you address those
comments, rebase and resend?

I have not been able to get my hardware to work with this series yet
and am still debugging that (currently crashing in
samsung_dsim_host_attach)

> 2. DPHY change
> https://www.spinics.net/lists/devicetree/msg381691.html

This was originally from Marek submitted on Oct 3 2020: [PATCH] phy:
exynos-mipi-video: Add support for NXP i.MX8MM

This one seems to have been acked but never got picked up for some reason.

Marek, can you add the tags and re-submit?

> 3. Bus format fix
> https://github.com/openedev/linux/commit/6ca9781ed53ea75e26341dd57250e63794638b20
>

Jagan, can you submit this?

Best regards,

Tim


> Complete repo:
> https://github.com/openedev/linux/commits/111021-imx8mm-dsim
>
> Any inputs?
> Jagan.
>
> Jagan Teki (3):
>   arm64: dts: imx8mm: Add eLCDIF node support
>   arm64: dts: imx8mm: Add MIPI DSI pipeline
>   arm64: dts: imx8mm-icore: Enable LVDS panel for EDIMM2.2
>
>  .../freescale/imx8mm-icore-mx8mm-edimm2.2.dts | 85 +++++++++++++++++++
>  arch/arm64/boot/dts/freescale/imx8mm.dtsi     | 74 ++++++++++++++++
>  2 files changed, 159 insertions(+)
>
> --
> 2.25.1
>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2021-11-12  0:12 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-11 10:14 [RFC PATCH v2 0/3] arm64: imx8mm: Add MIPI DSI support Jagan Teki
2021-11-11 10:14 ` [RFC PATCH v2 1/3] arm64: dts: imx8mm: Add eLCDIF node support Jagan Teki
2021-11-12  0:38   ` Tim Harvey
2021-11-11 10:14 ` [RFC PATCH v2 2/3] arm64: dts: imx8mm: Add MIPI DSI pipeline Jagan Teki
2021-11-11 10:21   ` Marek Vasut
2021-11-11 16:31     ` Jagan Teki
2021-11-12  0:36   ` Tim Harvey
2021-11-11 10:14 ` [RFC PATCH v2 3/3] arm64: dts: imx8mm-icore: Enable LVDS panel for EDIMM2.2 Jagan Teki
2021-11-12  0:10 ` Tim Harvey [this message]
2021-11-12  6:47   ` [RFC PATCH v2 0/3] arm64: imx8mm: Add MIPI DSI support Jagan Teki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJ+vNU2P3rosfJVEDsU4xZWCn40w-yEGrsZiD7YcJ0Z-snH6kA@mail.gmail.com \
    --to=tharvey@gateworks.com \
    --cc=aford173@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=festevam@gmail.com \
    --cc=frieder.schrempf@kontron.de \
    --cc=jagan@amarulasolutions.com \
    --cc=l.stach@pengutronix.de \
    --cc=linux-amarula@amarulasolutions.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=m.tretter@pengutronix.de \
    --cc=marex@denx.de \
    --cc=matteo.lisi@engicam.com \
    --cc=peng.fan@nxp.com \
    --cc=shawnguo@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).