All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] common SVDM version and VDO from dt
@ 2021-01-31 15:18 Kyle Tso
  2021-01-31 15:18 ` [PATCH v2 1/3] usb: typec: Determine common SVDM Versions Kyle Tso
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Kyle Tso @ 2021-01-31 15:18 UTC (permalink / raw)
  To: linux, heikki.krogerus, gregkh, hdegoede, robh+dt
  Cc: badhri, linux-usb, linux-kernel, devicetree, Kyle Tso

patch v1 is here:                                                               
https://lore.kernel.org/linux-devicetree/20210126084544.682641-1-kyletso@google.com/
                                                                                
Changes from v1:                                                                
=================                                                               
usb: typec: Determine common SVDM Versions                                      
- removed the "local" variables (svdm_version) in tcpm.c and                    
  (altmodes/ucsi)/displayport.c                                                 
- added a member "svdm_version" in struct typec_capabilities indicating         
  the default SVDM version of the port                                          
- added a member "common_svdm_ver" in struct typec_port indicating the          
  common SVDM version between the port and the partner                          
- implemented the get/set API of the common_svdm_ver in typec/class.c so        
  that clients can read/update the common SVDM version                          
- added more definitions of Product Type VDOs                                   
                                                                                
dt-bindings: connector: Add SVDM VDO properties                                 
- updated the dt-bindings documentations                                        
- added more definitions of Product Type VDOs                                   
                                                                                
usb: typec: tcpm: Get Sink VDO from fwnode                                      
- updated the commit message

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      |   5 +-
 drivers/usb/typec/class.c                     |  21 +-
 drivers/usb/typec/tcpm/tcpm.c                 |  61 +++-
 drivers/usb/typec/ucsi/displayport.c          |  10 +-
 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, 656 insertions(+), 90 deletions(-)

-- 
2.30.0.365.g02bc693789-goog


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

end of thread, other threads:[~2021-02-01  6:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-31 15:18 [PATCH v2 0/3] common SVDM version and VDO from dt Kyle Tso
2021-01-31 15:18 ` [PATCH v2 1/3] usb: typec: Determine common SVDM Versions Kyle Tso
     [not found]   ` <8737f4b9-0202-aaf8-f461-93e82624ef0d@roeck-us.net>
2021-02-01  6:00     ` Kyle Tso
2021-01-31 15:18 ` [PATCH v2 2/3] dt-bindings: connector: Add SVDM VDO properties Kyle Tso
2021-01-31 15:18 ` [PATCH v2 3/3] usb: typec: tcpm: Get Sink VDO from fwnode Kyle Tso
2021-01-31 16:02   ` Guenter Roeck
2021-02-01  5:11     ` Kyle Tso
2021-02-01  5:44       ` Guenter Roeck

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.