All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>
To: Jagan Teki <jagan@amarulasolutions.com>,
	Shawn Guo <shawnguo@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Tomasz Figa <t.figa@samsung.com>, Fancy Fang <chen.fang@nxp.com>
Cc: "devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	"dri-devel@lists.freedesktop.org"
	<dri-devel@lists.freedesktop.org>,
	"linux-phy@lists.infradead.org" <linux-phy@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	dl-linux-imx <linux-imx@nxp.com>,
	"linux-amarula@amarulasolutions.com" 
	<linux-amarula@amarulasolutions.com>,
	Anthony Brandon <anthony@amarulasolutions.com>,
	Francis Laniel <francis.laniel@amarulasolutions.com>,
	Matteo Lisi <matteo.lisi@engicam.com>,
	Milco Pratesi <milco.pratesi@engicam.com>
Subject: RE: [RFC PATCH 0/9] arm64: imx8mm: Add MIPI DSI support
Date: Tue, 29 Jun 2021 07:10:04 +0000	[thread overview]
Message-ID: <DB6PR0402MB2760C13BBF36FF98E4F4635988029@DB6PR0402MB2760.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <20210621072424.111733-1-jagan@amarulasolutions.com>

Hi Jagan,

> Subject: [RFC PATCH 0/9] arm64: imx8mm: Add MIPI DSI support
> 
> This series support MIPI DSI on i.MX8MM.
> 
> It worked directly with existing mxsfb driver but the SEC DSIM timings has to
> be validate and tested through all platforms, ie reason I'm sending it as RFC.
> 
> Tested on Engicam i.Core MX8M Mini SoM.

Thanks for the work.

> 
> patch 1: dt-bindings for SEC MIPI DSIM
> 
> patch 2: SEC MIPI DSIM bridge driver
> 
> patch 3: dt-bindings for SEC DSIM DPHY
> 
> patch 4: SEC DSIM DPHY driver
> 
> patch 5: MIPI DPHY reset enable in blk-ctl
> 
> patch 6: display mix blk ctl node
> 
> patch 7: eLCDIF node
> 
> patch 8: MIPI DSI pipeline nodes
> 
> patch 9: Enable LVDS panel on EDIMM2.2
> 
> Note:
> - all these patches on top of Peng Fan's blk-ctl driver.

Would you please update to use V8 patchset?

And the dtb:
https://patchwork.kernel.org/project/linux-arm-kernel/
patch/20210604111005.6804-1-peng.fan@oss.nxp.com/

Thanks,
Peng.

> - anyone interest, please have a look on this repo
> 
> https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.
> com%2Fopenedev%2Flinux%2Fcommits%2Fimx8mm&amp;data=04%7C01%7
> Cpeng.fan%40nxp.com%7C8185c94655404000316208d93485a285%7C686ea
> 1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C637598570833578734%7CU
> nknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI
> 6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=HKAHBv4YM0G6mVV3bq
> oPOyNb2mQTH03YSBU8RnrJmlE%3D&amp;reserved=0
> 
> Any inputs?
> Jagan.
> 
> Jagan Teki (9):
>   dt-bindings: display: bridge: Add Samsung SEC MIPI DSIM bindings
>   drm: bridge: Add Samsung SEC MIPI DSIM bridge driver
>   dt-bindings: phy: Add SEC DSIM DPHY bindings
>   phy: samsung: Add SEC DSIM DPHY driver
>   soc: imx8mm: blk-ctl: Add MIPI DPHY reset enable
>   arm64: dts: imx8mm: Add display mix blk ctl
>   arm64: dts: imx8mm: Add eLCDIF node support
>   arm64: dts: imx8mm: Add MIPI DSI pipeline
>   arm64: dts: imx8mm-icore: Enable LVDS panel for EDIMM2.2
> 
>  .../display/bridge/samsung,sec-dsim.yaml      |  184 ++
>  .../bindings/phy/samsung,sec-dsim-dphy.yaml   |   56 +
>  .../freescale/imx8mm-icore-mx8mm-edimm2.2.dts |   90 +
>  arch/arm64/boot/dts/freescale/imx8mm.dtsi     |  104 ++
>  drivers/gpu/drm/bridge/Kconfig                |   15 +
>  drivers/gpu/drm/bridge/Makefile               |    1 +
>  drivers/gpu/drm/bridge/sec-dsim.c             | 1535
> +++++++++++++++++
>  drivers/phy/samsung/Kconfig                   |    9 +
>  drivers/phy/samsung/Makefile                  |    1 +
>  drivers/phy/samsung/phy-sec-dsim-dphy.c       |  236 +++
>  drivers/soc/imx/blk-ctl-imx8mm.c              |    4 +
>  include/dt-bindings/power/imx8mm-power.h      |    5 +-
>  12 files changed, 2238 insertions(+), 2 deletions(-)  create mode 100644
> Documentation/devicetree/bindings/display/bridge/samsung,sec-dsim.yaml
>  create mode 100644
> Documentation/devicetree/bindings/phy/samsung,sec-dsim-dphy.yaml
>  create mode 100644 drivers/gpu/drm/bridge/sec-dsim.c  create mode
> 100644 drivers/phy/samsung/phy-sec-dsim-dphy.c
> 
> --
> 2.25.1


