diff mbox series

[5.10.y-cip] PCI: Drop PCIE_RCAR config option

Message ID 20220823183729.29203-1-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive)
State Accepted
Delegated to: Pavel Machek
Headers show
Series [5.10.y-cip] PCI: Drop PCIE_RCAR config option | expand

Commit Message

Prabhakar Mahadev Lad Aug. 23, 2022, 6:37 p.m. UTC
commit ff591f7490cffef49c022e802b64499edb6137b6 upstream.

All the defconfig files have replaced PCIE_RCAR config option with
PCIE_RCAR_HOST config option which built the same driver, so we can
now safely drop PCIE_RCAR config option.

Link: https://lore.kernel.org/r/20201229170848.18482-1-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
---
Note:
- All the defconfig files have been updated to use PCIE_RCAR_HOST
- MR has been issued for cip-kernel-config [0]
[0] https://gitlab.com/cip-project/cip-kernel/cip-kernel-config/-/merge_requests/70
---
 drivers/pci/controller/Kconfig | 9 ---------
 1 file changed, 9 deletions(-)

Comments

Nobuhiro Iwamatsu Aug. 24, 2022, 1:55 a.m. UTC | #1
Hi all,

> -----Original Message-----
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Sent: Wednesday, August 24, 2022 3:37 AM
> To: cip-dev@lists.cip-project.org; iwamatsu nobuhiro(岩松 信洋 □SWC◯A
> CT) <nobuhiro1.iwamatsu@toshiba.co.jp>; Pavel Machek
> <pavel@denx.de>
> Cc: Biju Das <biju.das.jz@bp.renesas.com>
> Subject: [PATCH 5.10.y-cip] PCI: Drop PCIE_RCAR config option
> 
> commit ff591f7490cffef49c022e802b64499edb6137b6 upstream.
> 
> All the defconfig files have replaced PCIE_RCAR config option with
> PCIE_RCAR_HOST config option which built the same driver, so we can now
> safely drop PCIE_RCAR config option.
> 
> Link:
> https://lore.kernel.org/r/20201229170848.18482-1-prabhakar.mahadev-lad.rj
> @bp.renesas.com
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> ---
> Note:
> - All the defconfig files have been updated to use PCIE_RCAR_HOST
> - MR has been issued for cip-kernel-config [0] [0]
> https://gitlab.com/cip-project/cip-kernel/cip-kernel-config/-/merge_reques
> ts/70
> ---
>  drivers/pci/controller/Kconfig | 9 ---------
>  1 file changed, 9 deletions(-)
> 
> diff --git a/drivers/pci/controller/Kconfig b/drivers/pci/controller/Kconfig
> index 64e2f5e379aa..0d98d8dd448b 100644
> --- a/drivers/pci/controller/Kconfig
> +++ b/drivers/pci/controller/Kconfig
> @@ -55,15 +55,6 @@ config PCI_RCAR_GEN2
>  	  There are 3 internal PCI controllers available with a single
>  	  built-in EHCI/OHCI host controller present on each one.
> 
> -config PCIE_RCAR
> -	bool "Renesas R-Car PCIe controller"
> -	depends on ARCH_RENESAS || COMPILE_TEST
> -	depends on PCI_MSI_IRQ_DOMAIN
> -	select PCIE_RCAR_HOST
> -	help
> -	  Say Y here if you want PCIe controller support on R-Car SoCs.
> -	  This option will be removed after arm64 defconfig is updated.
> -
>  config PCIE_RCAR_HOST
>  	bool "Renesas R-Car PCIe host controller"
>  	depends on ARCH_RENESAS || COMPILE_TEST
> --
> 2.17.1

LGTM. If there are no other comments, I can apply this.
Test pilpeline:
  https://gitlab.com/cip-project/cip-kernel/linux-cip/-/pipelines/621098021

Best regards,
  Nobuhiro
Nobuhiro Iwamatsu Aug. 29, 2022, 5:13 a.m. UTC | #2
Hi all,

