devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH 0/4] PCI: cadence: Host and EP driver updates for PHY and power management
@ 2018-05-22 13:26 Alan Douglas
  2018-06-27 10:44 ` Lorenzo Pieralisi
  0 siblings, 1 reply; 3+ messages in thread
From: Alan Douglas @ 2018-05-22 13:26 UTC (permalink / raw)
  To: bhelgaas, kishon, lorenzo.pieralisi, linux-pci
  Cc: devicetree, linux-kernel, cyrille.pitchen, Alan Douglas

This is a series of patches for the cadence PCIe host and EP drivers, to:
 - Add optional list of generic PHYs to host and EP drivers
 - Add PHY bindings to devicetree
 - Add Power Management ops, which will enable/disable PHYs if present
 - Update cdns_pcie_writel function signature

Changes in v2:
    Split commit into four patches
    Re-based on v4.17-rc1


Alan Douglas (4):
  PCI: cadence: Update cdns_pcie_writel function signature
  PCI: cadence: Add generic PHY support to host and EP drivers
  dt-bindings: PCI: cadence: Add DT bindings for optional PHYs
  PCI: cadence: Add Power Management ops for host and EP

 .../devicetree/bindings/pci/cdns,cdns-pcie-ep.txt  |   4 +
 .../bindings/pci/cdns,cdns-pcie-host.txt           |   2 +
 drivers/pci/cadence/pcie-cadence-ep.c              |  15 ++-
 drivers/pci/cadence/pcie-cadence-host.c            |  34 ++++++
 drivers/pci/cadence/pcie-cadence.c                 | 123 +++++++++++++++++++++
 drivers/pci/cadence/pcie-cadence.h                 |  13 ++-
 6 files changed, 189 insertions(+), 2 deletions(-)

-- 
2.2.2


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

* Re: [RESEND PATCH 0/4] PCI: cadence: Host and EP driver updates for PHY and power management
  2018-05-22 13:26 [RESEND PATCH 0/4] PCI: cadence: Host and EP driver updates for PHY and power management Alan Douglas
@ 2018-06-27 10:44 ` Lorenzo Pieralisi
  2018-06-28 16:09   ` Alan Douglas
  0 siblings, 1 reply; 3+ messages in thread
From: Lorenzo Pieralisi @ 2018-06-27 10:44 UTC (permalink / raw)
  To: Alan Douglas
  Cc: bhelgaas, kishon, linux-pci, devicetree, linux-kernel,
	cyrille.pitchen

On Tue, May 22, 2018 at 02:26:09PM +0100, Alan Douglas wrote:
> This is a series of patches for the cadence PCIe host and EP drivers, to:
>  - Add optional list of generic PHYs to host and EP drivers
>  - Add PHY bindings to devicetree
>  - Add Power Management ops, which will enable/disable PHYs if present
>  - Update cdns_pcie_writel function signature
> 
> Changes in v2:
>     Split commit into four patches
>     Re-based on v4.17-rc1
Alan,

can I drop this series ? It looks like it has been superseded by
a new posting:

https://patchwork.ozlabs.org/project/linux-pci/list/?series=51816

Thanks,
Lorenzo

> Alan Douglas (4):
>   PCI: cadence: Update cdns_pcie_writel function signature
>   PCI: cadence: Add generic PHY support to host and EP drivers
>   dt-bindings: PCI: cadence: Add DT bindings for optional PHYs
>   PCI: cadence: Add Power Management ops for host and EP
> 
>  .../devicetree/bindings/pci/cdns,cdns-pcie-ep.txt  |   4 +
>  .../bindings/pci/cdns,cdns-pcie-host.txt           |   2 +
>  drivers/pci/cadence/pcie-cadence-ep.c              |  15 ++-
>  drivers/pci/cadence/pcie-cadence-host.c            |  34 ++++++
>  drivers/pci/cadence/pcie-cadence.c                 | 123 +++++++++++++++++++++
>  drivers/pci/cadence/pcie-cadence.h                 |  13 ++-
>  6 files changed, 189 insertions(+), 2 deletions(-)
> 
> -- 
> 2.2.2
> 

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

* RE: [RESEND PATCH 0/4] PCI: cadence: Host and EP driver updates for PHY and power management
  2018-06-27 10:44 ` Lorenzo Pieralisi
@ 2018-06-28 16:09   ` Alan Douglas
  0 siblings, 0 replies; 3+ messages in thread
From: Alan Douglas @ 2018-06-28 16:09 UTC (permalink / raw)
  To: Lorenzo Pieralisi
  Cc: bhelgaas@google.com, kishon@ti.com, linux-pci@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.com,
	cyrille.pitchen@free-electrons.com

On 27 June 2018 11:44 Lorenzo Pieralisi wrote:
> On Tue, May 22, 2018 at 02:26:09PM +0100, Alan Douglas wrote:
> > This is a series of patches for the cadence PCIe host and EP drivers, to:
> >  - Add optional list of generic PHYs to host and EP drivers
> >  - Add PHY bindings to devicetree
> >  - Add Power Management ops, which will enable/disable PHYs if present
> >  - Update cdns_pcie_writel function signature
> >
> > Changes in v2:
> >     Split commit into four patches
> >     Re-based on v4.17-rc1
> Alan,
> 
> can I drop this series ? It looks like it has been superseded by
> a new posting:
>  https://patchwork.ozlabs.org/project/linux-pci/list/?series=51816
Yes.  I should have marked the latest series posting as v3.
Thanks,
Alan
> 
> Thanks,
> Lorenzo
> 
> > Alan Douglas (4):
> >   PCI: cadence: Update cdns_pcie_writel function signature
> >   PCI: cadence: Add generic PHY support to host and EP drivers
> >   dt-bindings: PCI: cadence: Add DT bindings for optional PHYs
> >   PCI: cadence: Add Power Management ops for host and EP
> >
> >  .../devicetree/bindings/pci/cdns,cdns-pcie-ep.txt  |   4 +
> >  .../bindings/pci/cdns,cdns-pcie-host.txt           |   2 +
> >  drivers/pci/cadence/pcie-cadence-ep.c              |  15 ++-
> >  drivers/pci/cadence/pcie-cadence-host.c            |  34 ++++++
> >  drivers/pci/cadence/pcie-cadence.c                 | 123 +++++++++++++++++++++
> >  drivers/pci/cadence/pcie-cadence.h                 |  13 ++-
> >  6 files changed, 189 insertions(+), 2 deletions(-)
> >
> > --
> > 2.2.2
> >

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

end of thread, other threads:[~2018-06-28 16:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-22 13:26 [RESEND PATCH 0/4] PCI: cadence: Host and EP driver updates for PHY and power management Alan Douglas
2018-06-27 10:44 ` Lorenzo Pieralisi
2018-06-28 16:09   ` Alan Douglas

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