WARNING: multiple messages have this Message-ID (diff)
From: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>
To: Jagan Teki <jagan@amarulasolutions.com>,
	Shawn Guo <shawnguo@kernel.org>,
	 Sascha Hauer <s.hauer@pengutronix.de>,
	Tomasz Figa <t.figa@samsung.com>, Fancy Fang <chen.fang@nxp.com>
Cc: "devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"dri-devel@lists.freedesktop.org"
	<dri-devel@lists.freedesktop.org>,
	"linux-phy@lists.infradead.org" <linux-phy@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	dl-linux-imx <linux-imx@nxp.com>,
	"linux-amarula@amarulasolutions.com"
	<linux-amarula@amarulasolutions.com>,
	Anthony Brandon <anthony@amarulasolutions.com>,
	Francis Laniel <francis.laniel@amarulasolutions.com>,
	Matteo Lisi <matteo.lisi@engicam.com>,
	 Milco Pratesi <milco.pratesi@engicam.com>
Subject: RE: [RFC PATCH 0/9] arm64: imx8mm: Add MIPI DSI support
Date: Tue, 29 Jun 2021 07:10:04 +0000	[thread overview]
Message-ID: <DB6PR0402MB2760C13BBF36FF98E4F4635988029@DB6PR0402MB2760.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <20210621072424.111733-1-jagan@amarulasolutions.com>

Hi Jagan,

> Subject: [RFC PATCH 0/9] arm64: imx8mm: Add MIPI DSI support
> 
> This series support MIPI DSI on i.MX8MM.
> 
> It worked directly with existing mxsfb driver but the SEC DSIM timings has to
> be validate and tested through all platforms, ie reason I'm sending it as RFC.
> 
> Tested on Engicam i.Core MX8M Mini SoM.

Thanks for the work.

> 
> patch 1: dt-bindings for SEC MIPI DSIM
> 
> patch 2: SEC MIPI DSIM bridge driver
> 
> patch 3: dt-bindings for SEC DSIM DPHY
> 
> patch 4: SEC DSIM DPHY driver
> 
> patch 5: MIPI DPHY reset enable in blk-ctl
> 
> patch 6: display mix blk ctl node
> 
> patch 7: eLCDIF node
> 
> patch 8: MIPI DSI pipeline nodes
> 
> patch 9: Enable LVDS panel on EDIMM2.2
> 
> Note:
> - all these patches on top of Peng Fan's blk-ctl driver.

Would you please update to use V8 patchset?