> -----Original Message-----
> From: iwamatsu nobuhiro(岩松 信洋 □SWC◯ACT)
> Sent: Wednesday, August 24, 2022 10:55 AM
> To: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>;
> cip-dev@lists.cip-project.org; Pavel Machek <pavel@denx.de>
> Cc: Biju Das <biju.das.jz@bp.renesas.com>
> Subject: RE: [PATCH 5.10.y-cip] PCI: Drop PCIE_RCAR config option
> 
> Hi all,
> 
> > -----Original Message-----
> > From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> > Sent: Wednesday, August 24, 2022 3:37 AM
> > To: cip-dev@lists.cip-project.org; iwamatsu nobuhiro(岩松 信洋 □SWC◯
> A
> > CT) <nobuhiro1.iwamatsu@toshiba.co.jp>; Pavel Machek
> <pavel@denx.de>
> > Cc: Biju Das <biju.das.jz@bp.renesas.com>
> > Subject: [PATCH 5.10.y-cip] PCI: Drop PCIE_RCAR config option
> >
> > commit ff591f7490cffef49c022e802b64499edb6137b6 upstream.
> >
> > All the defconfig files have replaced PCIE_RCAR config option with
> > PCIE_RCAR_HOST config option which built the same driver, so we can
> > now safely drop PCIE_RCAR config option.
> >
> > Link:
> > https://lore.kernel.org/r/20201229170848.18482-1-prabhakar.mahadev-lad
> > .rj
> > @bp.renesas.com
> > Signed-off-by: Lad Prabhakar
> <prabhakar.mahadev-lad.rj@bp.renesas.com>
> > Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
> > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > Signed-off-by: Lad Prabhakar
> <prabhakar.mahadev-lad.rj@bp.renesas.com>
> > ---
> > Note:
> > - All the defconfig files have been updated to use PCIE_RCAR_HOST
> > - MR has been issued for cip-kernel-config [0] [0]
> > https://gitlab.com/cip-project/cip-kernel/cip-kernel-config/-/merge_re
> > ques
> > ts/70
> > ---
> >  drivers/pci/controller/Kconfig | 9 ---------
> >  1 file changed, 9 deletions(-)
> >
> > diff --git a/drivers/pci/controller/Kconfig
> > b/drivers/pci/controller/Kconfig index 64e2f5e379aa..0d98d8dd448b
> > 100644
> > --- a/drivers/pci/controller/Kconfig
> > +++ b/drivers/pci/controller/Kconfig
> > @@ -55,15 +55,6 @@ config PCI_RCAR_GEN2
> >  	  There are 3 internal PCI controllers available with a single
> >  	  built-in EHCI/OHCI host controller present on each one.
> >
> > -config PCIE_RCAR
> > -	bool "Renesas R-Car PCIe controller"
> > -	depends on ARCH_RENESAS || COMPILE_TEST
> > -	depends on PCI_MSI_IRQ_DOMAIN
> > -	select PCIE_RCAR_HOST
> > -	help
> > -	  Say Y here if you want PCIe controller support on R-Car SoCs.
> > -	  This option will be removed after arm64 defconfig is updated.
> > -
> >  config PCIE_RCAR_HOST
> >  	bool "Renesas R-Car PCIe host controller"
> >  	depends on ARCH_RENESAS || COMPILE_TEST
> > --
> > 2.17.1
> 
> LGTM. If there are no other comments, I can apply this.
> Test pilpeline:
>   https://gitlab.com/cip-project/cip-kernel/linux-cip/-/pipelines/621098021

Applied to 5.10.y-cip tree.

Best regards,
  Nobuhiro
diff mbox series

Patch

diff --git a/drivers/pci/controller/Kconfig b/drivers/pci/controller/Kconfig
index 64e2f5e379aa..0d98d8dd448b 100644
--- a/drivers/pci/controller/Kconfig
+++ b/drivers/pci/controller/Kconfig
@@ -55,15 +55,6 @@  config PCI_RCAR_GEN2
 	  There are 3 internal PCI controllers available with a single
 	  built-in EHCI/OHCI host controller present on each one.
 
-config PCIE_RCAR
-	bool "Renesas R-Car PCIe controller"
-	depends on ARCH_RENESAS || COMPILE_TEST
-	depends on PCI_MSI_IRQ_DOMAIN
-	select PCIE_RCAR_HOST
-	help
-	  Say Y here if you want PCIe controller support on R-Car SoCs.
-	  This option will be removed after arm64 defconfig is updated.
-
 config PCIE_RCAR_HOST
 	bool "Renesas R-Car PCIe host controller"
 	depends on ARCH_RENESAS || COMPILE_TEST