devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] common SVDM version and VDO from dt
@ 2021-02-01 13:34 Kyle Tso
  2021-02-01 13:34 ` [PATCH v3 1/3] usb: typec: Determine common SVDM Versions Kyle Tso
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Kyle Tso @ 2021-02-01 13:34 UTC (permalink / raw)
  To: linux, heikki.krogerus, gregkh, hdegoede, robh+dt
  Cc: badhri, linux-usb, linux-kernel, devicetree, Kyle Tso

patch v2:
https://lore.kernel.org/linux-devicetree/20210131151832.215931-1-kyletso@google.com/

Changes since v2:
=================
usb: typec: Determine common SVDM Versions
- rename the variable and the functions (remove the text "common")
- remove the macro

dt-bindings: connector: Add SVDM VDO properties
- no change

usb: typec: tcpm: Get Sink VDO from fwnode
- use fwnode_property_count_u32 instead to get the count
- revise the error handling

Kyle Tso (3):
  usb: typec: Determine common SVDM Versions
  dt-bindings: connector: Add SVDM VDO properties
  usb: typec: tcpm: Get Sink VDO from fwnode

 .../bindings/connector/usb-connector.yaml     |  11 +
 drivers/usb/typec/altmodes/displayport.c      |   8 +-
 drivers/usb/typec/class.c                     |  21 +-
 drivers/usb/typec/tcpm/tcpm.c                 |  61 +++-
 drivers/usb/typec/ucsi/displayport.c          |  12 +-
 drivers/usb/typec/ucsi/ucsi.c                 |   2 +
 include/dt-bindings/usb/pd.h                  | 311 ++++++++++++++++-
 include/linux/usb/pd_vdo.h                    | 315 ++++++++++++++----
 include/linux/usb/typec.h                     |  10 +
 9 files changed, 661 insertions(+), 90 deletions(-)

-- 
2.30.0.365.g02bc693789-goog


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

end of thread, other threads:[~2021-02-02  8:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-01 13:34 [PATCH v3 0/3] common SVDM version and VDO from dt Kyle Tso
2021-02-01 13:34 ` [PATCH v3 1/3] usb: typec: Determine common SVDM Versions Kyle Tso
2021-02-01 15:04   ` Guenter Roeck
2021-02-01 15:35   ` Heikki Krogerus
2021-02-02  8:37     ` Kyle Tso
2021-02-01 13:34 ` [PATCH v3 2/3] dt-bindings: connector: Add SVDM VDO properties Kyle Tso
2021-02-01 13:34 ` [PATCH v3 3/3] usb: typec: tcpm: Get Sink VDO from fwnode Kyle Tso
2021-02-01 15:04   ` Guenter Roeck
2021-02-02  8:22   ` Heikki Krogerus
2021-02-01 15:05 ` [PATCH v3 0/3] common SVDM version and VDO from dt Hans de Goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).