And the dtb:
https://patchwork.kernel.org/project/linux-arm-kernel/
patch/20210604111005.6804-1-peng.fan@oss.nxp.com/

Thanks,
Peng.

> - anyone interest, please have a look on this repo
> 
> https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.
> com%2Fopenedev%2Flinux%2Fcommits%2Fimx8mm&amp;data=04%7C01%7
> Cpeng.fan%40nxp.com%7C8185c94655404000316208d93485a285%7C686ea
> 1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C637598570833578734%7CU
> nknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI
> 6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=HKAHBv4YM0G6mVV3bq
> oPOyNb2mQTH03YSBU8RnrJmlE%3D&amp;reserved=0
> 
> Any inputs?
> Jagan.
> 
> Jagan Teki (9):
>   dt-bindings: display: bridge: Add Samsung SEC MIPI DSIM bindings
>   drm: bridge: Add Samsung SEC MIPI DSIM bridge driver
>   dt-bindings: phy: Add SEC DSIM DPHY bindings
>   phy: samsung: Add SEC DSIM DPHY driver
>   soc: imx8mm: blk-ctl: Add MIPI DPHY reset enable
>   arm64: dts: imx8mm: Add display mix blk ctl
>   arm64: dts: imx8mm: Add eLCDIF node support
>   arm64: dts: imx8mm: Add MIPI DSI pipeline
>   arm64: dts: imx8mm-icore: Enable LVDS panel for EDIMM2.2
> 
>  .../display/bridge/samsung,sec-dsim.yaml      |  184 ++
>  .../bindings/phy/samsung,sec-dsim-dphy.yaml   |   56 +
>  .../freescale/imx8mm-icore-mx8mm-edimm2.2.dts |   90 +
>  arch/arm64/boot/dts/freescale/imx8mm.dtsi     |  104 ++
>  drivers/gpu/drm/bridge/Kconfig                |   15 +
>  drivers/gpu/drm/bridge/Makefile               |    1 +
>  drivers/gpu/drm/bridge/sec-dsim.c             | 1535
> +++++++++++++++++
>  drivers/phy/samsung/Kconfig                   |    9 +
>  drivers/phy/samsung/Makefile                  |    1 +
>  drivers/phy/samsung/phy-sec-dsim-dphy.c       |  236 +++
>  drivers/soc/imx/blk-ctl-imx8mm.c              |    4 +
>  include/dt-bindings/power/imx8mm-power.h      |    5 +-
>  12 files changed, 2238 insertions(+), 2 deletions(-)  create mode 100644
> Documentation/devicetree/bindings/display/bridge/samsung,sec-dsim.yaml
>  create mode 100644
> Documentation/devicetree/bindings/phy/samsung,sec-dsim-dphy.yaml
>  create mode 100644 drivers/gpu/drm/bridge/sec-dsim.c  create mode
> 100644 drivers/phy/samsung/phy-sec-dsim-dphy.c
> 
> --
> 2.25.1


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

WARNING: multiple messages have this Message-ID (diff)
From: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>
To: Jagan Teki <jagan@amarulasolutions.com>,
	Shawn Guo <shawnguo@kernel.org>,
	 Sascha Hauer <s.hauer@pengutronix.de>,
	Tomasz Figa <t.figa@samsung.com>, Fancy Fang <chen.fang@nxp.com>
Cc: "devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	Francis Laniel <francis.laniel@amarulasolutions.com>,
	Matteo Lisi <matteo.lisi@engicam.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"dri-devel@lists.freedesktop.org"
	<dri-devel@lists.freedesktop.org>,
	dl-linux-imx <linux-imx@nxp.com>,
	Milco Pratesi <milco.pratesi@engicam.com>,
	Anthony Brandon <anthony@amarulasolutions.com>,
	"linux-phy@lists.infradead.org" <linux-phy@lists.infradead.org>,
	"linux-amarula@amarulasolutions.com"
	<linux-amarula@amarulasolutions.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: RE: [RFC PATCH 0/9] arm64: imx8mm: Add MIPI DSI support
