All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chunfeng Yun <chunfeng.yun@mediatek.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Rob Herring <robh+dt@kernel.org>, Felipe Balbi <balbi@kernel.org>
Cc: Chunfeng Yun <chunfeng.yun@mediatek.com>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Thinh Nguyen <Thinh.Nguyen@synopsys.com>,
	<linux-usb@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-mediatek@lists.infradead.org>,
	<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	Yuwen Ng <yuwen.ng@mediatek.com>,
	Eddie Hung <eddie.hung@mediatek.com>
Subject: [PATCH v3 04/13] dt-bindings: usb: mtu3: add wakeup interrupt
Date: Thu, 15 Jul 2021 17:07:49 +0800	[thread overview]
Message-ID: <1626340078-29111-5-git-send-email-chunfeng.yun@mediatek.com> (raw)
In-Reply-To: <1626340078-29111-1-git-send-email-chunfeng.yun@mediatek.com>

Add an dedicated interrupt which is usually EINT to support runtime PM,
meanwhile add "interrupt-names" property, for backward compatibility,
it's optional and used when wakeup interrupt exists

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
---
v3: add Acked-by Rob
v2: no changes
---
 .../devicetree/bindings/usb/mediatek,mtu3.yaml      | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml b/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml
index 104f1f7edaf0..77db1233516e 100644
--- a/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml
+++ b/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml
@@ -38,7 +38,18 @@ properties:
       - const: ippc
 
   interrupts:
-    maxItems: 1
+    description:
+      use "interrupts-extended" when the interrupts are connected to the
+      separate interrupt controllers
+    minItems: 1
+    items:
+      - description: SSUSB device controller interrupt
+      - description: optional, wakeup interrupt used to support runtime PM
+
+  interrupt-names:
+    items:
+      - const: device
+      - const: wakeup
 
   power-domains:
     description: A phandle to USB power domain node to control USB's MTCMOS
-- 
2.18.0


WARNING: multiple messages have this Message-ID (diff)
From: Chunfeng Yun <chunfeng.yun@mediatek.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Rob Herring <robh+dt@kernel.org>, Felipe Balbi <balbi@kernel.org>
Cc: Chunfeng Yun <chunfeng.yun@mediatek.com>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Thinh Nguyen <Thinh.Nguyen@synopsys.com>,
	<linux-usb@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-mediatek@lists.infradead.org>,
	<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	Yuwen Ng <yuwen.ng@mediatek.com>,
	Eddie Hung <eddie.hung@mediatek.com>
Subject: [PATCH v3 04/13] dt-bindings: usb: mtu3: add wakeup interrupt
Date: Thu, 15 Jul 2021 17:07:49 +0800	[thread overview]
Message-ID: <1626340078-29111-5-git-send-email-chunfeng.yun@mediatek.com> (raw)
In-Reply-To: <1626340078-29111-1-git-send-email-chunfeng.yun@mediatek.com>

Add an dedicated interrupt which is usually EINT to support runtime PM,
meanwhile add "interrupt-names" property, for backward compatibility,
it's optional and used when wakeup interrupt exists

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
---
v3: add Acked-by Rob
v2: no changes
---
 .../devicetree/bindings/usb/mediatek,mtu3.yaml      | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml b/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml
index 104f1f7edaf0..77db1233516e 100644
--- a/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml
+++ b/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml
@@ -38,7 +38,18 @@ properties:
       - const: ippc
 
   interrupts:
-    maxItems: 1
+    description:
+      use "interrupts-extended" when the interrupts are connected to the
+      separate interrupt controllers
+    minItems: 1
+    items:
+      - description: SSUSB device controller interrupt
+      - description: optional, wakeup interrupt used to support runtime PM
+
+  interrupt-names:
+    items:
+      - const: device
+      - const: wakeup
 
   power-domains:
     description: A phandle to USB power domain node to control USB's MTCMOS
-- 
2.18.0
_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

WARNING: multiple messages have this Message-ID (diff)
From: Chunfeng Yun <chunfeng.yun@mediatek.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Rob Herring <robh+dt@kernel.org>, Felipe Balbi <balbi@kernel.org>
Cc: Chunfeng Yun <chunfeng.yun@mediatek.com>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Thinh Nguyen <Thinh.Nguyen@synopsys.com>,
	<linux-usb@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-mediatek@lists.infradead.org>,
	<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	Yuwen Ng <yuwen.ng@mediatek.com>,
	Eddie Hung <eddie.hung@mediatek.com>
Subject: [PATCH v3 04/13] dt-bindings: usb: mtu3: add wakeup interrupt
Date: Thu, 15 Jul 2021 17:07:49 +0800	[thread overview]
Message-ID: <1626340078-29111-5-git-send-email-chunfeng.yun@mediatek.com> (raw)
In-Reply-To: <1626340078-29111-1-git-send-email-chunfeng.yun@mediatek.com>

Add an dedicated interrupt which is usually EINT to support runtime PM,
meanwhile add "interrupt-names" property, for backward compatibility,
it's optional and used when wakeup interrupt exists

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
---
v3: add Acked-by Rob
v2: no changes
---
 .../devicetree/bindings/usb/mediatek,mtu3.yaml      | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml b/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml
index 104f1f7edaf0..77db1233516e 100644
--- a/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml
+++ b/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml
@@ -38,7 +38,18 @@ properties:
       - const: ippc
 
   interrupts:
-    maxItems: 1
+    description:
+      use "interrupts-extended" when the interrupts are connected to the
+      separate interrupt controllers
+    minItems: 1
+    items:
+      - description: SSUSB device controller interrupt
+      - description: optional, wakeup interrupt used to support runtime PM
+
+  interrupt-names:
+    items:
+      - const: device
+      - const: wakeup
 
   power-domains:
     description: A phandle to USB power domain node to control USB's MTCMOS
-- 
2.18.0
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2021-07-15  9:08 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-15  9:07 [PATCH v3 00/13] Add support mtu3 gadget (runtime) PM Chunfeng Yun
2021-07-15  9:07 ` Chunfeng Yun
2021-07-15  9:07 ` Chunfeng Yun
2021-07-15  9:07 ` [PATCH v3 01/13] dt-bindings: usb: mtu3: remove support VBUS detection of extcon Chunfeng Yun
2021-07-15  9:07   ` Chunfeng Yun
2021-07-15  9:07   ` Chunfeng Yun
2021-07-15  9:07 ` [PATCH v3 02/13] dt-bindings: usb: mtu3: add optional property to disable usb2 ports Chunfeng Yun
2021-07-15  9:07   ` Chunfeng Yun
2021-07-15  9:07   ` Chunfeng Yun
2021-07-22  2:50   ` Rob Herring
2021-07-22  2:50     ` Rob Herring
2021-07-22  2:50     ` Rob Herring
2021-07-15  9:07 ` [PATCH v3 03/13] dt-bindings: usb: mtu3: add support property role-switch-default-mode Chunfeng Yun
2021-07-15  9:07   ` Chunfeng Yun
2021-07-15  9:07   ` Chunfeng Yun
2021-07-15  9:07 ` Chunfeng Yun [this message]
2021-07-15  9:07   ` [PATCH v3 04/13] dt-bindings: usb: mtu3: add wakeup interrupt Chunfeng Yun
2021-07-15  9:07   ` Chunfeng Yun
2021-07-15  9:07 ` [PATCH v3 05/13] usb: common: add helper to get role-switch-default-mode Chunfeng Yun
2021-07-15  9:07   ` Chunfeng Yun
2021-07-15  9:07   ` Chunfeng Yun
2021-07-15  9:07 ` [PATCH v3 06/13] usb: dwc3: drd: use " Chunfeng Yun
2021-07-15  9:07   ` Chunfeng Yun
2021-07-15  9:07   ` Chunfeng Yun
2021-07-15  9:07 ` [PATCH v3 07/13] usb: mtu3: support property role-switch-default-mode Chunfeng Yun
2021-07-15  9:07   ` Chunfeng Yun
2021-07-15  9:07   ` Chunfeng Yun
2021-07-15  9:07 ` [PATCH v3 08/13] usb: mtu3: support option to disable usb2 ports Chunfeng Yun
2021-07-15  9:07   ` Chunfeng Yun
2021-07-15  9:07   ` Chunfeng Yun
2021-07-15  9:07 ` [PATCH v3 09/13] usb: mtu3: add new helpers for host suspend/resume Chunfeng Yun
2021-07-15  9:07   ` Chunfeng Yun
2021-07-15  9:07   ` Chunfeng Yun
2021-07-15  9:07 ` [PATCH v3 10/13] usb: mtu3: support runtime PM for host mode Chunfeng Yun
2021-07-15  9:07   ` Chunfeng Yun
2021-07-15  9:07   ` Chunfeng Yun
2021-07-15  9:07 ` [PATCH v3 11/13] usb: mtu3: add helper to power on/down device Chunfeng Yun
2021-07-15  9:07   ` Chunfeng Yun
2021-07-15  9:07   ` Chunfeng Yun
2021-07-15  9:07 ` [PATCH v3 12/13] usb: mtu3: support suspend/resume for device mode Chunfeng Yun
2021-07-15  9:07   ` Chunfeng Yun
2021-07-15  9:07   ` Chunfeng Yun
2021-07-15  9:07 ` [PATCH v3 13/13] usb: mtu3: support suspend/resume for dual-role mode Chunfeng Yun
2021-07-15  9:07   ` Chunfeng Yun
2021-07-15  9:07   ` Chunfeng Yun

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1626340078-29111-5-git-send-email-chunfeng.yun@mediatek.com \
    --to=chunfeng.yun@mediatek.com \
    --cc=Thinh.Nguyen@synopsys.com \
    --cc=balbi@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=eddie.hung@mediatek.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=matthias.bgg@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=yuwen.ng@mediatek.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.