All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luca Ceresoli <luca.ceresoli@bootlin.com>
To: Adam Ford <aford173@gmail.com>
Cc: dri-devel@lists.freedesktop.org,
	Kishon Vijay Abraham I <kishon@kernel.org>,
	devicetree@vger.kernel.org, Conor Dooley <conor+dt@kernel.org>,
	Fabio Estevam <festevam@gmail.com>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Shawn Guo <shawnguo@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	linux-kernel@vger.kernel.org, Vinod Koul <vkoul@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	NXP Linux Team <linux-imx@nxp.com>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	linux-phy@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH V2 2/2] phy: freescale: add Samsung HDMI PHY
Date: Fri, 2 Feb 2024 12:20:36 +0100	[thread overview]
Message-ID: <20240202122036.7aa66d9d@booty> (raw)
In-Reply-To: <20240106221907.325127-2-aford173@gmail.com>

Hello Adam,

On Sat,  6 Jan 2024 16:19:05 -0600
Adam Ford <aford173@gmail.com> wrote:

> From: Lucas Stach <l.stach@pengutronix.de>
> 
> This adds the driver for the Samsung HDMI PHY found on the
> i.MX8MP SoC.
> 
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> Signed-off-by: Adam Ford <aford173@gmail.com>

I had already tested the v2 from Lucas, however I also tested this
version which works as well, on v6.8-rc1, custom hardware based on the
Avnet i.MX8MP SMARC SoM.

Tested-by: Luca Ceresoli <luca.ceresoli@bootlin.com>

Generally speaking, as there are several small patch series around which
together implement HDMI on iMX8MP and similar, I think it would be much
easier fore reviewing and testing if they were grouped into a unique
series.

Luca

-- 
Luca Ceresoli, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

WARNING: multiple messages have this Message-ID (diff)
From: Luca Ceresoli <luca.ceresoli@bootlin.com>
To: Adam Ford <aford173@gmail.com>
Cc: dri-devel@lists.freedesktop.org,
	Kishon Vijay Abraham I <kishon@kernel.org>,
	devicetree@vger.kernel.org, Conor Dooley <conor+dt@kernel.org>,
	Fabio Estevam <festevam@gmail.com>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Shawn Guo <shawnguo@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	linux-kernel@vger.kernel.org, Vinod Koul <vkoul@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	NXP Linux Team <linux-imx@nxp.com>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	linux-phy@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH V2 2/2] phy: freescale: add Samsung HDMI PHY
Date: Fri, 2 Feb 2024 12:20:36 +0100	[thread overview]
Message-ID: <20240202122036.7aa66d9d@booty> (raw)
In-Reply-To: <20240106221907.325127-2-aford173@gmail.com>

Hello Adam,

On Sat,  6 Jan 2024 16:19:05 -0600
Adam Ford <aford173@gmail.com> wrote:

> From: Lucas Stach <l.stach@pengutronix.de>
> 
> This adds the driver for the Samsung HDMI PHY found on the
> i.MX8MP SoC.
> 
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> Signed-off-by: Adam Ford <aford173@gmail.com>

I had already tested the v2 from Lucas, however I also tested this
version which works as well, on v6.8-rc1, custom hardware based on the
Avnet i.MX8MP SMARC SoM.

Tested-by: Luca Ceresoli <luca.ceresoli@bootlin.com>

Generally speaking, as there are several small patch series around which
together implement HDMI on iMX8MP and similar, I think it would be much
easier fore reviewing and testing if they were grouped into a unique
series.

Luca

-- 
Luca Ceresoli, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

_______________________________________________
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: Luca Ceresoli <luca.ceresoli@bootlin.com>
To: Adam Ford <aford173@gmail.com>
Cc: dri-devel@lists.freedesktop.org,
	Kishon Vijay Abraham I <kishon@kernel.org>,
	devicetree@vger.kernel.org, Conor Dooley <conor+dt@kernel.org>,
	Fabio Estevam <festevam@gmail.com>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Shawn Guo <shawnguo@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	linux-kernel@vger.kernel.org, Vinod Koul <vkoul@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	NXP Linux Team <linux-imx@nxp.com>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	linux-phy@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH V2 2/2] phy: freescale: add Samsung HDMI PHY
Date: Fri, 2 Feb 2024 12:20:36 +0100	[thread overview]
Message-ID: <20240202122036.7aa66d9d@booty> (raw)
In-Reply-To: <20240106221907.325127-2-aford173@gmail.com>

Hello Adam,