Date: Tue, 29 Jun 2021 07:10:04 +0000	[thread overview]
Message-ID: <DB6PR0402MB2760C13BBF36FF98E4F4635988029@DB6PR0402MB2760.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <20210621072424.111733-1-jagan@amarulasolutions.com>

Hi Jagan,

> Subject: [RFC PATCH 0/9] arm64: imx8mm: Add MIPI DSI support
> 
> This series support MIPI DSI on i.MX8MM.
> 
> It worked directly with existing mxsfb driver but the SEC DSIM timings has to
> be validate and tested through all platforms, ie reason I'm sending it as RFC.
> 
> Tested on Engicam i.Core MX8M Mini SoM.

Thanks for the work.

> 
> patch 1: dt-bindings for SEC MIPI DSIM
> 
> patch 2: SEC MIPI DSIM bridge driver
> 
> patch 3: dt-bindings for SEC DSIM DPHY
> 
> patch 4: SEC DSIM DPHY driver
> 
> patch 5: MIPI DPHY reset enable in blk-ctl
> 
> patch 6: display mix blk ctl node
> 
> patch 7: eLCDIF node
> 
> patch 8: MIPI DSI pipeline nodes
> 
> patch 9: Enable LVDS panel on EDIMM2.2
> 
> Note:
> - all these patches on top of Peng Fan's blk-ctl driver.

Would you please update to use V8 patchset?

And the dtb:
https://patchwork.kernel.org/project/linux-arm-kernel/
patch/20210604111005.6804-1-peng.fan@oss.nxp.com/

Thanks,
Peng.

> - anyone interest, please have a look on this repo
> 
> https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.
> com%2Fopenedev%2Flinux%2Fcommits%2Fimx8mm&amp;data=04%7C01%7
> Cpeng.fan%40nxp.com%7C8185c94655404000316208d93485a285%7C686ea
> 1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C637598570833578734%7CU
> nknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI
> 6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=HKAHBv4YM0G6mVV3bq
> oPOyNb2mQTH03YSBU8RnrJmlE%3D&amp;reserved=0
> 
> Any inputs?
> Jagan.
> 
> Jagan Teki (9):
>   dt-bindings: display: bridge: Add Samsung SEC MIPI DSIM bindings
>   drm: bridge: Add Samsung SEC MIPI DSIM bridge driver
>   dt-bindings: phy: Add SEC DSIM DPHY bindings
>   phy: samsung: Add SEC DSIM DPHY driver
>   soc: imx8mm: blk-ctl: Add MIPI DPHY reset enable
>   arm64: dts: imx8mm: Add display mix blk ctl
>   arm64: dts: imx8mm: Add eLCDIF node support
>   arm64: dts: imx8mm: Add MIPI DSI pipeline
>   arm64: dts: imx8mm-icore: Enable LVDS panel for EDIMM2.2
> 
>  .../display/bridge/samsung,sec-dsim.yaml      |  184 ++
>  .../bindings/phy/samsung,sec-dsim-dphy.yaml   |   56 +
>  .../freescale/imx8mm-icore-mx8mm-edimm2.2.dts |   90 +
>  arch/arm64/boot/dts/freescale/imx8mm.dtsi     |  104 ++
>  drivers/gpu/drm/bridge/Kconfig                |   15 +
>  drivers/gpu/drm/bridge/Makefile               |    1 +
>  drivers/gpu/drm/bridge/sec-dsim.c             | 1535
> +++++++++++++++++
>  drivers/phy/samsung/Kconfig                   |    9 +
>  drivers/phy/samsung/Makefile                  |    1 +
>  drivers/phy/samsung/phy-sec-dsim-dphy.c       |  236 +++
>  drivers/soc/imx/blk-ctl-imx8mm.c              |    4 +
>  include/dt-bindings/power/imx8mm-power.h      |    5 +-
>  12 files changed, 2238 insertions(+), 2 deletions(-)  create mode 100644
> Documentation/devicetree/bindings/display/bridge/samsung,sec-dsim.yaml
>  create mode 100644
> Documentation/devicetree/bindings/phy/samsung,sec-dsim-dphy.yaml
>  create mode 100644 drivers/gpu/drm/bridge/sec-dsim.c  create mode
> 100644 drivers/phy/samsung/phy-sec-dsim-dphy.c
> 
> --
> 2.25.1


