mbox series

[v2,0/2] Add Polling support for role detection with HD3SS3220

Message ID 20221209171836.71610-1-biju.das.jz@bp.renesas.com
Headers show
Series Add Polling support for role detection with HD3SS3220 | expand

Message

Biju Das Dec. 9, 2022, 5:18 p.m. UTC
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(-)

Comments

Rob Herring Dec. 9, 2022, 9:43 p.m. UTC | #1
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>