mbox series

[v4,0/2] usb: typec: tcpci: Make the driver be compatible with TCPCI Spec

Message ID 20241218085933.2790127-1-miao@synopsys.com
Headers show
Series usb: typec: tcpci: Make the driver be compatible with TCPCI Spec | expand

Message

Miao.Zhu Dec. 18, 2024, 8:59 a.m. UTC
The tcpci driver doesn't fully follow the TCPCI Spec [R2.0 V1.0]
even if it mentions this Spec in its comments.
The changes make the driver be compatible with the TCPCI spec and
won't impact existing HW.

Miao Zhu (2):
  usb: typec: tcpm: tcpci: Make the driver be compatible with the TCPCI
    spec [Rev 2.0 Ver 1.0, October 2017]
  dt-bindings: usb: ptn5110: add TCPC properties

 .../devicetree/bindings/usb/nxp,ptn5110.yaml       |  22 ++++
 drivers/usb/typec/tcpm/tcpci.c                     | 115 +++++++++++++++++----
 include/linux/usb/tcpci.h                          |  11 ++
 3 files changed, 128 insertions(+), 20 deletions(-)