WARNING: multiple messages have this Message-ID (diff)
From: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>
To: Jagan Teki <jagan@amarulasolutions.com>,
	Shawn Guo <shawnguo@kernel.org>,
	 Sascha Hauer <s.hauer@pengutronix.de>,
	Tomasz Figa <t.figa@samsung.com>, Fancy Fang <chen.fang@nxp.com>
Cc: "devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"dri-devel@lists.freedesktop.org"
	<dri-devel@lists.freedesktop.org>,
	"linux-phy@lists.infradead.org" <linux-phy@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	dl-linux-imx <linux-imx@nxp.com>,
	"linux-amarula@amarulasolutions.com"
	<linux-amarula@amarulasolutions.com>,
	Anthony Brandon <anthony@amarulasolutions.com>,
	Francis Laniel <francis.laniel@amarulasolutions.com>,
	Matteo Lisi <matteo.lisi@engicam.com>,
	 Milco Pratesi <milco.pratesi@engicam.com>
Subject: RE: [RFC PATCH 0/9] arm64: imx8mm: Add MIPI DSI support
Date: Tue, 29 Jun 2021 07:10:04 +0000	[thread overview]
Message-ID: <DB6PR0402MB2760C13BBF36FF98E4F4635988029@DB6PR0402MB2760.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <20210621072424.111733-1-jagan@amarulasolutions.com>

Hi Jagan,

> Subject: [RFC PATCH 0/9] arm64: imx8mm: Add MIPI DSI support
> 
> This series support MIPI DSI on i.MX8MM.
> 
> It worked directly with existing mxsfb driver but the SEC DSIM timings has to
> be validate and tested through all platforms, ie reason I'm sending it as RFC.
> 
> Tested on Engicam i.Core MX8M Mini SoM.

Thanks for the work.

> 
> patch 1: dt-bindings for SEC MIPI DSIM
> 
> patch 2: SEC MIPI DSIM bridge driver
> 
> patch 3: dt-bindings for SEC DSIM DPHY
> 
> patch 4: SEC DSIM DPHY driver
> 
> patch 5: MIPI DPHY reset enable in blk-ctl
> 
> patch 6: display mix blk ctl node
> 
> patch 7: eLCDIF node
> 
> patch 8: MIPI DSI pipeline nodes
> 
> patch 9: Enable LVDS panel on EDIMM2.2
> 
> Note:
> - all these patches on top of Peng Fan's blk-ctl driver.

Would you please update to use V8 patchset?

And the dtb:
https://patchwork.kernel.org/project/linux-arm-kernel/
patch/20210604111005.6804-1-peng.fan@oss.nxp.com/

Thanks,
Peng.

> - anyone interest, please have a look on this repo
> 
> https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.
> com%2Fopenedev%2Flinux%2Fcommits%2Fimx8mm&amp;data=04%7C01%7
> Cpeng.fan%40nxp.com%7C8185c94655404000316208d93485a285%7C686ea
> 1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C637598570833578734%7CU
> nknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI
> 6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=HKAHBv4YM0G6mVV3bq
> oPOyNb2mQTH03YSBU8RnrJmlE%3D&amp;reserved=0
> 
> Any inputs?
> Jagan.
> 
> Jagan Teki (9):
>   dt-bindings: display: bridge: Add Samsung SEC MIPI DSIM bindings
>   drm: bridge: Add Samsung SEC MIPI DSIM bridge driver
>   dt-bindings: phy: Add SEC DSIM DPHY bindings
>   phy: samsung: Add SEC DSIM DPHY driver
>   soc: imx8mm: blk-ctl: Add MIPI DPHY reset enable
>   arm64: dts: imx8mm: Add display mix blk ctl
>   arm64: dts: imx8mm: Add eLCDIF node support
>   arm64: dts: imx8mm: Add MIPI DSI pipeline
>   arm64: dts: imx8mm-icore: Enable LVDS panel for EDIMM2.2
> 
>  .../display/bridge/samsung,sec-dsim.yaml      |  184 ++
>  .../bindings/phy/samsung,sec-dsim-dphy.yaml   |   56 +
>  .../freescale/imx8mm-icore-mx8mm-edimm2.2.dts |   90 +
>  arch/arm64/boot/dts/freescale/imx8mm.dtsi     |  104 ++
>  drivers/gpu/drm/bridge/Kconfig                |   15 +
>  drivers/gpu/drm/bridge/Makefile               |    1 +
>  drivers/gpu/drm/bridge/sec-dsim.c             | 1535
> +++++++++++++++++
>  drivers/phy/samsung/Kconfig                   |    9 +
>  drivers/phy/samsung/Makefile                  |    1 +
>  drivers/phy/samsung/phy-sec-dsim-dphy.c       |  236 +++
>  drivers/soc/imx/blk-ctl-imx8mm.c              |    4 +
>  include/dt-bindings/power/imx8mm-power.h      |    5 +-
>  12 files changed, 2238 insertions(+), 2 deletions(-)  create mode 100644
> Documentation/devicetree/bindings/display/bridge/samsung,sec-dsim.yaml
>  create mode 100644
> Documentation/devicetree/bindings/phy/samsung,sec-dsim-dphy.yaml
>  create mode 100644 drivers/gpu/drm/bridge/sec-dsim.c  create mode
> 100644 drivers/phy/samsung/phy-sec-dsim-dphy.c
> 
> --
> 2.25.1


-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

  parent reply	other threads:[~2021-06-29  7:10 UTC|newest]