On Sat,  6 Jan 2024 16:19:05 -0600
Adam Ford <aford173@gmail.com> wrote:

> From: Lucas Stach <l.stach@pengutronix.de>
> 
> This adds the driver for the Samsung HDMI PHY found on the
> i.MX8MP SoC.
> 
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> Signed-off-by: Adam Ford <aford173@gmail.com>

I had already tested the v2 from Lucas, however I also tested this
version which works as well, on v6.8-rc1, custom hardware based on the
Avnet i.MX8MP SMARC SoM.

Tested-by: Luca Ceresoli <luca.ceresoli@bootlin.com>

Generally speaking, as there are several small patch series around which
together implement HDMI on iMX8MP and similar, I think it would be much
easier fore reviewing and testing if they were grouped into a unique
series.

Luca

-- 
Luca Ceresoli, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

  parent reply	other threads:[~2024-02-02 11:20 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-06 22:19 [PATCH V2 1/2] dt-bindings: phy: add binding for the i.MX8MP HDMI PHY Adam Ford
2024-01-06 22:19 ` Adam Ford
2024-01-06 22:19 ` Adam Ford
2024-01-06 22:19 ` Adam Ford
2024-01-06 22:19 ` [PATCH V2 2/2] phy: freescale: add Samsung " Adam Ford
2024-01-06 22:19   ` Adam Ford
2024-01-06 22:19   ` Adam Ford
2024-01-06 22:19   ` Adam Ford
2024-01-08 15:03   ` Alexander Stein
2024-01-08 15:03     ` Alexander Stein
2024-01-08 15:03     ` Alexander Stein
2024-01-08 15:03     ` Alexander Stein
2024-01-27  2:56     ` Adam Ford
2024-01-27  2:56       ` Adam Ford
2024-01-27  2:56       ` Adam Ford
2024-01-27  2:56       ` Adam Ford
2024-01-11  7:48   ` [PATCH V2 1/2] dt-bindings: phy: add binding for the i.MX8MP " Benjamin Bara
2024-01-11  7:48     ` Benjamin Bara
2024-01-11  7:48     ` Benjamin Bara
2024-01-11  7:48     ` Benjamin Bara
2024-01-30 17:00   ` [PATCH V2 2/2] phy: freescale: add Samsung " Vinod Koul
2024-01-30 17:00     ` Vinod Koul
2024-01-30 17:00     ` Vinod Koul
2024-01-30 17:00     ` Vinod Koul
2024-01-31  2:44     ` Adam Ford
2024-01-31  2:44       ` Adam Ford
2024-01-31  2:44       ` Adam Ford
2024-01-31  2:44       ` Adam Ford
2024-02-02 11:20   ` Luca Ceresoli [this message]
2024-02-02 11:20     ` Luca Ceresoli
2024-02-02 11:20     ` Luca Ceresoli
2024-02-02 13:15     ` Adam Ford
2024-02-02 13:15       ` Adam Ford
2024-02-02 13:15       ` Adam Ford
2024-01-07 10:54 ` [PATCH V2 1/2] dt-bindings: phy: add binding for the i.MX8MP " Krzysztof Kozlowski
2024-01-07 10:54   ` Krzysztof Kozlowski
2024-01-07 10:54   ` Krzysztof Kozlowski
2024-01-07 10:54   ` Krzysztof Kozlowski
  -- strict thread matches above, loose matches on Subject: below --
2022-12-15 20:10 [PATCH v2 " Lucas Stach
2022-12-15 20:11 ` [PATCH v2 2/2] phy: freescale: add Samsung " Lucas Stach
2022-12-15 20:11   ` Lucas Stach
2022-12-16  9:15   ` Marco Felsch
2022-12-16  9:15     ` Marco Felsch
2023-01-13 17:54   ` Vinod Koul
2023-01-13 17:54     ` Vinod Koul
2023-09-05 10:23     ` Lucas Stach
2023-09-05 10:23       ` Lucas Stach
2023-09-07 21:27       ` Vinod Koul
2023-09-07 21:27         ` Vinod Koul
2023-03-03 17:11   ` Luca Ceresoli
2023-03-03 17:11     ` Luca Ceresoli
2023-03-07 13:00   ` Richard Leitner
2023-03-07 13:00     ` Richard Leitner
2023-07-25  7:34   ` Frieder Schrempf
2023-07-25  7:34     ` Frieder Schrempf

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=20240202122036.7aa66d9d@booty \
    --to=luca.ceresoli@bootlin.com \
    --cc=aford173@gmail.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=kishon@kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --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=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=vkoul@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 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.