mbox series

[0/2] Add PMIC SC27XX typec controller

Message ID 20220507092953.2273879-1-gengcixi@gmail.com
Headers show
Series Add PMIC SC27XX typec controller | expand

Message

Cixi Geng May 7, 2022, 9:29 a.m. UTC
From: Cixi Geng <cixi.geng1@unisoc.com>

Add the PMIC SC27XX typec controller for ums512.

Cixi Geng (2):
  dt-bindings: usb: Add documentation for sc27xx typec controller
  usb: typec: sprd: Support the SC27CC typec port controller

 .../bindings/usb/sprd,sc27xx-typec.yaml       |  72 +++
 drivers/usb/typec/Kconfig                     |  10 +
 drivers/usb/typec/Makefile                    |   1 +
 drivers/usb/typec/sc27xx-typec.c              | 554 ++++++++++++++++++
 4 files changed, 637 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/usb/sprd,sc27xx-typec.yaml
 create mode 100644 drivers/usb/typec/sc27xx-typec.c