* [PATCH v2 0/2] Add Polling support for role detection with HD3SS3220
@ 2022-12-09 17:18 Biju Das
2022-12-09 17:18 ` [PATCH v2 1/2] dt-bindings: usb: ti,hd3ss3220: Update interrupt property as optional Biju Das
0 siblings, 1 reply; 4+ messages in thread
From: Biju Das @ 2022-12-09 17:18 UTC (permalink / raw)
To: Rob Herring, Heikki Krogerus, Krzysztof Kozlowski
Cc: Biju Das, Greg Kroah-Hartman, linux-usb, devicetree,
Geert Uytterhoeven, Fabrizio Castro, linux-renesas-soc
This patch series aims to add polling support for role detection
with HD3SS3220.
v1->v2:
* updated the typo in commit description on bindings.
* Dropped patch#3 for soring header files.
Biju Das (2):
dt-bindings: usb: ti,hd3ss3220: Update interrupt property as optional
usb: typec: hd3ss3220: Add polling support
.../devicetree/bindings/usb/ti,hd3ss3220.yaml | 1 -
drivers/usb/typec/hd3ss3220.c | 29 +++++++++++++++++++
2 files changed, 29 insertions(+), 1 deletion(-)
--
2.25.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH v2 1/2] dt-bindings: usb: ti,hd3ss3220: Update interrupt property as optional
2022-12-09 17:18 [PATCH v2 0/2] Add Polling support for role detection with HD3SS3220 Biju Das
@ 2022-12-09 17:18 ` Biju Das
2022-12-09 21:43 ` Rob Herring
2022-12-15 10:08 ` Geert Uytterhoeven
0 siblings, 2 replies; 4+ messages in thread
From: Biju Das @ 2022-12-09 17:18 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski
Cc: Biju Das, Greg Kroah-Hartman, linux-usb, devicetree,
Geert Uytterhoeven, Fabrizio Castro, linux-renesas-soc
On some platforms(for eg: RZ/V2M EVK), interrupt is not populated. Update
the binding to make interrupt property as optional.
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
---
v1->v2:
* updated the typo in commit description.
---
Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml | 1 -
1 file changed, 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml b/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml
index b86bf6bc9cd6..a1cffb70c621 100644
--- a/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml
+++ b/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml
@@ -46,7 +46,6 @@ properties:
required:
- compatible
- reg
- - interrupts
additionalProperties: false
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v2 1/2] dt-bindings: usb: ti,hd3ss3220: Update interrupt property as optional
2022-12-09 17:18 ` [PATCH v2 1/2] dt-bindings: usb: ti,hd3ss3220: Update interrupt property as optional Biju Das
@ 2022-12-09 21:43 ` Rob Herring
2022-12-15 10:08 ` Geert Uytterhoeven
1 sibling, 0 replies; 4+ messages in thread
From: Rob Herring @ 2022-12-09 21:43 UTC (permalink / raw)
To: Biju Das
Cc: linux-renesas-soc, Greg Kroah-Hartman, Geert Uytterhoeven,
Krzysztof Kozlowski, linux-usb, Rob Herring, devicetree,
Fabrizio Castro
On Fri, 09 Dec 2022 17:18:35 +0000, Biju Das wrote:
> On some platforms(for eg: RZ/V2M EVK), interrupt is not populated. Update
> the binding to make interrupt property as optional.
>
> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> ---
> v1->v2:
> * updated the typo in commit description.
> ---
> Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml | 1 -
> 1 file changed, 1 deletion(-)
>
Acked-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2 1/2] dt-bindings: usb: ti,hd3ss3220: Update interrupt property as optional
2022-12-09 17:18 ` [PATCH v2 1/2] dt-bindings: usb: ti,hd3ss3220: Update interrupt property as optional Biju Das
2022-12-09 21:43 ` Rob Herring
@ 2022-12-15 10:08 ` Geert Uytterhoeven
1 sibling, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2022-12-15 10:08 UTC (permalink / raw)
To: Biju Das
Cc: Rob Herring, Krzysztof Kozlowski, Greg Kroah-Hartman, linux-usb,
devicetree, Geert Uytterhoeven, Fabrizio Castro,
linux-renesas-soc
On Fri, Dec 9, 2022 at 6:18 PM Biju Das <biju.das.jz@bp.renesas.com> wrote:
> On some platforms(for eg: RZ/V2M EVK), interrupt is not populated. Update
> the binding to make interrupt property as optional.
>
> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-12-15 10:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-09 17:18 [PATCH v2 0/2] Add Polling support for role detection with HD3SS3220 Biju Das
2022-12-09 17:18 ` [PATCH v2 1/2] dt-bindings: usb: ti,hd3ss3220: Update interrupt property as optional Biju Das
2022-12-09 21:43 ` Rob Herring
2022-12-15 10:08 ` Geert Uytterhoeven
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).