All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add Richtek RT1719 USBPD controller support
@ 2022-01-14 15:58 cy_huang
  2022-01-14 15:58 ` [PATCH 1/2] dt-bindings: usb: rt1719: Add binding for Richtek RT1719 cy_huang
  2022-01-14 15:58 ` [PATCH 2/2] usb: typec: rt1719: Add support " cy_huang
  0 siblings, 2 replies; 4+ messages in thread
From: cy_huang @ 2022-01-14 15:58 UTC (permalink / raw)
  To: robh+dt, heikki.krogerus
  Cc: gregkh, devicetree, linux-usb, linux-kernel, cy_huang

From: ChiYuan Huang <cy_huang@richtek.com>

This patch series add Richtek RT1719 sink only USBPD typec controller support.

ChiYuan Huang (2):
  dt-bindings: usb: rt1719: Add binding for Richtek RT1719
  usb: typec: rt1719: Add support for Richtek RT1719

 .../devicetree/bindings/usb/richtek,rt1719.yaml    |  85 ++
 drivers/usb/typec/Kconfig                          |  12 +
 drivers/usb/typec/Makefile                         |   1 +
 drivers/usb/typec/rt1719.c                         | 976 +++++++++++++++++++++
 4 files changed, 1074 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/usb/richtek,rt1719.yaml
 create mode 100644 drivers/usb/typec/rt1719.c

-- 
2.7.4


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

end of thread, other threads:[~2022-01-14 18:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-14 15:58 [PATCH 0/2] Add Richtek RT1719 USBPD controller support cy_huang
2022-01-14 15:58 ` [PATCH 1/2] dt-bindings: usb: rt1719: Add binding for Richtek RT1719 cy_huang
2022-01-14 15:58 ` [PATCH 2/2] usb: typec: rt1719: Add support " cy_huang
2022-01-14 18:23   ` kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.