linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH LOCAL 0/2] renesas_defconfig enable PCIe configs
@ 2020-08-26 10:03 Lad Prabhakar
  2020-08-26 10:03 ` [PATCH LOCAL 1/2] arm64: renesas: defconfig: Enable CONFIG_PCIE_RCAR_HOST Lad Prabhakar
  2020-08-26 10:03 ` [PATCH LOCAL 2/2] arm64: renesas: defconfig: Enable R-Car PCIe endpoint driver Lad Prabhakar
  0 siblings, 2 replies; 6+ messages in thread
From: Lad Prabhakar @ 2020-08-26 10:03 UTC (permalink / raw)
  To: Geert Uytterhoeven, Magnus Damm, linux-renesas-soc
  Cc: Prabhakar, Lad Prabhakar

Hi Geert,

This patch series enables PCIe host and endpoint configurations
in renesas_defconfig.

Cheers,
Prabhakar

Lad Prabhakar (2):
  arm64: renesas: defconfig: Enable CONFIG_PCIE_RCAR_HOST
  arm64: renesas: defconfig: Enable R-Car PCIe endpoint driver

 arch/arm64/configs/renesas_defconfig | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

-- 
2.17.1


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

* [PATCH LOCAL 1/2] arm64: renesas: defconfig: Enable CONFIG_PCIE_RCAR_HOST
  2020-08-26 10:03 [PATCH LOCAL 0/2] renesas_defconfig enable PCIe configs Lad Prabhakar
@ 2020-08-26 10:03 ` Lad Prabhakar
  2020-08-31 12:44   ` Geert Uytterhoeven
  2020-08-26 10:03 ` [PATCH LOCAL 2/2] arm64: renesas: defconfig: Enable R-Car PCIe endpoint driver Lad Prabhakar
  1 sibling, 1 reply; 6+ messages in thread
From: Lad Prabhakar @ 2020-08-26 10:03 UTC (permalink / raw)
  To: Geert Uytterhoeven, Magnus Damm, linux-renesas-soc
  Cc: Prabhakar, 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>
---
 arch/arm64/configs/renesas_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig
index f9ca8f7d8bec..7e6290c6c56b 100644
--- a/arch/arm64/configs/renesas_defconfig
+++ b/arch/arm64/configs/renesas_defconfig
@@ -102,7 +102,7 @@ CONFIG_PCIEPORTBUS=y
 CONFIG_HOTPLUG_PCI_PCIE=y
 CONFIG_PCI_IOV=y
 CONFIG_HOTPLUG_PCI=y
-CONFIG_PCIE_RCAR=y
+CONFIG_PCIE_RCAR_HOST=y
 CONFIG_PCI_HOST_GENERIC=y
 CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
-- 
2.17.1


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

* [PATCH LOCAL 2/2] arm64: renesas: defconfig: Enable R-Car PCIe endpoint driver
  2020-08-26 10:03 [PATCH LOCAL 0/2] renesas_defconfig enable PCIe configs Lad Prabhakar
  2020-08-26 10:03 ` [PATCH LOCAL 1/2] arm64: renesas: defconfig: Enable CONFIG_PCIE_RCAR_HOST Lad Prabhakar
@ 2020-08-26 10:03 ` Lad Prabhakar
  2020-08-31 12:51   ` Geert Uytterhoeven
  1 sibling, 1 reply; 6+ messages in thread
From: Lad Prabhakar @ 2020-08-26 10:03 UTC (permalink / raw)
  To: Geert Uytterhoeven, Magnus Damm, linux-renesas-soc
  Cc: Prabhakar, Lad Prabhakar

Enable R-Car PCIe endpoint driver on RZ/G2E board, including enabling
endpoint configurations CONFIG_PCI_ENDPOINT, CONFIG_PCI_ENDPOINT_CONFIGFS,
CONFIG_PCI_EPF_TEST and CONFIG_PCI_ENDPOINT_TEST required to use and test
the driver.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
---
 arch/arm64/configs/renesas_defconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig
index 7e6290c6c56b..28cc850de15c 100644
--- a/arch/arm64/configs/renesas_defconfig
+++ b/arch/arm64/configs/renesas_defconfig
@@ -103,7 +103,11 @@ CONFIG_HOTPLUG_PCI_PCIE=y
 CONFIG_PCI_IOV=y
 CONFIG_HOTPLUG_PCI=y
 CONFIG_PCIE_RCAR_HOST=y
+CONFIG_PCIE_RCAR_EP=y
 CONFIG_PCI_HOST_GENERIC=y
