Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1712744 > unrolled thread
| Started by | Jeffy Chen <jeffy.chen@rock-chips.com> |
|---|---|
| First post | 2017-08-16 10:00 +0200 |
| Last post | 2017-08-17 08:20 +0200 |
| Articles | 3 — 3 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.
[RFC PATCH 2/3] dt-bindings: PCI: rockchip: Add support for pcie wake irq Jeffy Chen <jeffy.chen@rock-chips.com> - 2017-08-16 10:00 +0200
Re: [RFC PATCH 2/3] dt-bindings: PCI: rockchip: Add support for pcie wake irq Shawn Lin <shawn.lin@rock-chips.com> - 2017-08-16 10:40 +0200
Re: [RFC PATCH 2/3] dt-bindings: PCI: rockchip: Add support for pcie wake irq jeffy <jeffy.chen@rock-chips.com> - 2017-08-17 08:20 +0200
| From | Jeffy Chen <jeffy.chen@rock-chips.com> |
|---|---|
| Date | 2017-08-16 10:00 +0200 |
| Subject | [RFC PATCH 2/3] dt-bindings: PCI: rockchip: Add support for pcie wake irq |
| Message-ID | <uf1p8-4gv-25@gated-at.bofh.it> |
Add an optional interrupt for PCIE_WAKE pin. Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com> --- Documentation/devicetree/bindings/pci/rockchip-pcie.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Documentation/devicetree/bindings/pci/rockchip-pcie.txt b/Documentation/devicetree/bindings/pci/rockchip-pcie.txt index 1453a734c2f5..6ef9903567db 100644 --- a/Documentation/devicetree/bindings/pci/rockchip-pcie.txt +++ b/Documentation/devicetree/bindings/pci/rockchip-pcie.txt @@ -22,10 +22,13 @@ Required properties: - phys: From PHY bindings: Phandle for the Generic PHY for PCIe. - phy-names: MUST be "pcie-phy". - interrupts: Three interrupt entries must be specified. -- interrupt-names: Must include the following names - - "sys" - - "legacy" - - "client" +- interrupt-names: Include the following names + Required: + - "sys" + - "legacy" + - "client" + Optional: + - "wake" - resets: Must contain seven entries for each entry in reset-names. See ../reset/reset.txt for details. - reset-names: Must include the following names -- 2.11.0
[toc] | [next] | [standalone]
| From | Shawn Lin <shawn.lin@rock-chips.com> |
|---|---|
| Date | 2017-08-16 10:40 +0200 |
| Subject | Re: [RFC PATCH 2/3] dt-bindings: PCI: rockchip: Add support for pcie wake irq |
| Message-ID | <uf21P-4Ks-7@gated-at.bofh.it> |
| In reply to | #1712744 |
Hi Jeffy On 2017/8/16 15:52, Jeffy Chen wrote: > Add an optional interrupt for PCIE_WAKE pin. > > Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com> > --- > > Documentation/devicetree/bindings/pci/rockchip-pcie.txt | 11 +++++++---- > 1 file changed, 7 insertions(+), 4 deletions(-) > > diff --git a/Documentation/devicetree/bindings/pci/rockchip-pcie.txt b/Documentation/devicetree/bindings/pci/rockchip-pcie.txt > index 1453a734c2f5..6ef9903567db 100644 > --- a/Documentation/devicetree/bindings/pci/rockchip-pcie.txt > +++ b/Documentation/devicetree/bindings/pci/rockchip-pcie.txt > @@ -22,10 +22,13 @@ Required properties: > - phys: From PHY bindings: Phandle for the Generic PHY for PCIe. > - phy-names: MUST be "pcie-phy". > - interrupts: Three interrupt entries must be specified. > -- interrupt-names: Must include the following names > - - "sys" > - - "legacy" > - - "client" > +- interrupt-names: Include the following names > + Required: > + - "sys" > + - "legacy" > + - "client" > + Optional: > + - "wake" It would be better to introduce interrupts-extended and show a example here. :) > - resets: Must contain seven entries for each entry in reset-names. > See ../reset/reset.txt for details. > - reset-names: Must include the following names >
[toc] | [prev] | [next] | [standalone]
| From | jeffy <jeffy.chen@rock-chips.com> |
|---|---|
| Date | 2017-08-17 08:20 +0200 |
| Subject | Re: [RFC PATCH 2/3] dt-bindings: PCI: rockchip: Add support for pcie wake irq |
| Message-ID | <ufmjU-Sw-5@gated-at.bofh.it> |
| In reply to | #1712766 |
Hi Shawn, On 08/16/2017 04:35 PM, Shawn Lin wrote: > Hi Jeffy > > On 2017/8/16 15:52, Jeffy Chen wrote: >> Add an optional interrupt for PCIE_WAKE pin. >> >> Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com> >> --- >> >> Documentation/devicetree/bindings/pci/rockchip-pcie.txt | 11 >> +++++++---- >> 1 file changed, 7 insertions(+), 4 deletions(-) >> >> diff --git a/Documentation/devicetree/bindings/pci/rockchip-pcie.txt >> b/Documentation/devicetree/bindings/pci/rockchip-pcie.txt >> index 1453a734c2f5..6ef9903567db 100644 >> --- a/Documentation/devicetree/bindings/pci/rockchip-pcie.txt >> +++ b/Documentation/devicetree/bindings/pci/rockchip-pcie.txt >> @@ -22,10 +22,13 @@ Required properties: >> - phys: From PHY bindings: Phandle for the Generic PHY for PCIe. >> - phy-names: MUST be "pcie-phy". >> - interrupts: Three interrupt entries must be specified. >> -- interrupt-names: Must include the following names >> - - "sys" >> - - "legacy" >> - - "client" >> +- interrupt-names: Include the following names >> + Required: >> + - "sys" >> + - "legacy" >> + - "client" >> + Optional: >> + - "wake" > > It would be better to introduce interrupts-extended and show a example > here. :) ok, will add it in next version > >> - resets: Must contain seven entries for each entry in reset-names. >> See ../reset/reset.txt for details. >> - reset-names: Must include the following names >> > > >
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web