--- vrfc
+++ v2
@@ -11,15 +11,19 @@
Support for sink is implemented and tested with an USB device. The plan is
to extend the driver and add source support.
+Changes in v2:
+- fix DT bindings yamllint warnings/errors
+- fix compilation error reported by: kernel test robot <lkp@intel.com>
+
Cristian Birsan (2):
dt-bindings: usb: Add DT bindings for Microchip sama7g5 tcpc
usb: typec: sama7g5_tcpc: add driver for Microchip sama7g5 tcpc
- .../bindings/usb/microchip,sama7g5-tcpc.yaml | 80 +++
+ .../bindings/usb/microchip,sama7g5-tcpc.yaml | 90 +++
drivers/usb/typec/tcpm/Kconfig | 8 +
drivers/usb/typec/tcpm/Makefile | 1 +
- drivers/usb/typec/tcpm/sama7g5_tcpc.c | 602 ++++++++++++++++++
- 4 files changed, 691 insertions(+)
+ drivers/usb/typec/tcpm/sama7g5_tcpc.c | 610 ++++++++++++++++++
+ 4 files changed, 709 insertions(+)
create mode 100644 Documentation/devicetree/bindings/usb/microchip,sama7g5-tcpc.yaml
create mode 100644 drivers/usb/typec/tcpm/sama7g5_tcpc.c