+CONFIG_PCI_ENDPOINT=y
+CONFIG_PCI_ENDPOINT_CONFIGFS=y
+CONFIG_PCI_EPF_TEST=y
 CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
 CONFIG_MTD=y
@@ -112,6 +116,7 @@ CONFIG_MTD_SPI_NOR=y
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_VIRTIO_BLK=y
 CONFIG_SRAM=y
+CONFIG_PCI_ENDPOINT_TEST=y
 # CONFIG_SCSI_PROC_FS is not set
 CONFIG_BLK_DEV_SD=y
 CONFIG_SCSI_SAS_LIBSAS=y
-- 
2.17.1


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

* Re: [PATCH LOCAL 1/2] arm64: renesas: defconfig: Enable CONFIG_PCIE_RCAR_HOST
  2020-08-26 10:03 ` [PATCH LOCAL 1/2] arm64: renesas: defconfig: Enable CONFIG_PCIE_RCAR_HOST Lad Prabhakar
@ 2020-08-31 12:44   ` Geert Uytterhoeven
  0 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2020-08-31 12:44 UTC (permalink / raw)
  To: Lad Prabhakar; +Cc: Magnus Damm, Linux-Renesas, Prabhakar

On Wed, Aug 26, 2020 at 12:04 PM 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: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will apply to topic/renesas-defconfig.

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] 6+ messages in thread

* Re: [PATCH LOCAL 2/2] arm64: renesas: defconfig: Enable R-Car PCIe endpoint driver
  2020-08-26 10:03 ` [PATCH LOCAL 2/2] arm64: renesas: defconfig: Enable R-Car PCIe endpoint driver Lad Prabhakar
@ 2020-08-31 12:51   ` Geert Uytterhoeven
  2020-09-01 12:02     ` Geert Uytterhoeven
  0 siblings, 1 reply; 6+ messages in thread
From: Geert Uytterhoeven @ 2020-08-31 12:51 UTC (permalink / raw)
  To: Lad Prabhakar; +Cc: Magnus Damm, Linux-Renesas, Prabhakar

On Wed, Aug 26, 2020 at 12:04 PM Lad Prabhakar
<prabhakar.mahadev-lad.rj@bp.renesas.com> wrote:
> Enable R-Car PCIe endpoint driver on RZ/G2E board, including enabling
> endpoint configurations CONFIG_PCI_ENDPOINT, CONFIG_PCI_ENDPOINT_CONFIGFS,
> CONFIG_PCI_EPF_TEST and CONFIG_PCI_ENDPOINT_TEST required to use and test
> the driver.
>
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will apply to topic/renesas-defconfig.

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] 6+ messages in thread

* Re: [PATCH LOCAL 2/2] arm64: renesas: defconfig: Enable R-Car PCIe endpoint driver
  2020-08-31 12:51   ` Geert Uytterhoeven
@ 2020-09-01 12:02     ` Geert Uytterhoeven
  0 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2020-09-01 12:02 UTC (permalink / raw)
  To: Lad Prabhakar; +Cc: Magnus Damm, Linux-Renesas, Prabhakar

On Mon, Aug 31, 2020 at 2:51 PM Geert Uytterhoeven <geert@linux-m68k.org> wrote:
> On Wed, Aug 26, 2020 at 12:04 PM Lad Prabhakar
> <prabhakar.mahadev-lad.rj@bp.renesas.com> wrote:
> > Enable R-Car PCIe endpoint driver on RZ/G2E board, including enabling
> > endpoint configurations CONFIG_PCI_ENDPOINT, CONFIG_PCI_ENDPOINT_CONFIGFS,
> > CONFIG_PCI_EPF_TEST and CONFIG_PCI_ENDPOINT_TEST required to use and test
> > the driver.
> >
> > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> i.e. will apply to topic/renesas-defconfig.

After dropping now auto-selected CONFIG_CONFIGFS_FS=y.

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] 6+ messages in thread

end of thread, other threads:[~2020-09-01 12:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-26 10:03 [PATCH LOCAL 0/2] renesas_defconfig enable PCIe configs Lad Prabhakar
2020-08-26 10:03 ` [PATCH LOCAL 1/2] arm64: renesas: defconfig: Enable CONFIG_PCIE_RCAR_HOST Lad Prabhakar
2020-08-31 12:44   ` Geert Uytterhoeven
2020-08-26 10:03 ` [PATCH LOCAL 2/2] arm64: renesas: defconfig: Enable R-Car PCIe endpoint driver Lad Prabhakar
2020-08-31 12:51   ` Geert Uytterhoeven
2020-09-01 12:02     ` Geert Uytterhoeven

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