public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add PMIC SC27XX typec controller
@ 2022-05-07  9:29 Cixi Geng
  2022-05-07  9:29 ` [PATCH 1/2] dt-bindings: usb: Add documentation for sc27xx " Cixi Geng
  2022-05-07  9:29 ` [PATCH 2/2] usb: typec: sprd: Support the SC27CC typec port controller Cixi Geng
  0 siblings, 2 replies; 7+ messages in thread
From: Cixi Geng @ 2022-05-07  9:29 UTC (permalink / raw)
  To: gregkh, robh+dt, krzysztof.kozlowski+dt, orsonzhai, baolin.wang7,
	zhang.lyra, heikki.krogerus
  Cc: linux-usb, devicetree, linux-kernel

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

-- 
2.25.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-05-13 11:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-07  9:29 [PATCH 0/2] Add PMIC SC27XX typec controller Cixi Geng
2022-05-07  9:29 ` [PATCH 1/2] dt-bindings: usb: Add documentation for sc27xx " Cixi Geng
2022-05-07 16:52   ` Krzysztof Kozlowski
2022-05-07  9:29 ` [PATCH 2/2] usb: typec: sprd: Support the SC27CC typec port controller Cixi Geng
2022-05-09 13:03   ` Heikki Krogerus
2022-05-13  9:00     ` Cixi Geng
2022-05-13 11:18       ` Heikki Krogerus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox