linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: enable CONFIG_PCIE_RCAR_HOST
@ 2020-05-14 22:10 Lad Prabhakar
  2020-05-15  7:22 ` Geert Uytterhoeven
  0 siblings, 1 reply; 3+ messages in thread
From: Lad Prabhakar @ 2020-05-14 22:10 UTC (permalink / raw)
  To: Geert Uytterhoeven, Catalin Marinas, Will Deacon
  Cc: linux-arm-kernel, linux-kernel, linux-renesas-soc, Prabhakar Lad,
	Lad Prabhakar

config option PCIE_RCAR internally selects PCIE_RCAR_HOST which builds the
same driver. So this patch renames CONFIG_PCIE_RCAR to
CONFIG_PCIE_RCAR_HOST so that PCIE_RCAR can be safely dropped from Kconfig
file.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
 arch/arm64/configs/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 5b674a0..ccc0836 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -193,7 +193,7 @@ CONFIG_HOTPLUG_PCI=y
 CONFIG_HOTPLUG_PCI_ACPI=y
 CONFIG_PCI_AARDVARK=y
 CONFIG_PCI_TEGRA=y
-CONFIG_PCIE_RCAR=y
+CONFIG_PCIE_RCAR_HOST=y
 CONFIG_PCI_HOST_GENERIC=y
 CONFIG_PCI_XGENE=y
 CONFIG_PCIE_ALTERA=y
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: defconfig: enable CONFIG_PCIE_RCAR_HOST
  2020-05-14 22:10 [PATCH] arm64: defconfig: enable CONFIG_PCIE_RCAR_HOST Lad Prabhakar
@ 2020-05-15  7:22 ` Geert Uytterhoeven
  2020-07-06 15:16   ` Lad, Prabhakar
  0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2020-05-15  7:22 UTC (permalink / raw)
  To: Lad Prabhakar
  Cc: Catalin Marinas, Will Deacon, Linux ARM,
	Linux Kernel Mailing List, Linux-Renesas, Prabhakar Lad

Hi Prabhakar,

On Fri, May 15, 2020 at 12:10 AM Lad Prabhakar
<prabhakar.mahadev-lad.rj@bp.renesas.com> wrote:
> config option PCIE_RCAR internally selects PCIE_RCAR_HOST which builds the
> same driver. So this patch renames CONFIG_PCIE_RCAR to
> CONFIG_PCIE_RCAR_HOST so that PCIE_RCAR can be safely dropped from Kconfig
> file.
>
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

I wrote before:

   "I can take patch 2/11 through renesas-devel.
    Probably it's best if I submit it to arm-soc as a fix for v5.8, after
    the driver part has been merged into v5.8-rc1."

so this will have to wait for v5.8-rc1.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: defconfig: enable CONFIG_PCIE_RCAR_HOST
  2020-05-15  7:22 ` Geert Uytterhoeven
@ 2020-07-06 15:16   ` Lad, Prabhakar
  0 siblings, 0 replies; 3+ messages in thread
From: Lad, Prabhakar @ 2020-07-06 15:16 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Lad Prabhakar, Catalin Marinas, Will Deacon, Linux ARM,
	Linux Kernel Mailing List, Linux-Renesas

Hi Geert,

On Fri, May 15, 2020 at 8:22 AM Geert Uytterhoeven <geert@linux-m68k.org> wrote:
>
> Hi Prabhakar,
>
> On Fri, May 15, 2020 at 12:10 AM Lad Prabhakar
> <prabhakar.mahadev-lad.rj@bp.renesas.com> wrote:
> > config option PCIE_RCAR internally selects PCIE_RCAR_HOST which builds the
> > same driver. So this patch renames CONFIG_PCIE_RCAR to
> > CONFIG_PCIE_RCAR_HOST so that PCIE_RCAR can be safely dropped from Kconfig
> > file.
> >
> > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> > Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
>
> I wrote before:
>
>    "I can take patch 2/11 through renesas-devel.
>     Probably it's best if I submit it to arm-soc as a fix for v5.8, after
>     the driver part has been merged into v5.8-rc1."
>
> so this will have to wait for v5.8-rc1.
>
Now that v5.8-rc1 is available can you please queue this patch.

Cheers,
--Prabhakar

> Gr{oetje,eeting}s,
>
>                         Geert
>
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
>
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
>                                 -- Linus Torvalds

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-06 15:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-14 22:10 [PATCH] arm64: defconfig: enable CONFIG_PCIE_RCAR_HOST Lad Prabhakar
2020-05-15  7:22 ` Geert Uytterhoeven
2020-07-06 15:16   ` Lad, Prabhakar

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).