public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Francesco Dolcini <francesco@dolcini.it>
To: Sumit Garg <sumit.garg@linaro.org>
Cc: Marek Vasut <marex@denx.de>,
	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, Fabio Estevam <festevam@gmail.com>
Subject: Re: [PATCH 7/7] verdin-imx8mp_defconfig: Enable PCIe/NVMe support
Date: Fri, 23 Feb 2024 08:52:02 +0100	[thread overview]
Message-ID: <20240223075202.GA3700@francesco-nb> (raw)
In-Reply-To: <CAFA6WYNOb0HyTC3gC1FE+=A=foV4OdjXvRM25U_n5WO53rkV6Q@mail.gmail.com> <CAFA6WYNeenqPXtpbOi0ps8e6xfieq9U=XovqqCY1m+CYCNbDsw@mail.gmail.com>

On Wed, Feb 21, 2024 at 11:57:51AM +0530, 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:
> > > Also, enable reset driver which is a prerequisite for PCIe support.
> > Commit message needs to be fixed.
> 
> Let me reiterate the header here too.
> 
>     Enable PCIe/NVMe support. Also, enable the reset driver which
>     is a prerequisite for PCIe support.

With the commit message improved ..

On Wed, Feb 21, 2024 at 11:59:10AM +0530, Sumit Garg wrote:
> On Tue, 20 Feb 2024 at 21:34, Fabio Estevam <festevam@gmail.com> wrote:
> > On Tue, Feb 20, 2024 at 10:51 AM Sumit Garg <sumit.garg@linaro.org> wrote:
> > > diff --git a/configs/verdin-imx8mp_defconfig b/configs/verdin-imx8mp_defconfig
> > > index 22b8a334dfa..d8bd644322b 100644
> > > --- a/configs/verdin-imx8mp_defconfig
> > > +++ b/configs/verdin-imx8mp_defconfig
> > > @@ -185,3 +185,12 @@ CONFIG_USB_GADGET_VENDOR_NUM=0x1b67
> > >  CONFIG_USB_GADGET_PRODUCT_NUM=0x4000
> > >  CONFIG_IMX_WATCHDOG=y
> > >  CONFIG_HEXDUMP=y
> > > +CONFIG_DM_RESET=y
> > > +CONFIG_RESET_IMX=y
> > > +CONFIG_PCI=y
> > > +CONFIG_PCIE_DW_IMX8=y
> > > +CONFIG_PHY_IMX8M_PCIE=y
> > > +CONFIG_CMD_PCI=y
> > > +CONFIG_NVME=y
> > > +CONFIG_NVME_PCI=y
> > > +CONFIG_CMD_NVME=y
> >
> > Please don't group all these new config options at the end of the file.
> That sounds better, I will do that for v2.

... and this change, feel free to add in v2

Acked-by: Francesco Dolcini <francesco.dolcini@toradex.com>

Francesco


  reply	other threads:[~2024-02-23  7:52 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
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 [this message]
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=20240223075202.GA3700@francesco-nb \
    --to=francesco@dolcini.it \
    --cc=aford173@gmail.com \
    --cc=andrejs.cainikovs@toradex.com \
    --cc=daniel.thompson@linaro.org \
    --cc=fathi.boudra@linaro.org \
    --cc=festevam@denx.de \
    --cc=festevam@gmail.com \
    --cc=ilias.apalodimas@linaro.org \
    --cc=jh80.chung@samsung.com \
    --cc=lukma@denx.de \
    --cc=marcel.ziswiler@toradex.com \
    --cc=marex@denx.de \
    --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