Thread overview: 144+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-21  7:24 [RFC PATCH 0/9] arm64: imx8mm: Add MIPI DSI support Jagan Teki
2021-06-21  7:24 ` Jagan Teki
2021-06-21  7:24 ` Jagan Teki
2021-06-21  7:24 ` Jagan Teki
2021-06-21  7:24 ` [RFC PATCH 1/9] dt-bindings: display: bridge: Add Samsung SEC MIPI DSIM bindings Jagan Teki
2021-06-21  7:24   ` Jagan Teki
2021-06-21  7:24   ` Jagan Teki
2021-06-21  7:24   ` Jagan Teki
2021-06-21 17:40   ` Rob Herring
2021-06-21 17:40     ` Rob Herring
2021-06-21 17:40     ` Rob Herring
2021-06-21 17:40     ` Rob Herring
2021-06-21 17:55   ` Laurent Pinchart
2021-06-21 17:55     ` Laurent Pinchart
2021-06-21 17:55     ` Laurent Pinchart
2021-06-21 17:55     ` Laurent Pinchart
2021-06-23 15:44     ` Jagan Teki
2021-06-23 15:44       ` Jagan Teki
2021-06-23 15:44       ` Jagan Teki
2021-06-23 15:44       ` Jagan Teki
2021-06-21  7:24 ` [RFC PATCH 2/9] drm: bridge: Add Samsung SEC MIPI DSIM bridge driver Jagan Teki
2021-06-21  7:24   ` Jagan Teki
2021-06-21  7:24   ` Jagan Teki
2021-06-21  7:24   ` Jagan Teki
2021-06-23 22:22   ` Laurent Pinchart
2021-06-23 22:22     ` Laurent Pinchart
2021-06-23 22:22     ` Laurent Pinchart
2021-06-23 22:22     ` Laurent Pinchart
2021-06-24  2:48     ` Fabio Estevam
2021-06-24  2:48       ` Fabio Estevam
2021-06-24  2:48       ` Fabio Estevam
2021-06-24  2:48       ` Fabio Estevam
2021-06-24  8:30       ` Krzysztof Kozlowski
2021-06-24  8:30         ` Krzysztof Kozlowski
2021-06-24  8:30         ` Krzysztof Kozlowski
2021-06-24  8:30         ` Krzysztof Kozlowski
2021-06-28  8:19         ` Frieder Schrempf
2021-06-28  8:19           ` Frieder Schrempf
2021-06-28  8:19           ` Frieder Schrempf
2021-06-28  8:19           ` Frieder Schrempf
2021-06-30 10:21           ` Jagan Teki
2021-06-30 10:21             ` Jagan Teki
2021-06-30 10:21             ` Jagan Teki
2021-06-30 10:21             ` Jagan Teki
2021-06-24 12:12       ` Jagan Teki
2021-06-24 12:12         ` Jagan Teki
2021-06-24 12:12         ` Jagan Teki
2021-06-24 12:12         ` Jagan Teki
2021-06-24 12:17         ` Laurent Pinchart
2021-06-24 12:17           ` Laurent Pinchart
2021-06-24 12:17           ` Laurent Pinchart
2021-06-24 12:17           ` Laurent Pinchart
2021-06-24 12:32           ` Jagan Teki
2021-06-24 12:32             ` Jagan Teki
2021-06-24 12:32             ` Jagan Teki
2021-06-24 12:32             ` Jagan Teki
2021-06-24 12:46             ` Fabio Estevam
2021-06-24 12:46               ` Fabio Estevam
2021-06-24 12:46               ` Fabio Estevam
2021-06-24 12:46               ` Fabio Estevam
2021-06-24 12:46             ` Laurent Pinchart
2021-06-24 12:46               ` Laurent Pinchart
2021-06-24 12:46               ` Laurent Pinchart
2021-06-24 12:46               ` Laurent Pinchart
2021-06-25  8:19               ` Jagan Teki
2021-06-25  8:19                 ` Jagan Teki
2021-06-25  8:19                 ` Jagan Teki
2021-06-25  8:19                 ` Jagan Teki
2021-06-25  9:21           ` Krzysztof Kozlowski
2021-06-25  9:21             ` Krzysztof Kozlowski
2021-06-25  9:21             ` Krzysztof Kozlowski
2021-06-25  9:21             ` Krzysztof Kozlowski
2021-06-25 10:08             ` Jagan Teki
2021-06-25 10:08               ` Jagan Teki
2021-06-25 10:08               ` Jagan Teki
2021-06-25 10:08               ` Jagan Teki
2021-06-25 10:27               ` Krzysztof Kozlowski
2021-06-25 10:27                 ` Krzysztof Kozlowski
2021-06-25 10:27                 ` Krzysztof Kozlowski
2021-06-25 10:27                 ` Krzysztof Kozlowski
2021-06-24 12:11     ` Jagan Teki
2021-06-24 12:11       ` Jagan Teki
2021-06-24 12:11       ` Jagan Teki
2021-06-24 12:11       ` Jagan Teki
2021-06-21  7:24 ` [RFC PATCH 3/9] dt-bindings: phy: Add SEC DSIM DPHY bindings Jagan Teki
2021-06-21  7:24   ` Jagan Teki
2021-06-21  7:24   ` Jagan Teki
2021-06-21  7:24   ` Jagan Teki
2021-06-21 17:40   ` Rob Herring
2021-06-21 17:40     ` Rob Herring
2021-06-21 17:40     ` Rob Herring
2021-06-21 17:40     ` Rob Herring
2021-06-22 16:56   ` Rob Herring
2021-06-22 16:56     ` Rob Herring
2021-06-22 16:56     ` Rob Herring
2021-06-22 16:56     ` Rob Herring
2021-06-21  7:24 ` [RFC PATCH 4/9] phy: samsung: Add SEC DSIM DPHY driver Jagan Teki
2021-06-21  7:24   ` Jagan Teki
2021-06-21  7:24   ` Jagan Teki
2021-06-21  7:24   ` Jagan Teki
2021-06-24  8:45   ` Krzysztof Kozlowski
2021-06-24  8:45     ` Krzysztof Kozlowski
2021-06-24  8:45     ` Krzysztof Kozlowski
2021-06-24  8:45     ` Krzysztof Kozlowski
2021-06-21  7:24 ` [RFC PATCH 5/9] soc: imx8mm: blk-ctl: Add MIPI DPHY reset enable Jagan Teki
2021-06-21  7:24   ` Jagan Teki
2021-06-21  7:24   ` Jagan Teki
2021-06-21  7:24   ` Jagan Teki
2021-06-21  7:24 ` [RFC PATCH 6/9] arm64: dts: imx8mm: Add display mix blk ctl Jagan Teki
2021-06-21  7:24   ` Jagan Teki
2021-06-21  7:24   ` Jagan Teki
2021-06-21  7:24   ` Jagan Teki
2021-06-21  7:24 ` [RFC PATCH 7/9] arm64: dts: imx8mm: Add eLCDIF node support Jagan Teki
2021-06-21  7:24   ` Jagan Teki
2021-06-21  7:24   ` Jagan Teki
2021-06-21  7:24   ` Jagan Teki
2021-06-22  3:09   ` Adam Ford
2021-06-22  3:09     ` Adam Ford
2021-06-22  3:09     ` Adam Ford
2021-06-22  3:09     ` Adam Ford
2021-06-22 13:59     ` Jagan Teki
2021-06-22 13:59       ` Jagan Teki
2021-06-22 13:59       ` Jagan Teki
2021-06-22 13:59       ` Jagan Teki
2021-06-21  7:24 ` [RFC PATCH 8/9] arm64: dts: imx8mm: Add MIPI DSI pipeline Jagan Teki
2021-06-21  7:24   ` Jagan Teki
2021-06-21  7:24   ` Jagan Teki
2021-06-21  7:24   ` Jagan Teki
2021-06-22  3:02   ` Adam Ford
2021-06-22  3:02     ` Adam Ford
2021-06-22  3:02     ` Adam Ford
2021-06-22  3:02     ` Adam Ford
2021-06-21  7:24 ` [RFC PATCH 9/9] arm64: dts: imx8mm-icore: Enable LVDS panel for EDIMM2.2 Jagan Teki
2021-06-21  7:24   ` Jagan Teki
2021-06-21  7:24   ` Jagan Teki
2021-06-21  7:24   ` Jagan Teki
2021-06-29  7:10 ` Peng Fan (OSS) [this message]
2021-06-29  7:10   ` [RFC PATCH 0/9] arm64: imx8mm: Add MIPI DSI support Peng Fan (OSS)
2021-06-29  7:10   ` Peng Fan (OSS)
2021-06-29  7:10   ` Peng Fan (OSS)
2021-06-30 12:24   ` Jagan Teki
2021-06-30 12:24     ` Jagan Teki
2021-06-30 12:24     ` Jagan Teki
2021-06-30 12:24     ` 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=DB6PR0402MB2760C13BBF36FF98E4F4635988029@DB6PR0402MB2760.eurprd04.prod.outlook.com \
    --to=peng.fan@oss.nxp.com \
    --cc=anthony@amarulasolutions.com \
    --cc=chen.fang@nxp.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=francis.laniel@amarulasolutions.com \
    --cc=jagan@amarulasolutions.com \
    --cc=linux-amarula@amarulasolutions.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-phy@lists.infradead.org \
    --cc=matteo.lisi@engicam.com \
    --cc=milco.pratesi@engicam.com \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=t.figa@samsung.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.