Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1706014

[PATCH 0/2] PCI hotplug feature

From Oza Pawandeep <oza.oza@broadcom.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] PCI hotplug feature
Date 2017-08-08 06:50 +0200
Message-ID <uc4CS-2LH-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


These patches bring in PCI hotplug support for iproc family chipsets.

It includes DT binding documentation update and, implementation in
iproc pcie RC driver.

These patch set is made on top of following patches.
[PATCH v6 2/2] PCI: iproc: add device shutdown for PCI RC
[PATCH v6 1/2] PCI: iproc: Retry request when CRS returned from EP

Oza Pawandeep (2):
  PCI: iproc: Implement PCI hotplug support
  PCI: iproc: Add optional brcm,pci-hotplug

 .../devicetree/bindings/pci/brcm,iproc-pcie.txt    |  23 ++++
 drivers/pci/host/pcie-iproc-platform.c             |   3 +
 drivers/pci/host/pcie-iproc.c                      | 130 ++++++++++++++++++++-
 drivers/pci/host/pcie-iproc.h                      |   7 ++
 4 files changed, 157 insertions(+), 6 deletions(-)

-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] PCI hotplug feature Oza Pawandeep <oza.oza@broadcom.com> - 2017-08-08 06:50 +0200
  [PATCH 1/2] PCI: iproc: Implement PCI hotplug support Oza Pawandeep <oza.oza@broadcom.com> - 2017-08-08 06:50 +0200
  [PATCH 2/2] PCI: iproc: Add optional brcm,pci-hotplug Oza Pawandeep <oza.oza@broadcom.com> - 2017-08-08 06:50 +0200
    Re: [PATCH 2/2] PCI: iproc: Add optional brcm,pci-hotplug Rob Herring <robh+dt@kernel.org> - 2017-08-08 16:30 +0200
      Re: [PATCH 2/2] PCI: iproc: Add optional brcm,pci-hotplug Ray Jui <ray.jui@broadcom.com> - 2017-08-09 07:30 +0200
        Re: [PATCH 2/2] PCI: iproc: Add optional brcm,pci-hotplug Oza Oza <oza.oza@broadcom.com> - 2017-08-09 07:50 +0200
          Re: [PATCH 2/2] PCI: iproc: Add optional brcm,pci-hotplug Oza Oza <oza.oza@broadcom.com> - 2017-08-09 08:00 +0200
            Re: [PATCH 2/2] PCI: iproc: Add optional brcm,pci-hotplug Rob Herring <robh+dt@kernel.org> - 2017-08-10 20:10 +0200
      Re: [PATCH 2/2] PCI: iproc: Add optional brcm,pci-hotplug Oza Oza <oza.oza@broadcom.com> - 2017-08-09 07:30 +0200

csiph-web