2022-12-16 16:28:14

by Frank Li

[permalink] [raw]
Subject: [PATCH 1/1] PCI: layerscape: Add EP mode support for ls1028a

From: Xiaowei Bao <[email protected]>

Add PCIe EP mode support for ls1028a.

Signed-off-by: Xiaowei Bao <[email protected]>
Signed-off-by: Hou Zhiqiang <[email protected]>
---

All other patches were already accepte by maintainer in
https://lore.kernel.org/lkml/[email protected]/

But missed this one.

Re-post.

drivers/pci/controller/dwc/pci-layerscape-ep.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/pci/controller/dwc/pci-layerscape-ep.c b/drivers/pci/controller/dwc/pci-layerscape-ep.c
index ad99707b3b99..ed5cfc9408d9 100644
--- a/drivers/pci/controller/dwc/pci-layerscape-ep.c
+++ b/drivers/pci/controller/dwc/pci-layerscape-ep.c
@@ -112,6 +112,7 @@ static const struct ls_pcie_ep_drvdata lx2_ep_drvdata = {
static const struct of_device_id ls_pcie_ep_of_match[] = {
{ .compatible = "fsl,ls1046a-pcie-ep", .data = &ls1_ep_drvdata },
{ .compatible = "fsl,ls1088a-pcie-ep", .data = &ls2_ep_drvdata },
+ { .compatible = "fsl,ls1028a-pcie-ep", .data = &ls1_ep_drvdata },
{ .compatible = "fsl,ls2088a-pcie-ep", .data = &ls2_ep_drvdata },
{ .compatible = "fsl,lx2160ar2-pcie-ep", .data = &lx2_ep_drvdata },
{ },
--
2.34.1


2022-12-16 18:16:03

by Roy Zang

[permalink] [raw]
Subject: RE: [PATCH 1/1] PCI: layerscape: Add EP mode support for ls1028a



> -----Original Message-----
> From: Frank Li <[email protected]>
> Subject: [PATCH 1/1] PCI: layerscape: Add EP mode support for ls1028a
>
> From: Xiaowei Bao <[email protected]>
>
> Add PCIe EP mode support for ls1028a.
>
> Signed-off-by: Xiaowei Bao <[email protected]>
> Signed-off-by: Hou Zhiqiang <[email protected]>
> ---
>
> All other patches were already accepte by maintainer in
> https://lore.kernel.org/lkml/[email protected]/
>
> But missed this one.
>
> Re-post.
>
> drivers/pci/controller/dwc/pci-layerscape-ep.c | 1 +
> 1 file changed, 1 insertion(+)
Acked-by: Roy Zang <[email protected]>
R

2023-01-09 16:17:51

by Frank Li

[permalink] [raw]
Subject: RE: [PATCH 1/1] PCI: layerscape: Add EP mode support for ls1028a

>
> From: Xiaowei Bao <[email protected]>
>
> Add PCIe EP mode support for ls1028a.
>
> Signed-off-by: Xiaowei Bao <[email protected]>
> Signed-off-by: Hou Zhiqiang <[email protected]>
> ---
>
> All other patches were already accepte by maintainer in
> https://lore.kernel.org/lkml/[email protected]/
>
> But missed this one.
>
> Re-post.
>

Ping.

2023-01-12 16:29:51

by Lorenzo Pieralisi

[permalink] [raw]
Subject: Re: [PATCH 1/1] PCI: layerscape: Add EP mode support for ls1028a

On Mon, Jan 09, 2023 at 03:41:31PM +0000, Frank Li wrote:
> >
> > From: Xiaowei Bao <[email protected]>
> >
> > Add PCIe EP mode support for ls1028a.
> >
> > Signed-off-by: Xiaowei Bao <[email protected]>
> > Signed-off-by: Hou Zhiqiang <[email protected]>
> > ---
> >
> > All other patches were already accepte by maintainer in
> > https://lore.kernel.org/lkml/[email protected]/
> >
> > But missed this one.
> >
> > Re-post.
> >
>
> Ping.

You must sign it off since you obviously are in the patch delivery chain:

https://docs.kernel.org/process/submitting-patches.html

> _______________________________________________
> linux-arm-kernel mailing list
> [email protected]
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel