public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: Sumit Garg <sumit.garg@linaro.org>
Cc: u-boot@lists.denx.de, marcel.ziswiler@toradex.com,
	trini@konsulko.com, lukma@denx.de, seanga2@gmail.com,
	jh80.chung@samsung.com, festevam@denx.de,
	andrejs.cainikovs@toradex.com, sjg@chromium.org,
	peng.fan@nxp.com, aford173@gmail.com,
	ilias.apalodimas@linaro.org, sahaj.sarup@linaro.org,
	fathi.boudra@linaro.org, remi.duraffort@linaro.org,
	daniel.thompson@linaro.org
Subject: Re: [PATCH 5/7] phy: phy-imx8m-pcie: Add support for i.MX8M{M/P} PCIe PHY
Date: Wed, 21 Feb 2024 10:42:54 +0100	[thread overview]
Message-ID: <40d01eff-6efc-48ac-910d-ee057f081bfa@denx.de> (raw)
In-Reply-To: <CAFA6WYMQtHysuS1nor_kZnq4xy3tk7Q=RezWdCfOVdBq0ee-iQ@mail.gmail.com>

On 2/21/24 07:17, Sumit Garg wrote:
> On Tue, 20 Feb 2024 at 21:02, Marek Vasut <marex@denx.de> wrote:
>>
>> On 2/20/24 14:10, Sumit Garg wrote:
>>> Add initial support for i.MX8M{M/P} PCIe PHY. On i.MX8M{M/P} SoCs PCIe
>>> PHY initialization moved to this standalone PHY driver.
>>>
>>> Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
>>
>> Is this based on Linux ? If so, include Linux commit ID from which the
>> code was imported.
> 
> Yeah it is derived from the corresponding Linux driver (see header for
> phy-imx8m-pcie.c file). I can add the corresponding Linux version
> (v6.8-rc3) in the commit message.

Please do, this is useful for further synchronizations with Linux.
I can imagine MX9x support will be one such synchronization.

  reply	other threads:[~2024-02-21 10:47 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-20 13:10 [PATCH 0/7] imx8mp: Enable PCIe/NVMe support Sumit Garg
2024-02-20 13:10 ` [PATCH 1/7] clk: imx8mp: Add support for PCIe clocks Sumit Garg
2024-02-20 13:10 ` [PATCH 2/7] reset: imx: Add support for i.MX8MP reset controller Sumit Garg
2024-02-20 15:12   ` Marek Vasut
2024-02-21  5:40     ` Sumit Garg
2024-02-21  9:28       ` Marek Vasut
2024-02-20 13:10 ` [PATCH 3/7] imx8mp: power-domain: Add PCIe support Sumit Garg
2024-02-20 15:14   ` Marek Vasut
2024-02-21  6:01     ` Sumit Garg
2024-02-21  9:32       ` Marek Vasut
2024-02-20 13:10 ` [PATCH 4/7] imx8mp: power-domain: Expose high performance PLL clock Sumit Garg
2024-02-20 15:16   ` Marek Vasut
2024-02-21  6:14     ` Sumit Garg
2024-02-21  9:37       ` Marek Vasut
2024-02-20 13:10 ` [PATCH 5/7] phy: phy-imx8m-pcie: Add support for i.MX8M{M/P} PCIe PHY Sumit Garg
2024-02-20 15:17   ` Marek Vasut
2024-02-21  6:17     ` Sumit Garg
2024-02-21  9:42       ` Marek Vasut [this message]
2024-02-20 13:10 ` [PATCH 6/7] pci: Add DW PCIe controller support for iMX8MP SoC Sumit Garg
2024-02-20 15:22   ` Marek Vasut
2024-02-21  6:25     ` Sumit Garg
2024-02-21  9:44       ` Marek Vasut
2024-02-20 13:10 ` [PATCH 7/7] verdin-imx8mp_defconfig: Enable PCIe/NVMe support Sumit Garg
2024-02-20 15:22   ` Marek Vasut
2024-02-21  6:27     ` Sumit Garg
2024-02-23  7:52       ` Francesco Dolcini
2024-02-20 16:04   ` Fabio Estevam
2024-02-21  6:29     ` Sumit Garg
2024-02-21  7:55   ` Francesco Dolcini
2024-02-21  9:18     ` Marcel Ziswiler
2024-02-21  9:36       ` Fathi Boudra
2024-02-21 10:04         ` Sumit Garg
2024-02-21  9:41       ` Marek Vasut
2024-02-21 12:12         ` Sumit Garg
2024-02-21 12:27           ` Marek Vasut
2024-02-21 13:15             ` Adam Ford
2024-02-21 13:22               ` Marek Vasut
2024-02-21 14:31       ` Francesco Dolcini
2024-02-22 12:47         ` Marcel Ziswiler
2024-02-21  9:39     ` Marek Vasut
2024-02-21 12:14       ` Sumit Garg
2024-02-20 15:04 ` [PATCH 0/7] imx8mp: " Marek Vasut
2024-02-21  5:25   ` Sumit Garg
2024-02-21  9:42     ` Marek Vasut

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=40d01eff-6efc-48ac-910d-ee057f081bfa@denx.de \
    --to=marex@denx.de \
    --cc=aford173@gmail.com \
    --cc=andrejs.cainikovs@toradex.com \
    --cc=daniel.thompson@linaro.org \
    --cc=fathi.boudra@linaro.org \
    --cc=festevam@denx.de \
    --cc=ilias.apalodimas@linaro.org \
    --cc=jh80.chung@samsung.com \
    --cc=lukma@denx.de \
    --cc=marcel.ziswiler@toradex.com \
    --cc=peng.fan@nxp.com \
    --cc=remi.duraffort@linaro.org \
    --cc=sahaj.sarup@linaro.org \
    --cc=seanga2@gmail.com \
    --cc=sjg@chromium.org \
    --cc=sumit.garg@linaro.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /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