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


Groups > linux.kernel > #1730392 > unrolled thread

[PATCH v5 2/3] dt-bindings: PCI: Add definition of pcie wake irq

Started byJeffy Chen <jeffy.chen@rock-chips.com>
First post2017-09-11 17:20 +0200
Last post2017-09-11 21:30 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v5 2/3] dt-bindings: PCI: Add definition of pcie wake irq Jeffy Chen <jeffy.chen@rock-chips.com> - 2017-09-11 17:20 +0200
    Re: [PATCH v5 2/3] dt-bindings: PCI: Add definition of pcie wake irq Rob Herring <robh+dt@kernel.org> - 2017-09-11 21:30 +0200

#1730392 — [PATCH v5 2/3] dt-bindings: PCI: Add definition of pcie wake irq

FromJeffy Chen <jeffy.chen@rock-chips.com>
Date2017-09-11 17:20 +0200
Subject[PATCH v5 2/3] dt-bindings: PCI: Add definition of pcie wake irq
Message-ID<uoyFc-57i-25@gated-at.bofh.it>
Add an optional interrupt for PCIE_WAKE pin.

Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
---

Changes in v5:
Move to pci.txt

Changes in v3: None
Changes in v2: None

 Documentation/devicetree/bindings/pci/pci.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/pci/pci.txt b/Documentation/devicetree/bindings/pci/pci.txt
index c77981c5dd18..5ae3a9e0134d 100644
--- a/Documentation/devicetree/bindings/pci/pci.txt
+++ b/Documentation/devicetree/bindings/pci/pci.txt
@@ -24,3 +24,5 @@ driver implementation may support the following properties:
    unsupported link speed, for instance, trying to do training for
    unsupported link speed, etc.  Must be '4' for gen4, '3' for gen3, '2'
    for gen2, and '1' for gen1. Any other values are invalid.
+- interrupts: Interrupt specifier for each name in interrupt-names.
+- interrupt-names: May contains "wakeup" for PCI WAKE# interrupt.
-- 
2.11.0

[toc] | [next] | [standalone]


#1730487

FromRob Herring <robh+dt@kernel.org>
Date2017-09-11 21:30 +0200
Message-ID<uoCz7-7At-5@gated-at.bofh.it>
In reply to#1730392
On Mon, Sep 11, 2017 at 10:10 AM, Jeffy Chen <jeffy.chen@rock-chips.com> wrote:
> Add an optional interrupt for PCIE_WAKE pin.
>
> Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
> ---
>
> Changes in v5:
> Move to pci.txt
>
> Changes in v3: None
> Changes in v2: None
>
>  Documentation/devicetree/bindings/pci/pci.txt | 2 ++
>  1 file changed, 2 insertions(+)

Acked-by: Rob Herring <robh@kernel.org>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web